{
  "issueNumber": 69,
  "issueUrl": "https://github.com/mgifford/open-scans/issues/69",
  "issueTitle": "SUNDAY: Spain",
  "scanTitle": "Spain",
  "submittedBy": "mgifford",
  "engines": [
    "axe",
    "equalaccess"
  ],
  "scannedAt": "2026-05-03T02:07:02.221Z",
  "totalElapsedMs": 1209121,
  "totalSubmitted": 100,
  "acceptedCount": 100,
  "scannedCount": 100,
  "skippedDueToTimeout": 0,
  "skippedDueToErrAborted": 0,
  "rejectedCount": 0,
  "rejected": [],
  "alfaTotals": {
    "passed": 0,
    "failed": 0,
    "cantTell": 0,
    "inapplicable": 0
  },
  "axeTotals": {
    "passed": 111513,
    "failed": 934,
    "cantTell": 829,
    "inapplicable": 4186
  },
  "equalAccessTotals": {
    "passed": 315904,
    "failed": 8414,
    "uniqueFailed": 7568,
    "duplicates": 846,
    "cantTell": 6452,
    "inapplicable": 0
  },
  "accesslintTotals": {
    "passed": 0,
    "failed": 0,
    "uniqueFailed": 0,
    "duplicates": 0,
    "cantTell": 0,
    "inapplicable": 0
  },
  "qualwebTotals": {
    "passed": 0,
    "failed": 0,
    "cantTell": 0,
    "inapplicable": 0
  },
  "duplicateFindingTotals": 854,
  "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": 19621,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1756,
          "failed": 30,
          "cantTell": 22,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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: 25000px; 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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-f99eb432"
          }
        ],
        "outcomeCount": 1845,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 2,
        "uniqueFailedCount": 28
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 5522,
          "failed": 160,
          "cantTell": 76,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_child_tabbable",
          "aria_child_valid",
          "aria_complementary_labelled",
          "aria_content_in_landmark",
          "aria_id_unique",
          "aria_keyboard_handler_exists",
          "aria_role_redundant",
          "aria_role_valid",
          "aria_widget_labelled",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "img_alt_valid",
          "input_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_quoted_correctly",
          "widget_tabbable_single"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a45eefdd7f9c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bfbdad1118a9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a1bc3d056fd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26860e694236",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "433e804f38cf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab6d0483972f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "271c05db886e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac28ef99c3d3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa1f768a3be4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8c691d4b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2779915489d7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67b7573a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1418380ccc2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78d2a6530164",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dbc11a04"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e28134abe256",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd9dcdc20453",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0db797a79920",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3b27bc33cd7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "391cc5406a00",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d1e35f8ef0d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1714f26d0f26",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a1441813caf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "245fa1fb4535",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "63b875a1afb8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40c7442a2412",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f7dbb9ba758",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "091c7ce06179",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98274a24806d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a9e8ef1781b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "550166dfed8a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed146c4b6f9e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu5\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7eac79004e82",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5c36bbc7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu5\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67b6a536cb30",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-063271c3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0fbfecbf16d2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/dam/jcr:e31ce16e-02c8-487e-b5dc-8163515b1293/oficina-atencion.jpg\" title=\" \" alt=\" \" class=\"fullImg\">",
            "message": "Image 'alt' attribute value consists only of blank space(s)",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3714ea2d2f3b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aaacfa66"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h1 class=\"ppg-heading ppg-heading--white\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c71f37246971",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1f8d906f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h1 class=\"ppg-heading ppg-heading--white\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3dbe2bc6c7c0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-38a4d218"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button style=\"\" role=\"button\" class=\"slick-prev slick-arrow\" data-role=\"none\" type=\"button\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "194ffabda0c9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-34c7d3ff"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button style=\"\" role=\"button\" class=\"slick-prev slick-arrow\" data-role=\"none\" type=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21c4f99ac32c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-151e2abb"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<div style=\"opacity: 1; width: 3321px; transform: translate3d(-738px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "message": "Verify the <div> element with \"listbox\" role has keyboard access",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "771f4e691849",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-327ae023"
          },
          {
            "rule": "input_label_exists",
            "xpath": null,
            "html": "<div style=\"opacity: 1; width: 3321px; transform: translate3d(-738px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "message": "Form control with \"listbox\" role has no associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d8f59a012aa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-159f585d"
          },
          {
            "rule": "widget_tabbable_single",
            "xpath": null,
            "html": "<div style=\"opacity: 1; width: 3321px; transform: translate3d(-738px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "message": "Component with \"listbox\" role has more than one tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aff3bfa3dd1a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f1957280"
          },
          {
            "rule": "aria_child_tabbable",
            "xpath": null,
            "html": "<div style=\"opacity: 1; width: 3321px; transform: translate3d(-738px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "message": "None of the descendent elements with \"option\" role is tabbable",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e50b65622fe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ed469ec8"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide00\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"0\" style=\"width: 369px;\" class=\"slick-slide slick-current slick-active\">",
            "message": "The 'id' \"slick-slide00\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d08a4e24674b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-69ea4a1c"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide00\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"0\" style=\"width: 369px;\" class=\"slick-slide slick-current slick-active\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2fc161bfd887",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e78f63f3"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "190eb88eca11",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide01\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"1\" style=\"width: 369px;\" class=\"slick-slide slick-active\">",
            "message": "The 'id' \"slick-slide01\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "edc097f165cd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8aa708cb"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide01\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"1\" style=\"width: 369px;\" class=\"slick-slide slick-active\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5cf94f78374",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-74f21c4a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide02\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"2\" style=\"width: 369px;\" class=\"slick-slide\">",
            "message": "The 'id' \"slick-slide02\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb950b820573",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b1c69af"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide02\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"2\" style=\"width: 369px;\" class=\"slick-slide\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb2fc30c18bb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6b598a77"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide03\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"3\" style=\"width: 369px;\" class=\"slick-slide\">",
            "message": "The 'id' \"slick-slide03\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c97ed3034f8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d62b6768"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide03\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"3\" style=\"width: 369px;\" class=\"slick-slide\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2825ad6d1b9a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-94fc37e5"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide04\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"4\" style=\"width: 369px;\" class=\"slick-slide\">",
            "message": "The 'id' \"slick-slide04\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eac48a619549",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c3a1ea43"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide04\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"4\" style=\"width: 369px;\" class=\"slick-slide\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b03eef40337a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c24fa797"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button style=\"\" role=\"button\" class=\"slick-next slick-arrow\" data-role=\"none\" type=\"button\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c5cabc3c6cb8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0424f514"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button style=\"\" role=\"button\" class=\"slick-next slick-arrow\" data-role=\"none\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93f26b5740bc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-086f4e21"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/atencionCiudadana/Quienes-somos.html\" title=\"Punto de Acceso General electrónico (administracion.gob.es)\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e337157977a4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fc9c132f"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/atencionCiudadana/Quienes-somos.html\" title=\"Punto de Acceso General electrónico (administracion.gob.es)\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ddb0b7ee6a6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c52470af"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Lectura-Facil.html\" title=\"Índice de contenidos\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e31314b5786",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ef47f2c7"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Lectura-Facil.html\" title=\"Índice de contenidos\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ec693f7df71",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b96ef884"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.administracion.gob.es/PAG_Sede/HomeSede.html\" title=\"Sede electrónica del PAGe\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9574449fa8c2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ca118514"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.administracion.gob.es/PAG_Sede/HomeSede.html\" title=\"Sede electrónica del PAGe\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7465803d59b7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d47e1b68"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/empleoPublico/Destacados-empleo-publico.html\" class=\"o-card__link ppg-icon__crossW-2a ppg-link ppg-link--btn\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e602446f6ba",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ddf2ff83"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/empleoPublico/Destacados-empleo-publico.html\" class=\"o-card__link ppg-icon__crossW-2a ppg-link ppg-link--btn\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d100bce08661",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-93ea6e29"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/atencionCiudadana/encuentraTuOficina.html\" class=\"o-card__link ppg-icon__crossW-2a ppg-link ppg-link--btn\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44505db25dc5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e1f1d53b"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/atencionCiudadana/encuentraTuOficina.html\" class=\"o-card__link ppg-icon__crossW-2a ppg-link ppg-link--btn\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13e6a92e702c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-956b235b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://twitter.com/060gobes\" title=\"X (antes Twitter) @060gobes\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "57d4b80d59f9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dbf58e2b"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://twitter.com/060gobes\" title=\"X (antes Twitter) @060gobes\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6cfbaf9a53f3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-84d6a1df"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.facebook.com/060PAG/\" title=\"Facebook 060PAG\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46f9d2dcc5be",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8bdb4ba2"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.facebook.com/060PAG/\" title=\"Facebook 060PAG\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ce09dec8c5a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-47cf28cf"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.youtube.com/user/eAdministracionEs/videos\" title=\"Youtube Administracion.gob.es\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "455159d9d304",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b75b8b27"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.youtube.com/user/eAdministracionEs/videos\" title=\"Youtube Administracion.gob.es\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e318505b5219",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-581a1ffb"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/atencionCiudadana/redesSocialesMedios/AdministracionEsMedios.html\" class=\"ppg-link ppg-icon__crossR-2a\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e3e9964c765",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6f13d18d"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/atencionCiudadana/redesSocialesMedios/AdministracionEsMedios.html\" class=\"ppg-link ppg-icon__crossR-2a\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "962636c186a0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-80453477"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/atencionCiudadana/ayudame/telefono.html\" title=\"Teléfono 060\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae4f6be692ac",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22de2324"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/atencionCiudadana/ayudame/telefono.html\" title=\"Teléfono 060\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4cd2c62755e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-505b1216"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/contacto/buzon-atencion.html\" title=\"Buzón de atención\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c503b9e18a1d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b10fc5cf"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/contacto/buzon-atencion.html\" title=\"Buzón de atención\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "542dc532d5c1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a366cc0b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/contacto/webchat-060.html\" title=\"Webchat 060\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b83fb5c29c37",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2c0ff43d"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/contacto/webchat-060.html\" title=\"Webchat 060\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb5cfc2d5b00",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b65a04b4"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/contacto/oficina.html\" title=\"Nuestra Oficina de Atención\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8da47ef28d2f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-43548aca"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/contacto/oficina.html\" title=\"Nuestra Oficina de Atención\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "491c7041aa66",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6e0ac584"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://play.google.com/store/apps/details?id=es.gob.empleopublico\" title=\"App Empleo Público - Android\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7fdb6385b8d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6f6d7a90"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://play.google.com/store/apps/details?id=es.gob.empleopublico\" title=\"App Empleo Público - Android\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1730b70d5ff1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5144505d"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://apps.apple.com/es/app/empleo-p%C3%BAblico/id1018781314\" title=\"App Empleo Público - IOS (iPhone)\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2bacbd025c1a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ba456918"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://play.google.com/store/apps/details?id=es.gob.lineaayudas\" title=\"App Ayudas - Android\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "68e7e912578a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ab9c65be"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://apps.apple.com/es/app/l%C3%ADneas-de-ayuda/id1126334060\" title=\"App Ayudas - IOS (iPhone)\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39a9709198e2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-85f378c8"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/atencionCiudadana/calendarios.html\" title=\"Calendarios laborales y de días inhábiles\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6dcd865f2a44",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-472854ab"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"ppg-link-novedad\" title=\"Información para personas afectadas por la DANA\" href=\"/pag_Home/Tramites/hechos-vitales/informacion-dana.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2db50955eb8c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2d4b3f57"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22e3281c9a21",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"ppg-link-novedad\" title=\"Medidas urgentes\" href=\"https://www.boe.es/diario_boe/txt.php?id=BOE-A-2026-9359\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd3297b2fa31",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-575dc5d0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"ppg-link-novedad\" title=\"Herramienta innovadora de comunicación \" href=\"https://www.interior.gob.es/opencms/es/detalle/articulo/La-Policia-Nacional-presenta-un-sistema-de-comunicacion-con-pictogramas-para-mejorar-la-atencion-a-victimas-de-delitos-sexuales/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8eecc3426f91",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7ed9a513"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"ppg-link-novedad\" title=\"Oficina de Difusión de la Danza\" href=\"https://www.cultura.gob.es/actualidad/2026/04/260429-presentacion-oficina-danza.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "887c505bf927",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fa7175fa"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/atencionCiudadana/Noticias.html\" title=\"Todas  las  noticias\" class=\"ocultar\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5a5fee044e2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-02244661"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" class=\"ppg-tabs__list ui-tabs-nav ui-corner-all ui-helper-reset ui-helper-clearfix ui-widget-header\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18c4754879e4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1d192e30"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li aria-expanded=\"true\" aria-selected=\"true\" aria-labelledby=\"ui-id-1\" aria-controls=\"tab-0\" tabindex=\"0\" role=\"tab\" class=\"ppg-tabs__item ui-tabs-tab ui-corner-top ui-state-default ui-tab ui-tabs-active ui-state-active\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f5cc204219f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c48c434e"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<a id=\"ui-id-1\" tabindex=\"-1\" role=\"presentation\" class=\"ppg-tabs__link ui-tabs-anchor\" href=\"#tab-0\">",
            "message": "The ARIA role 'presentation' is not valid for the element <a> and may be ignored by the browser since the element is focusable",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6cf9d89a0614",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-07a62d0f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"textojustificado\">",
            "message": "Confirm this text 'Carta de servicios del Centro de Información Administrativa' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e8378dc7701",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-eb1cb1c0"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside class=\"o-layout__sidebar\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c3155cb0563a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d09b04b3"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button style=\"\" role=\"button\" class=\"slick-prev slick-arrow\" data-role=\"none\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b616b36fbf21",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fbc85d05"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button style=\"\" role=\"button\" class=\"slick-prev slick-arrow\" data-role=\"none\" type=\"button\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button style=\"\" role=\"button\" class=\"slick-prev slick-arrow\" data-role=\"none\" type=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<button style=\"\" role=\"button\" class=\"slick-prev slick-arrow\" data-role=\"none\" type=\"button\">",
            "message": "Ensure the overlapped target \"button\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9053fbbb6b21",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-50ac38c4"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<div style=\"opacity: 1; width: 55000px; transform: translate3d(-675px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ee10cf037df",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2f46cf76"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<div style=\"opacity: 1; width: 55000px; transform: translate3d(-675px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "message": "Verify the <div> element with \"listbox\" role has keyboard access",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe584275028e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bbaf0210"
          },
          {
            "rule": "input_label_exists",
            "xpath": null,
            "html": "<div style=\"opacity: 1; width: 55000px; transform: translate3d(-675px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "message": "Form control with \"listbox\" role has no associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c9261f61f84",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-13198c93"
          },
          {
            "rule": "widget_tabbable_single",
            "xpath": null,
            "html": "<div style=\"opacity: 1; width: 55000px; transform: translate3d(-675px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "message": "Component with \"listbox\" role has more than one tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a18528c278e9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-75ac8cb9"
          },
          {
            "rule": "aria_child_tabbable",
            "xpath": null,
            "html": "<div style=\"opacity: 1; width: 55000px; transform: translate3d(-675px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "message": "None of the descendent elements with \"option\" role is tabbable",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f20b5710c37c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dc466f7c"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<div style=\"opacity: 1; width: 55000px; transform: translate3d(-675px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "message": "The element with role \"listbox\" owns the child element with the role \"list\" that is not one of the allowed role(s): \"option\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d94bc7a56f6a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f87ca6e2"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<div style=\"opacity: 1; width: 55000px; transform: translate3d(-675px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "message": "The element with role \"listbox\" owns the child element with the role \"list\" that is not one of the allowed role(s): \"option\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-slick__fig\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "668a348058e2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7a85c3a8"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-slick__fig\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide10\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"0\" class=\"slick-slide slick-current slick-active slick-center\">",
            "message": "The 'id' \"slick-slide10\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7da4ee1b0ee",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-75d2fb95"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide10\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"0\" class=\"slick-slide slick-current slick-active slick-center\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f3d4ab87946",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ff70696a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-slick__fig\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide11\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"1\" class=\"slick-slide slick-active\">",
            "message": "The 'id' \"slick-slide11\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c279086515f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7c749ac8"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide11\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"1\" class=\"slick-slide slick-active\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0cad1113b598",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a38fa43f"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide11\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"1\" class=\"slick-slide slick-active\">",
            "message": "Interactive component with ARIA role 'option' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1bd8915f0780",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f696df30"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-slick__fig\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide12\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"2\" class=\"slick-slide slick-active\">",
            "message": "The 'id' \"slick-slide12\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "526eef0a52c2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-63b9f242"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide12\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"2\" class=\"slick-slide slick-active\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f5118f1ba1b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f089da92"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide12\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"2\" class=\"slick-slide slick-active\">",
            "message": "Interactive component with ARIA role 'option' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c3cfe984e104",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-32814cda"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-slick__fig\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide13\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"3\" class=\"slick-slide\">",
            "message": "The 'id' \"slick-slide13\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dcf6255ec27e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4f979d66"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide13\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"3\" class=\"slick-slide\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dccaa9fe7f6c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-065f85f3"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide13\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"3\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'option' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34c739abadca",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e38495e4"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide14\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"4\" class=\"slick-slide\">",
            "message": "The 'id' \"slick-slide14\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "663adc05c2f0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4d68813b"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide14\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"4\" class=\"slick-slide\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78512809b051",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4cd65983"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide14\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"4\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'option' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3eade122e199",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-feec8bfd"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide15\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"5\" class=\"slick-slide\">",
            "message": "The 'id' \"slick-slide15\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f32642f30bf0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-422417ff"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide15\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"5\" class=\"slick-slide\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ec2ec19fb4c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-55b0d183"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide15\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"5\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'option' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a316169575f0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e60f53d6"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide16\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"6\" class=\"slick-slide\">",
            "message": "The 'id' \"slick-slide16\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a47c970fff1e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d749608a"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide16\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"6\" class=\"slick-slide\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b5b1946c9ff",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d88270b7"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide16\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"6\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'option' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "63097354841f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-52209b2b"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide17\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"7\" class=\"slick-slide\">",
            "message": "The 'id' \"slick-slide17\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6edd29ae2480",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e8d46630"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide17\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"7\" class=\"slick-slide\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eba1b832196c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fc12ac66"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide17\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"7\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'option' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3b3fb6b31ce",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-61bb0596"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide18\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"8\" class=\"slick-slide\">",
            "message": "The 'id' \"slick-slide18\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "365a04a3117d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b62526a2"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide18\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"8\" class=\"slick-slide\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "030c20188a4a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-058aaab2"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide18\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"8\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'option' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41910fca7d96",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0d63d609"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide19\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"9\" class=\"slick-slide\">",
            "message": "The 'id' \"slick-slide19\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6800ab24035f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-290d5c96"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide19\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"9\" class=\"slick-slide\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "922990b598c6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-52554d54"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide19\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"9\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'option' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ab0d701ab0b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a3e0cc60"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide110\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"10\" class=\"slick-slide\">",
            "message": "The 'id' \"slick-slide110\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5b98898f0c0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-949d4d8f"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide110\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"10\" class=\"slick-slide\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb5e736a8f29",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2d3aaeb5"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide110\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"10\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'option' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8dbdc6243b0b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4374ddfa"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button style=\"\" role=\"button\" class=\"slick-next slick-arrow\" data-role=\"none\" type=\"button\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<button style=\"\" role=\"button\" class=\"slick-next slick-arrow\" data-role=\"none\" type=\"button\">",
            "message": "Ensure the overlapped target \"button\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3559262ed8c1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ba233537"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button style=\"\" role=\"button\" class=\"slick-next slick-arrow\" data-role=\"none\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #e9e9e9. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b8f26acd4e8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5976a683"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db0a9739a7de",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b017c3f0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da045442ff27",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-85022af9"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDeCookies.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "acc0d53754b5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f9d7338e"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45f6747720e7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0b57d814ab6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 5719,
        "uniqueFailedCount": 145,
        "duplicateFailedCount": 15,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 17
    },
    {
      "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": 14281,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1756,
          "failed": 30,
          "cantTell": 22,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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: 25000px; 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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-f99eb432"
          }
        ],
        "outcomeCount": 1845,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 2,
        "uniqueFailedCount": 28
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 5522,
          "failed": 160,
          "cantTell": 76,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_child_tabbable",
          "aria_child_valid",
          "aria_complementary_labelled",
          "aria_content_in_landmark",
          "aria_id_unique",
          "aria_keyboard_handler_exists",
          "aria_role_redundant",
          "aria_role_valid",
          "aria_widget_labelled",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "img_alt_valid",
          "input_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_quoted_correctly",
          "widget_tabbable_single"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87b45078527e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40ef67697d9a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "371901ee16e7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7cdee229eefb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23ed44164e7e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59bc02985879",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "590e38959174",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d59b9e5cf648",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d03d63f0c2c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8c691d4b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87399a4cfa77",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67b7573a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7092cb846783",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd90d0903e13",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dbc11a04"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "695ff464203e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "818c423dae02",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12f448ed7ee3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a8134b10b17",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec7cc50d29f8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2de80f118be",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c127129ea7a2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87b94b6994bb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a2b2327ce39",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dbca33b4151a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "978e09896cd2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0bcc345d43d4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e50d23af0ab",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6d0b6a0ad97",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c5db27267bc8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e370042d4af1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fbad89c3fb3c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu5\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33802d47e606",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5c36bbc7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu5\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f9822a73f57",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-063271c3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18a86907ac59",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/dam/jcr:e31ce16e-02c8-487e-b5dc-8163515b1293/oficina-atencion.jpg\" title=\" \" alt=\" \" class=\"fullImg\">",
            "message": "Image 'alt' attribute value consists only of blank space(s)",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "20374984178f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aaacfa66"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h1 class=\"ppg-heading ppg-heading--white\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "157920b47e3f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1f8d906f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h1 class=\"ppg-heading ppg-heading--white\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71c0be5f84fc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-38a4d218"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button style=\"\" role=\"button\" class=\"slick-prev slick-arrow\" data-role=\"none\" type=\"button\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd383e23707f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-34c7d3ff"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button style=\"\" role=\"button\" class=\"slick-prev slick-arrow\" data-role=\"none\" type=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c696e0650088",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-151e2abb"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<div style=\"opacity: 1; width: 3321px; transform: translate3d(-738px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "message": "Verify the <div> element with \"listbox\" role has keyboard access",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a543506c40bc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-327ae023"
          },
          {
            "rule": "input_label_exists",
            "xpath": null,
            "html": "<div style=\"opacity: 1; width: 3321px; transform: translate3d(-738px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "message": "Form control with \"listbox\" role has no associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95876e010b28",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-159f585d"
          },
          {
            "rule": "widget_tabbable_single",
            "xpath": null,
            "html": "<div style=\"opacity: 1; width: 3321px; transform: translate3d(-738px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "message": "Component with \"listbox\" role has more than one tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c6c7753bed57",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f1957280"
          },
          {
            "rule": "aria_child_tabbable",
            "xpath": null,
            "html": "<div style=\"opacity: 1; width: 3321px; transform: translate3d(-738px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "message": "None of the descendent elements with \"option\" role is tabbable",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28c636e9d907",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ed469ec8"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide00\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"0\" style=\"width: 369px;\" class=\"slick-slide slick-current slick-active\">",
            "message": "The 'id' \"slick-slide00\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c629de735984",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-69ea4a1c"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide00\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"0\" style=\"width: 369px;\" class=\"slick-slide slick-current slick-active\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d324e7bd69f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e78f63f3"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9176a5b575b2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide01\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"1\" style=\"width: 369px;\" class=\"slick-slide slick-active\">",
            "message": "The 'id' \"slick-slide01\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "219ae65e9e9a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8aa708cb"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide01\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"1\" style=\"width: 369px;\" class=\"slick-slide slick-active\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "244d01549f99",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-74f21c4a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide02\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"2\" style=\"width: 369px;\" class=\"slick-slide\">",
            "message": "The 'id' \"slick-slide02\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e84322e9e605",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b1c69af"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide02\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"2\" style=\"width: 369px;\" class=\"slick-slide\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d614f48675b1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6b598a77"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide03\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"3\" style=\"width: 369px;\" class=\"slick-slide\">",
            "message": "The 'id' \"slick-slide03\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3514f965673",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d62b6768"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide03\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"3\" style=\"width: 369px;\" class=\"slick-slide\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6565a8afea0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-94fc37e5"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide04\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"4\" style=\"width: 369px;\" class=\"slick-slide\">",
            "message": "The 'id' \"slick-slide04\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "feaa7e17052a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c3a1ea43"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide04\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"4\" style=\"width: 369px;\" class=\"slick-slide\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8fc01ec8983",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c24fa797"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button style=\"\" role=\"button\" class=\"slick-next slick-arrow\" data-role=\"none\" type=\"button\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c6f8ac0d59a5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0424f514"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button style=\"\" role=\"button\" class=\"slick-next slick-arrow\" data-role=\"none\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9b4a754f4ee",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-086f4e21"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/atencionCiudadana/Quienes-somos.html\" title=\"Punto de Acceso General electrónico (administracion.gob.es)\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef0a14676db5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fc9c132f"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/atencionCiudadana/Quienes-somos.html\" title=\"Punto de Acceso General electrónico (administracion.gob.es)\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1639a04abd37",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c52470af"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Lectura-Facil.html\" title=\"Índice de contenidos\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7becf7967cdf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ef47f2c7"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Lectura-Facil.html\" title=\"Índice de contenidos\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c12789b2df0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b96ef884"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.administracion.gob.es/PAG_Sede/HomeSede.html\" title=\"Sede electrónica del PAGe\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "067c837cbd0f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ca118514"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.administracion.gob.es/PAG_Sede/HomeSede.html\" title=\"Sede electrónica del PAGe\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c227e2c1093",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d47e1b68"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/empleoPublico/Destacados-empleo-publico.html\" class=\"o-card__link ppg-icon__crossW-2a ppg-link ppg-link--btn\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "578be97e3570",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ddf2ff83"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/empleoPublico/Destacados-empleo-publico.html\" class=\"o-card__link ppg-icon__crossW-2a ppg-link ppg-link--btn\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06db25b22444",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-93ea6e29"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/atencionCiudadana/encuentraTuOficina.html\" class=\"o-card__link ppg-icon__crossW-2a ppg-link ppg-link--btn\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca5d0f7ee372",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e1f1d53b"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/atencionCiudadana/encuentraTuOficina.html\" class=\"o-card__link ppg-icon__crossW-2a ppg-link ppg-link--btn\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "785d2edb495a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-956b235b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://twitter.com/060gobes\" title=\"X (antes Twitter) @060gobes\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "07663a04a218",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dbf58e2b"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://twitter.com/060gobes\" title=\"X (antes Twitter) @060gobes\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a36b2f1d620b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-84d6a1df"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.facebook.com/060PAG/\" title=\"Facebook 060PAG\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17cc447389ff",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8bdb4ba2"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.facebook.com/060PAG/\" title=\"Facebook 060PAG\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80f8b565dcb5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-47cf28cf"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.youtube.com/user/eAdministracionEs/videos\" title=\"Youtube Administracion.gob.es\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a105ebdc0fa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b75b8b27"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.youtube.com/user/eAdministracionEs/videos\" title=\"Youtube Administracion.gob.es\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2b5e7a21259",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-581a1ffb"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/atencionCiudadana/redesSocialesMedios/AdministracionEsMedios.html\" class=\"ppg-link ppg-icon__crossR-2a\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c62ea974d92b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6f13d18d"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/atencionCiudadana/redesSocialesMedios/AdministracionEsMedios.html\" class=\"ppg-link ppg-icon__crossR-2a\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "381345369c74",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-80453477"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/atencionCiudadana/ayudame/telefono.html\" title=\"Teléfono 060\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00e3a1d22585",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22de2324"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/atencionCiudadana/ayudame/telefono.html\" title=\"Teléfono 060\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e1c49045cb4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-505b1216"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/contacto/buzon-atencion.html\" title=\"Buzón de atención\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "272562d6437e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b10fc5cf"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/contacto/buzon-atencion.html\" title=\"Buzón de atención\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c861ef10d842",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a366cc0b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/contacto/webchat-060.html\" title=\"Webchat 060\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a7f13055f7b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2c0ff43d"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/contacto/webchat-060.html\" title=\"Webchat 060\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "426c47ab270d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b65a04b4"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/contacto/oficina.html\" title=\"Nuestra Oficina de Atención\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1cf4c24c36ac",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-43548aca"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/contacto/oficina.html\" title=\"Nuestra Oficina de Atención\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75bb63fe7314",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6e0ac584"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://play.google.com/store/apps/details?id=es.gob.empleopublico\" title=\"App Empleo Público - Android\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "debc26935c02",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6f6d7a90"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://play.google.com/store/apps/details?id=es.gob.empleopublico\" title=\"App Empleo Público - Android\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d592f757616f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5144505d"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://apps.apple.com/es/app/empleo-p%C3%BAblico/id1018781314\" title=\"App Empleo Público - IOS (iPhone)\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a08d27e4b979",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ba456918"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://play.google.com/store/apps/details?id=es.gob.lineaayudas\" title=\"App Ayudas - Android\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46880fc5535b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ab9c65be"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://apps.apple.com/es/app/l%C3%ADneas-de-ayuda/id1126334060\" title=\"App Ayudas - IOS (iPhone)\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9f35daea642",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-85f378c8"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/atencionCiudadana/calendarios.html\" title=\"Calendarios laborales y de días inhábiles\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f529738df49",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-472854ab"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"ppg-link-novedad\" title=\"Información para personas afectadas por la DANA\" href=\"/pag_Home/Tramites/hechos-vitales/informacion-dana.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40877d651ad0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2d4b3f57"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "42dcf7c6634f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"ppg-link-novedad\" title=\"Medidas urgentes\" href=\"https://www.boe.es/diario_boe/txt.php?id=BOE-A-2026-9359\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef740dcab398",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-575dc5d0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"ppg-link-novedad\" title=\"Herramienta innovadora de comunicación \" href=\"https://www.interior.gob.es/opencms/es/detalle/articulo/La-Policia-Nacional-presenta-un-sistema-de-comunicacion-con-pictogramas-para-mejorar-la-atencion-a-victimas-de-delitos-sexuales/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c15b0821f2d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7ed9a513"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"ppg-link-novedad\" title=\"Oficina de Difusión de la Danza\" href=\"https://www.cultura.gob.es/actualidad/2026/04/260429-presentacion-oficina-danza.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21c17cb61866",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fa7175fa"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/atencionCiudadana/Noticias.html\" title=\"Todas  las  noticias\" class=\"ocultar\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f96bbea263a6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-02244661"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" class=\"ppg-tabs__list ui-tabs-nav ui-corner-all ui-helper-reset ui-helper-clearfix ui-widget-header\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0891bc27f5e9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1d192e30"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li aria-expanded=\"true\" aria-selected=\"true\" aria-labelledby=\"ui-id-1\" aria-controls=\"tab-0\" tabindex=\"0\" role=\"tab\" class=\"ppg-tabs__item ui-tabs-tab ui-corner-top ui-state-default ui-tab ui-tabs-active ui-state-active\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "233b12502018",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c48c434e"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<a id=\"ui-id-1\" tabindex=\"-1\" role=\"presentation\" class=\"ppg-tabs__link ui-tabs-anchor\" href=\"#tab-0\">",
            "message": "The ARIA role 'presentation' is not valid for the element <a> and may be ignored by the browser since the element is focusable",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5eb9b02f504d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-07a62d0f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"textojustificado\">",
            "message": "Confirm this text 'Carta de servicios del Centro de Información Administrativa' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90b1ab447f7a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-eb1cb1c0"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside class=\"o-layout__sidebar\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d9533f537326",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d09b04b3"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button style=\"\" role=\"button\" class=\"slick-prev slick-arrow\" data-role=\"none\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d850890d1ae0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fbc85d05"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button style=\"\" role=\"button\" class=\"slick-prev slick-arrow\" data-role=\"none\" type=\"button\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button style=\"\" role=\"button\" class=\"slick-prev slick-arrow\" data-role=\"none\" type=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<button style=\"\" role=\"button\" class=\"slick-prev slick-arrow\" data-role=\"none\" type=\"button\">",
            "message": "Ensure the overlapped target \"button\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc4f003ce6c1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-50ac38c4"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<div style=\"opacity: 1; width: 55000px; transform: translate3d(-675px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f57e63a34338",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2f46cf76"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<div style=\"opacity: 1; width: 55000px; transform: translate3d(-675px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "message": "Verify the <div> element with \"listbox\" role has keyboard access",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "780ca32b33fe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bbaf0210"
          },
          {
            "rule": "input_label_exists",
            "xpath": null,
            "html": "<div style=\"opacity: 1; width: 55000px; transform: translate3d(-675px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "message": "Form control with \"listbox\" role has no associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "763121150605",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-13198c93"
          },
          {
            "rule": "widget_tabbable_single",
            "xpath": null,
            "html": "<div style=\"opacity: 1; width: 55000px; transform: translate3d(-675px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "message": "Component with \"listbox\" role has more than one tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4cf79752764",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-75ac8cb9"
          },
          {
            "rule": "aria_child_tabbable",
            "xpath": null,
            "html": "<div style=\"opacity: 1; width: 55000px; transform: translate3d(-675px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "message": "None of the descendent elements with \"option\" role is tabbable",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4a317d66434",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dc466f7c"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<div style=\"opacity: 1; width: 55000px; transform: translate3d(-675px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "message": "The element with role \"listbox\" owns the child element with the role \"list\" that is not one of the allowed role(s): \"option\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b1eea95e4eb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f87ca6e2"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<div style=\"opacity: 1; width: 55000px; transform: translate3d(-675px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "message": "The element with role \"listbox\" owns the child element with the role \"list\" that is not one of the allowed role(s): \"option\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-slick__fig\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c655c82f402a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7a85c3a8"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-slick__fig\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide10\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"0\" class=\"slick-slide slick-current slick-active slick-center\">",
            "message": "The 'id' \"slick-slide10\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a796910ecf70",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-75d2fb95"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide10\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"0\" class=\"slick-slide slick-current slick-active slick-center\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d25a068e36dd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ff70696a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-slick__fig\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide11\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"1\" class=\"slick-slide slick-active\">",
            "message": "The 'id' \"slick-slide11\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "952ee53a3745",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7c749ac8"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide11\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"1\" class=\"slick-slide slick-active\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2928e13d612d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a38fa43f"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide11\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"1\" class=\"slick-slide slick-active\">",
            "message": "Interactive component with ARIA role 'option' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9e6dec32e36",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f696df30"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-slick__fig\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide12\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"2\" class=\"slick-slide slick-active\">",
            "message": "The 'id' \"slick-slide12\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "16ac16943d28",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-63b9f242"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide12\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"2\" class=\"slick-slide slick-active\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e05af7710d2a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f089da92"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide12\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"2\" class=\"slick-slide slick-active\">",
            "message": "Interactive component with ARIA role 'option' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "14dddf7a1f2a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-32814cda"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-slick__fig\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide13\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"3\" class=\"slick-slide\">",
            "message": "The 'id' \"slick-slide13\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5d889f17a1a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4f979d66"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide13\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"3\" class=\"slick-slide\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "20d75ec445ec",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-065f85f3"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide13\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"3\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'option' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "401360c61267",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e38495e4"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide14\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"4\" class=\"slick-slide\">",
            "message": "The 'id' \"slick-slide14\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b679fcf081f9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4d68813b"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide14\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"4\" class=\"slick-slide\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e33c76bfead",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4cd65983"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide14\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"4\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'option' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "92812cc0479b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-feec8bfd"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide15\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"5\" class=\"slick-slide\">",
            "message": "The 'id' \"slick-slide15\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c56b674e2e28",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-422417ff"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide15\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"5\" class=\"slick-slide\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b614dbfc900",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-55b0d183"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide15\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"5\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'option' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d001c5f47f1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e60f53d6"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide16\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"6\" class=\"slick-slide\">",
            "message": "The 'id' \"slick-slide16\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e276f8a6f4fe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d749608a"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide16\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"6\" class=\"slick-slide\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7d9286bb939",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d88270b7"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide16\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"6\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'option' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43830a3708ae",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-52209b2b"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide17\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"7\" class=\"slick-slide\">",
            "message": "The 'id' \"slick-slide17\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9573b368ea0d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e8d46630"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide17\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"7\" class=\"slick-slide\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a6d96084cd7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fc12ac66"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide17\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"7\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'option' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1297e7bd9c4f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-61bb0596"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide18\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"8\" class=\"slick-slide\">",
            "message": "The 'id' \"slick-slide18\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "99281b75b406",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b62526a2"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide18\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"8\" class=\"slick-slide\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4fe1e98280a8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-058aaab2"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide18\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"8\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'option' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32409e7cc371",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0d63d609"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide19\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"9\" class=\"slick-slide\">",
            "message": "The 'id' \"slick-slide19\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dec15b6f7a2a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-290d5c96"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide19\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"9\" class=\"slick-slide\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69f7bfdd6af2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-52554d54"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide19\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"9\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'option' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a23ed50908db",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a3e0cc60"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide110\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"10\" class=\"slick-slide\">",
            "message": "The 'id' \"slick-slide110\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4ddc036d206",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-949d4d8f"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide110\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"10\" class=\"slick-slide\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ddf666626ca3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2d3aaeb5"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide110\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"10\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'option' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e59520dd59a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4374ddfa"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button style=\"\" role=\"button\" class=\"slick-next slick-arrow\" data-role=\"none\" type=\"button\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<button style=\"\" role=\"button\" class=\"slick-next slick-arrow\" data-role=\"none\" type=\"button\">",
            "message": "Ensure the overlapped target \"button\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd4fbebd3c12",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ba233537"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button style=\"\" role=\"button\" class=\"slick-next slick-arrow\" data-role=\"none\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #e9e9e9. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4af44ae47fb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5976a683"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79d5cc90a387",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b017c3f0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b52469e3579a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-85022af9"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDeCookies.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "83adcb477032",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f9d7338e"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "431d64d95454",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "615c5e82b693",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 5719,
        "uniqueFailedCount": 145,
        "duplicateFailedCount": 15,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 17
    },
    {
      "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": 13118,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-80ea4e57"
          }
        ],
        "outcomeCount": 1548,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 33
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3961,
          "failed": 107,
          "cantTell": 96,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_keyboard_handler_exists",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "heading_markup_misuse",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1af0074dbcc0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c2b9d448b67",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f29514f0494",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf352726c4b1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "82d44a448db2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c45428d0aa1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b511ac17056",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28a8e3a840f8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f117e3faf919",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8c691d4b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca08ac04009a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67b7573a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78e937636988",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c25978805931",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dbc11a04"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79f1928017c8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7781230cd9e0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "521590a85288",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f49b33c0a85f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c3d4eb33bd5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "859dfecc9426",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a996e9035b3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e42d619c3c36",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "234575de9d8b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8db766ea3baa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21700f83ef75",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "49b61b056478",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "893937266aef",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0097efe7ca58",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a230b2b6823",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "166a0b789bac",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8db8083667a3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da95c7967519",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5756c6e953c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dce9f2c7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "304acdcacdcc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ee5a3617"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "081584d0eb3f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8bea4664"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ciudadanos\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0006361f5f47",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-964745ca"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Asistencia sanitaria\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "967a189f5b64",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d085e4f3"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Última actualización: 14-04-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13fc735d3313",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/tratamiento-medico.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed9af2515cec",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-780ea94a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6937be6e803a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04d2b0da"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/prevencion-salud.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "320ff6724ba6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9c5b827d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d39313092685",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-72bdfa22"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a3cb866d9ad",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-da1ff39d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html#-e58ba6a93def\" title=\"Ir a Atención socio-sanitaria en España\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d9ed60a5f34",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-50e1ae8d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html#-73012a350888\" title=\"Ir a Centros de atención socio-sanitaria del Imserso\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca3399646e17",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-29084424"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html#-f3d55553b265\" title=\"Ir a Cómo se regulan\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7113a200b14e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-11ebe150"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html#-2caf6ede2660\" title=\"Ir a Condiciones para acceder a los centros\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d5d7e69c03e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4b701814"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html#-6fb5c4166c7d\" title=\"Ir a Participación de los usuarios en el coste del servicio\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "579b1854efc3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d447d605"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html#-c556e9c6b678\" title=\"Ir a Ayudas o subvenciones\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e924f7f42f49",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-251b03d5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html#-58aa4481edc7\" title=\"Ir a Los centros gestionados por el Imserso en Ceuta y Melilla\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae3ca8a0540e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-25cea50b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html#-0ee3d4efecfe\" title=\"Ir a Qué son los Centros de Referencia Estatales\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31c280c82b62",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e836fc0c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html#-1223b97c91e3\" title=\"Ir a Centros de Referencia Estatales de España\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ec406e35576",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a16f317d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html#-817ee89ef1f1\" title=\"Ir a Enlaces de Interés\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45beaf3c0c3c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d815b33f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html#-1f8e2bded755\" title=\"Ir a Información por Comunidades Autónomas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b4529d2dea22",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7d55b371"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html#-d507e8200899\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea60be04aeed",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8ee0c981"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html#-4bb21142ab67\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0fbdddd7090b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-35b1cc3b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2659530ef6f4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/doc.php?id=BOE-A-1987-22293\" title=\"Resolución de 26 de agosto de 1987 de la Dirección General del Instituto Nacional de Servicios Sociales (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a9b236093b9e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b0c34e22"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2006-21990\" title=\"Ley 39/2006, de 14 de diciembre, de Promoción de la autonomía Personal y Atención a personas en situación de dependencia (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cac0bc2da4d1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f23aeebd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/diario_boe/txt.php?id=BOE-A-2015-2706\" title=\"Orden SSI/420/2015, de 9 de marzo (BOE 13/03/15), por la que se establecen las bases reguladoras para la concesión de subvenciones para personas mayores, personas con discapacidad y personas en situación de dependencia (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "694b36039db5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4262e9e5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" data-fn=\"accordion\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "651f3793d0e7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-52ceb950"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h3 tabindex=\"-1\" aria-expanded=\"false\" aria-selected=\"false\" aria-controls=\"ui-id-3\" role=\"tab\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" id=\"-0fbb222943f5\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c3dac87ede60",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a557e58f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" data-fn=\"accordion\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" alt=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" href=\"https://www.juntadeandalucia.es/temas/familias-igualdad/dependencia/asistencia.html\" coords=\"202,179,208,183,224,195,231,193,247,193,251,190,260,191,267,189,274,197,271,203,278,206,286,211,286,216,291,226,295,227,289,240,283,248,277,243,271,244,268,250,261,247,249,247,247,249,240,247,228,247,221,248,212,256,206,255,197,260,194,267,191,267,188,271,177,267,170,259,172,255,166,248,167,244,155,232,144,229,138,229,138,222,136,217,141,208,146,203,151,201,151,197,163,204,166,203,172,206,179,203,182,199,186,202,191,198,190,191,195,185,202,180\" target=\"_blank\" shape=\"poly\" id=\"andalucia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "42dd85f5326b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-49405956"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" alt=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" href=\"https://www.aragon.es/-/atencion-sociosanitaria\" coords=\"291,65,289,67,291,73,292,75,292,77,288,79,288,87,284,87,282,89,283,92,285,94,287,94,291,96,295,99,297,101,297,104,299,107,299,112,298,116,295,116,294,119,293,122,298,125,301,128,303,128,306,128,308,129,310,131,311,133,308,134,312,135,316,135,320,132,323,129,324,126,327,125,329,123,330,112,329,110,331,110,332,106,335,106,338,107,344,107,345,106,345,103,345,101,346,100,346,97,343,94,346,93,349,90,348,87,346,84,347,82,350,79,347,77,346,75,348,71,353,68,353,64,355,60,355,56,357,52,356,49,355,45,357,42,356,40,352,38,347,39,341,39,340,38,337,40,334,39,330,36,329,35,325,36,321,36,316,31,315,36,312,39,310,42,307,42,305,47,304,49,303,52,301,55,302,59,303,61,303,64,301,67,300,68,294,66,292,65,291,65\" target=\"_blank\" shape=\"poly\" id=\"aragon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "07aca0c576d1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-eb4e10ef"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Balears, Illes (Abre en ventana nueva)\" alt=\"Acceso al servicio de Balears, Illes (Abre en ventana nueva)\" href=\"https://intranet.caib.es/sites/crsaib/es/pla_26-30/\" coords=\"435,128,429,127,422,128,406,132,401,134,394,137,386,143,354,167,354,170,355,171,356,174,357,176,358,178,359,179,361,180,364,181,368,181,386,173,402,165,428,148,439,140,440,134,438,130,434,128\" target=\"_blank\" shape=\"poly\" id=\"baleares\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f92baee95ead",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fc1c3e2c"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" href=\"https://www.serviciossocialescantabria.org/index.php?page=ciudadano\" coords=\"213,23,215,26,217,28,223,27,226,28,228,31,230,34,231,36,236,37,238,37,237,33,234,32,234,29,238,27,242,24,244,23,245,23,250,24,249,21,250,20,252,19,254,17,252,16,249,16,246,13,245,12,242,14,238,14,236,13,232,15,231,16,227,16,222,16,221,18,221,19,218,19,215,20,216,22,215,23,213,22\" target=\"_blank\" shape=\"poly\" id=\"cantabria\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8c5c03ee7d2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e0d89a44"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" href=\"https://serviciossociales.jcyl.es/web/es/como-acceder-servicios-sociales/catalogo-servicios-sociales.html\" coords=\"159,122,158,118,159,115,159,107,159,102,156,97,160,97,162,93,165,90,168,89,172,85,176,80,176,76,173,75,169,74,167,73,168,70,168,65,165,65,162,64,157,64,156,59,162,54,163,50,161,48,161,45,155,44,157,37,162,31,172,30,173,27,177,27,183,27,186,30,190,30,190,27,195,28,205,26,211,22,214,27,217,29,223,28,227,32,230,37,237,39,240,37,237,32,235,31,239,27,244,24,250,25,254,23,256,25,256,29,261,32,258,33,255,32,253,32,254,36,255,37,257,38,260,40,260,43,257,44,256,46,257,49,257,57,257,60,261,64,264,64,266,62,268,65,271,65,273,62,277,61,280,62,282,66,287,67,289,70,290,73,291,76,287,79,287,86,283,85,281,89,282,93,284,94,283,97,276,97,271,95,269,91,264,91,263,89,258,90,254,90,248,91,248,94,245,94,243,94,242,96,240,96,239,96,239,100,236,100,234,102,233,106,231,106,227,111,224,111,223,120,218,122,216,128,214,125,211,126,208,129,206,130,201,131,198,130,197,124,196,125,190,126,186,121,184,121,181,123,176,116,173,116,163,123,158,123,158,122\" target=\"_blank\" shape=\"poly\" id=\"castillaleon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8418db67b45f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f623d1d8"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" href=\"https://sanidad.castillalamancha.es/ciudadanos/listado-de-centros\" coords=\"314,181,308,178,306,179,301,180,301,184,300,186,301,191,298,194,293,192,289,194,285,195,283,195,277,204,273,203,276,196,268,188,260,189,251,189,246,191,243,191,237,190,236,192,227,192,224,193,213,185,206,180,209,174,210,172,208,169,211,168,211,165,216,164,214,160,215,153,213,153,208,156,202,149,203,144,202,141,199,141,198,138,198,137,198,131,203,132,208,130,213,127,215,129,218,129,222,128,223,127,224,128,229,127,236,130,240,131,241,132,240,133,240,134,236,137,235,139,236,140,241,139,247,134,257,133,259,133,258,126,257,126,257,120,253,115,249,110,248,105,250,100,247,95,250,94,249,92,255,91,262,91,264,92,268,92,270,96,274,98,280,99,284,98,285,95,288,95,292,98,295,101,296,105,298,107,298,112,297,115,294,115,293,118,291,120,293,123,297,126,301,128,303,133,306,136,308,136,307,143,305,146,301,147,300,152,300,156,305,158,310,159,309,164,307,168,309,171,312,173,315,172,316,177,316,181,315,181\" target=\"_blank\" shape=\"poly\" id=\"castillamancha\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c707ebd83bf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7b861cb8"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" href=\"https://catsalut.gencat.cat/ca/serveis-sanitaris/atencio-sociosanitaria/\" coords=\"353,113,350,111,347,111,345,107,347,103,347,98,347,97,345,95,349,92,350,88,348,84,351,79,348,75,350,72,354,69,355,63,357,58,357,55,358,50,356,45,358,42,356,39,353,37,352,35,354,33,360,34,363,35,367,37,371,37,373,42,373,46,374,47,377,46,380,44,384,45,388,44,388,46,388,49,393,47,394,46,400,47,401,48,404,48,407,45,412,44,415,44,417,44,420,46,421,47,421,48,421,50,416,50,416,52,417,54,418,56,419,56,419,58,420,59,421,62,418,64,413,69,405,74,399,78,395,79,395,83,391,86,383,87,374,91,368,94,363,94,361,99,358,102,357,104,361,108,359,111,355,111,352,112,352,113\" target=\"_blank\" shape=\"poly\" id=\"cataluna\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2dc7768d8989",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-64f77502"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" alt=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" href=\"https://www.sergas.es/Sociosanitario?idioma=es\" coords=\"156,64,155,58,160,54,161,53,161,49,160,48,160,46,154,45,153,44,156,35,162,30,161,28,158,27,158,25,160,23,158,19,154,14,156,11,155,8,151,8,147,3,144,2,141,1,137,2,133,1,130,4,126,7,126,13,124,13,120,13,119,15,112,15,111,14,108,16,106,19,102,19,99,24,100,26,102,26,104,33,107,32,105,38,105,42,111,38,110,43,109,45,111,46,112,49,110,54,108,57,108,61,108,64,113,60,115,57,120,57,126,56,127,59,125,64,126,67,129,67,132,64,133,66,137,65,141,67,147,68,151,66,151,63,152,62\" target=\"_blank\" shape=\"poly\" id=\"galicia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf0538d6c672",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6756b1d7"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" href=\"https://murciasocial.carm.es/web/guest/politica-social\" coords=\"320,218,321,215,318,214,318,213,318,210,318,208,317,207,315,205,314,203,314,201,313,199,314,197,315,196,314,195,313,193,312,192,311,190,311,188,314,186,313,183,311,181,310,180,308,180,307,180,306,181,305,180,303,181,303,182,302,183,302,185,302,186,301,186,303,189,303,191,301,193,300,194,299,195,297,195,294,194,293,194,291,194,288,196,286,196,285,196,284,197,282,199,281,200,280,202,279,203,279,204,280,205,282,207,284,208,286,208,288,208,289,210,289,211,288,213,288,214,288,216,289,217,290,218,290,219,290,220,291,221,293,223,294,223,297,224,298,225,299,224,301,222,303,221,305,220,306,219,307,219,309,219,311,218,314,218,317,218,319,218,321,218\" target=\"_blank\" shape=\"poly\" id=\"murcia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4629bee66683",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4867100d"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" href=\"https://www.navarra.es/es/derechos-sociales \" coords=\"275,43,275,46,278,49,284,51,288,51,291,56,293,56,293,59,293,61,292,62,291,62,290,62,290,64,292,64,295,65,298,66,300,66,302,64,302,61,301,58,300,56,301,53,302,49,305,44,306,41,310,40,313,36,314,32,313,31,309,29,305,29,302,26,301,28,300,29,298,27,298,25,300,23,299,20,296,20,292,20,291,19,289,21,287,23,287,25,285,27,285,30,280,32,279,33,280,36,278,40,278,42,275,43,275,46\" target=\"_blank\" shape=\"poly\" id=\"navarra\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86e994140e08",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-785867b7"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" alt=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" href=\"https://arretasoziosanitarioa.euskadi.eus/websosa00-content/es/contenidos/recurso_tecnico/buscador_rr_sosa/es_def/index.shtml\" coords=\"253,19,253,22,255,22,256,24,257,25,257,29,261,31,262,32,259,34,257,34,256,35,258,37,259,38,261,40,264,40,264,39,264,37,267,37,270,38,271,40,272,42,274,42,277,41,277,38,279,36,278,33,279,31,283,30,284,27,285,25,286,25,286,22,289,20,290,18,290,17,287,18,283,20,277,20,270,16,264,15,261,15,259,17,255,18,253,19\" target=\"_blank\" shape=\"poly\" id=\"vascongadas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "369ed6b6a6e6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c1b3195f"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" alt=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" href=\"https://www.larioja.org/servicios-sociales/es/red-basica-servicios-sociales\" coords=\"263,63,259,61,258,51,258,46,259,44,261,43,264,44,266,44,269,47,270,49,272,47,275,47,277,49,278,50,282,51,285,53,287,52,289,56,291,58,292,57,291,61,289,60,289,64,289,66,287,66,283,65,282,62,282,61,278,60,274,59,273,61,272,62,271,64,268,64,266,61,265,61\" target=\"_blank\" shape=\"poly\" id=\"rioja\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1ebb16f91aa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a2289621"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.juntadeandalucia.es/temas/familias-igualdad/dependencia/asistencia.html\" title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"andalucia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4649f3a1b910",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1306081"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.aragon.es/-/atencion-sociosanitaria\" title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"aragon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "709bbb76b911",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7b1e88f8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://intranet.caib.es/sites/crsaib/es/pla_26-30/\" title=\"Acceso al servicio de Balears, Illes (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"baleares\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6824c46692fd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fb3eee3e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.serviciossocialescantabria.org/index.php?page=ciudadano\" title=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cantabria\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee2ca6e2d8cf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0a8c499c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://serviciossociales.jcyl.es/web/es/como-acceder-servicios-sociales/catalogo-servicios-sociales.html\" title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillaleon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "beccc3c330b7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bc2f0b0a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sanidad.castillalamancha.es/ciudadanos/listado-de-centros\" title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillamancha\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4eb78800760",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0dd3a036"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://catsalut.gencat.cat/ca/serveis-sanitaris/atencio-sociosanitaria/\" title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cataluna\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c31f5f0dbe9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-00721009"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.sergas.es/Sociosanitario?idioma=es\" title=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"galicia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc5fa174b590",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5cf226e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://murciasocial.carm.es/web/guest/politica-social\" title=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"murcia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5e532fbab07",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-749bb87f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.navarra.es/es/derechos-sociales \" title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"navarra\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7195cff97585",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5dbef3c1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://arretasoziosanitarioa.euskadi.eus/websosa00-content/es/contenidos/recurso_tecnico/buscador_rr_sosa/es_def/index.shtml\" title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"vascongadas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d421e6b4d0b3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-30e125d1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.larioja.org/servicios-sociales/es/red-basica-servicios-sociales\" title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" class=\"comunidadlast selected\" name=\"rioja\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bcf3ad8c6836",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bae2cd5c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77827623fb13",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2c31751c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce87cd1fb5c2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fe75f54d"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48f5a1e05291",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c18f7af8a84",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5976a683"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b2330eec70a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b017c3f0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "354c3ecffd46",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-85022af9"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDeCookies.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a160c0c60404",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f9d7338e"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf83c7f4c615",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c6ab159dbc4b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 4115,
        "uniqueFailedCount": 93,
        "duplicateFailedCount": 14,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 14
    },
    {
      "submittedUrl": "https://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": 10715,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1070,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 6
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2934,
          "failed": 83,
          "cantTell": 65,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36fd1d7856f2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "324e6519e70b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af072be53d70",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0066b7a69c05",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "38f73212c35c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c57a5b4f0a2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a939ec638f13",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f62c137c0657",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7b0bc19d916",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8c691d4b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ba887a9c916",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67b7573a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3dfa5a68800b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "281d967bf975",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dbc11a04"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0df31b810f8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d26e9a6dad7b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39f9a8ffdb64",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "776e6e2c8646",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de1920069d9d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d15adf7bf35",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0456c5eb94e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77f0960193aa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7d764ae84c1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a12344c7be60",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d1e77ed70fd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f366113d1424",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a39c8fda66ff",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78fff21d86c9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc579a23dcad",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10e9aa3c0725",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4dcad711a5c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "759df05daf70",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0f509abe170",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dce9f2c7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b6995d89c5d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ee5a3617"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab77014bde94",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8bea4664"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ciudadanos\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ebdefc7891a1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-964745ca"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Asistencia sanitaria\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f97b964c022a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d085e4f3"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Última actualización: 25-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b1a385d21f2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/tratamiento-medico.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e726847d083",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-780ea94a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b4e2781b4734",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7c95c2ee"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/prevencion-salud.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "387a67b4414e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9c5b827d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "16b698eb286e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-72bdfa22"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa425b7d7eef",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ce1b8d83"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE.html#-40bd9eff7180\" title=\"Ir a Derechos y obligaciones\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b318a796d01",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1556da6b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE.html#-efff0e554038\" title=\"Ir a La Tarjeta Sanitaria Europea\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5712446a641",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-555f6a64"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE.html#-a101e722e0d5\" title=\"Ir a Cómo solicitar la Tarjeta Sanitaria Europea\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "14f9aa043bc9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e091d5a1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE.html#-498897155dd3\" title=\"Ir a Enlaces de interés\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52173268b404",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d9a88063"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE.html#-a71a6840fcc2\" title=\"Ir a Información por Comunidades Autónomas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5cc20608dfb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1fc7e127"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE.html#-8f9d731fe864\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d12accadaf2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1dd051d7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE.html#-0787bcaaba62\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c6daba43c01",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-30f1eb89"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f6e11f7c4a3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.seg-social.es/wps/portal/wss/internet/Trabajadores/PrestacionesPensionesTrabajadores/10938/11566/1761\" title=\"<u>La Tarjeta Sanitaria Europea</u> (TSE) (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f38d44ba2504",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a41cdd24"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1bb1d49669c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f459bb78"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/tratamiento-medico.html\" title=\"Aquí puedes consultar más información sobre este supuesto. (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aee6892eac5c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ae24c30"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://prestaciones.seg-social.es/servicio/tarjeta-sanitaria-europea-certificado-provisional-sustitutorio.html\" title=\"Tarjeta sanitaria europea y certificado provisional sustitutorio (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "565df53fa605",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be196da8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.seg-social.es/wps/portal/wss/internet/Trabajadores/PrestacionesPensionesTrabajadores/10938/11566/1762\" title=\"solicitar el Certificado Provisional Sustitutorio (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "028324842c0d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fd515d58"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://ec.europa.eu/social/main.jsp?catId=1021&langId=es&intPageId=1754\" class=\"ppg-link ppg-link--black\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Desplazarse y trabajar en Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f111e29ebc71",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-17dd7d39"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" alt=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" href=\"https://www.juntadeandalucia.es/organismos/saludyconsumo/areas/sistema-sanitario/centros-servicios/paginas/asistencia-stu.html\" coords=\"202,179,208,183,224,195,231,193,247,193,251,190,260,191,267,189,274,197,271,203,278,206,286,211,286,216,291,226,295,227,289,240,283,248,277,243,271,244,268,250,261,247,249,247,247,249,240,247,228,247,221,248,212,256,206,255,197,260,194,267,191,267,188,271,177,267,170,259,172,255,166,248,167,244,155,232,144,229,138,229,138,222,136,217,141,208,146,203,151,201,151,197,163,204,166,203,172,206,179,203,182,199,186,202,191,198,190,191,195,185,202,180\" target=\"_blank\" shape=\"poly\" id=\"andalucia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f0cf42a0e3f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3763a104"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" href=\"https://www.tramitacastillayleon.jcyl.es/web/jcyl/AdministracionElectronica/es/Plantilla100Detalle/1251181050732/Tramite/1252045721206/Tramite\" coords=\"159,122,158,118,159,115,159,107,159,102,156,97,160,97,162,93,165,90,168,89,172,85,176,80,176,76,173,75,169,74,167,73,168,70,168,65,165,65,162,64,157,64,156,59,162,54,163,50,161,48,161,45,155,44,157,37,162,31,172,30,173,27,177,27,183,27,186,30,190,30,190,27,195,28,205,26,211,22,214,27,217,29,223,28,227,32,230,37,237,39,240,37,237,32,235,31,239,27,244,24,250,25,254,23,256,25,256,29,261,32,258,33,255,32,253,32,254,36,255,37,257,38,260,40,260,43,257,44,256,46,257,49,257,57,257,60,261,64,264,64,266,62,268,65,271,65,273,62,277,61,280,62,282,66,287,67,289,70,290,73,291,76,287,79,287,86,283,85,281,89,282,93,284,94,283,97,276,97,271,95,269,91,264,91,263,89,258,90,254,90,248,91,248,94,245,94,243,94,242,96,240,96,239,96,239,100,236,100,234,102,233,106,231,106,227,111,224,111,223,120,218,122,216,128,214,125,211,126,208,129,206,130,201,131,198,130,197,124,196,125,190,126,186,121,184,121,181,123,176,116,173,116,163,123,158,123,158,122\" target=\"_blank\" shape=\"poly\" id=\"castillaleon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1a2a41f3a07",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-acf27363"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" alt=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" href=\"https://saludextremadura.ses.es/web/asistencia-sanitaria-transfronteriza-en-la-u-e\" coords=\"214,154,208,157,201,149,202,144,201,142,198,142,197,139,196,138,197,130,196,126,190,127,185,122,181,124,175,117,163,124,153,125,153,128,156,131,156,136,153,142,153,145,138,145,143,151,145,159,148,163,152,164,153,168,145,178,144,184,142,186,147,196,153,196,164,203,165,202,172,204,178,202,180,199,183,198,187,200,189,198,188,191,200,179,202,178,206,178,209,172,207,169,210,167,210,164,214,163,213,160,214,157\" target=\"_blank\" shape=\"poly\" id=\"extremadura\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1523fa6308cd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b5f3e718"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" alt=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" href=\"https://www.sergas.es/Tarxeta-sanitaria/Que-levar-cando-viaxamos?idioma=es\" coords=\"156,64,155,58,160,54,161,53,161,49,160,48,160,46,154,45,153,44,156,35,162,30,161,28,158,27,158,25,160,23,158,19,154,14,156,11,155,8,151,8,147,3,144,2,141,1,137,2,133,1,130,4,126,7,126,13,124,13,120,13,119,15,112,15,111,14,108,16,106,19,102,19,99,24,100,26,102,26,104,33,107,32,105,38,105,42,111,38,110,43,109,45,111,46,112,49,110,54,108,57,108,61,108,64,113,60,115,57,120,57,126,56,127,59,125,64,126,67,129,67,132,64,133,66,137,65,141,67,147,68,151,66,151,63,152,62\" target=\"_blank\" shape=\"poly\" id=\"galicia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef42ea3d2862",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b6d0ee5e"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" alt=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" href=\"https://www.kontsumobide.euskadi.eus/webkon00-kb2contm/es/contenidos/noticia/20190401_tarjeta_sanitaria_eur/es_def/index.shtml\" coords=\"253,19,253,22,255,22,256,24,257,25,257,29,261,31,262,32,259,34,257,34,256,35,258,37,259,38,261,40,264,40,264,39,264,37,267,37,270,38,271,40,272,42,274,42,277,41,277,38,279,36,278,33,279,31,283,30,284,27,285,25,286,25,286,22,289,20,290,18,290,17,287,18,283,20,277,20,270,16,264,15,261,15,259,17,255,18,253,19\" target=\"_blank\" shape=\"poly\" id=\"vascongadas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5bd36e90cc23",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-713efef4"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" alt=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" href=\"https://www.riojasalud.es/ciudadanos\" coords=\"263,63,259,61,258,51,258,46,259,44,261,43,264,44,266,44,269,47,270,49,272,47,275,47,277,49,278,50,282,51,285,53,287,52,289,56,291,58,292,57,291,61,289,60,289,64,289,66,287,66,283,65,282,62,282,61,278,60,274,59,273,61,272,62,271,64,268,64,266,61,265,61\" target=\"_blank\" shape=\"poly\" id=\"rioja\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b51b6b7fa85d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e65732de"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.juntadeandalucia.es/organismos/saludyconsumo/areas/sistema-sanitario/centros-servicios/paginas/asistencia-stu.html\" title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"andalucia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52b208fa25c5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-879697ca"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.tramitacastillayleon.jcyl.es/web/jcyl/AdministracionElectronica/es/Plantilla100Detalle/1251181050732/Tramite/1252045721206/Tramite\" title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillaleon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ea008a9b131",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-406c0003"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://saludextremadura.ses.es/web/asistencia-sanitaria-transfronteriza-en-la-u-e\" title=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"extremadura\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88e69506075c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1e235bdb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.sergas.es/Tarxeta-sanitaria/Que-levar-cando-viaxamos?idioma=es\" title=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"galicia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c7ff57813e9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-218fe1e7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.kontsumobide.euskadi.eus/webkon00-kb2contm/es/contenidos/noticia/20190401_tarjeta_sanitaria_eur/es_def/index.shtml\" title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"vascongadas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08374ced32b4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-414327bc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.riojasalud.es/ciudadanos\" title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" class=\"comunidadlast selected\" name=\"rioja\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "748d3a0bffc2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ccfc7d91"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1be56c7e04a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2c31751c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7af409573f8b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fe75f54d"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d88e87d9c18",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "abc2c98c1392",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5976a683"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd913348167c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b017c3f0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65a3b8d7500e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-85022af9"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDeCookies.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c4848c2938e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f9d7338e"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1335d24b4ff8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c3cb7c60f2b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3047,
        "uniqueFailedCount": 76,
        "duplicateFailedCount": 7,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 7
    },
    {
      "submittedUrl": "https://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": 12016,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1082,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3112,
          "failed": 99,
          "cantTell": 84,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7089b23e4d80",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "641c3d0510a1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ab32562a7aa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5271acf74188",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "53a6f9ffec9f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "716034fe68cf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cee79fd59982",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c11e54476dc6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d21aaedb7ea",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8c691d4b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ccb1eaed3565",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67b7573a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "15f50f870270",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d722c665d04",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dbc11a04"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f70387cd585c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a1d76c56ca5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f5b693b2e4e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d2fdbdf98fd5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67973b113a15",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "752c9e70bb3a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b19d1dd8b25",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d34c73f468e5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "92e4834f01eb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "726b43b5cbbe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a5ea2a2b743",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b06b8b68e13",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de5cc3a84744",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe1598c85f46",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a0f5801d2a4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "300468b69898",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "006b9f9f4c37",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7ccf3c39ac0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a434206c95b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dce9f2c7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72bc6e3e98ba",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ee5a3617"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0344ca2602d6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8bea4664"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ciudadanos\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "16c20e7fe2ed",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-964745ca"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Asistencia sanitaria\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3cef5b8750d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d085e4f3"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Última actualización: 01-04-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1fb7a8ce15e1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/tratamiento-medico.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bcac7c38db16",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-780ea94a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ed66cafd3c2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04d2b0da"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/prevencion-salud.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c3eca7f04c72",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9c5b827d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f353ead5225",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-83285107"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8390ae159c0e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ce1b8d83"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia.html#-01e4abad3a3e\" title=\"Ir a Acceso a números de emergencia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8d1f7d9156a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9c6feda0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia.html#-d119e17986f4\" title=\"Ir a Número de emergencias\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bed066a59f45",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8731ac35"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia.html#-35539f371cce\" title=\"Ir a Acceso al servicio\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3686263e735a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5a260d90"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia.html#-89d284b39fe6\" title=\"Ir a Características del servicio\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4999c5c835a3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16d7814b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia.html#-173ddb663b27\" title=\"Ir a Enlaces de Interés\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7271e14f437d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1a7b1195"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia.html#-ad079b235132\" title=\"Ir a Información por Comunidades Autónomas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "788cd0f6f2c2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-801fcbb6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia.html#-c7de8d94d6cf\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c03ca05d3d23",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c96b47e5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia.html#-ae4366a5ea7d\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee577d15f84b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cb3a8bda"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b851ecc06bf6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://www.proteccioncivil.es/catalogo/info112/\" title=\"información adicional específica de cada servicio 112 en las Comunidades Autónomas (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "076b68363520",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f78f96e8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" alt=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" href=\"https://www.juntadeandalucia.es/temas/salud/urgencias/urgencias.html\" coords=\"202,179,208,183,224,195,231,193,247,193,251,190,260,191,267,189,274,197,271,203,278,206,286,211,286,216,291,226,295,227,289,240,283,248,277,243,271,244,268,250,261,247,249,247,247,249,240,247,228,247,221,248,212,256,206,255,197,260,194,267,191,267,188,271,177,267,170,259,172,255,166,248,167,244,155,232,144,229,138,229,138,222,136,217,141,208,146,203,151,201,151,197,163,204,166,203,172,206,179,203,182,199,186,202,191,198,190,191,195,185,202,180\" target=\"_blank\" shape=\"poly\" id=\"andalucia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2abbe4fa77b5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5f5398b5"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" alt=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" href=\"https://www.aragon.es/-/centro-de-emergencias-112-de-aragon\" coords=\"291,65,289,67,291,73,292,75,292,77,288,79,288,87,284,87,282,89,283,92,285,94,287,94,291,96,295,99,297,101,297,104,299,107,299,112,298,116,295,116,294,119,293,122,298,125,301,128,303,128,306,128,308,129,310,131,311,133,308,134,312,135,316,135,320,132,323,129,324,126,327,125,329,123,330,112,329,110,331,110,332,106,335,106,338,107,344,107,345,106,345,103,345,101,346,100,346,97,343,94,346,93,349,90,348,87,346,84,347,82,350,79,347,77,346,75,348,71,353,68,353,64,355,60,355,56,357,52,356,49,355,45,357,42,356,40,352,38,347,39,341,39,340,38,337,40,334,39,330,36,329,35,325,36,321,36,316,31,315,36,312,39,310,42,307,42,305,47,304,49,303,52,301,55,302,59,303,61,303,64,301,67,300,68,294,66,292,65,291,65\" target=\"_blank\" shape=\"poly\" id=\"aragon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e235ce4e05cd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6723c1f3"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Balears, Illes (Abre en ventana nueva)\" alt=\"Acceso al servicio de Balears, Illes (Abre en ventana nueva)\" href=\"https://www.caib.es/sites/112/es/portada-8673/\" coords=\"435,128,429,127,422,128,406,132,401,134,394,137,386,143,354,167,354,170,355,171,356,174,357,176,358,178,359,179,361,180,364,181,368,181,386,173,402,165,428,148,439,140,440,134,438,130,434,128\" target=\"_blank\" shape=\"poly\" id=\"baleares\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9aba0d2381cb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e1291611"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" alt=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" href=\"https://www.112canarias.com\" coords=\"9,258,148,315\" target=\"_blank\" shape=\"rect\" id=\"canarias\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "07337ceb3bb3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c15e5489"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" href=\"https://112.cantabria.es/\" coords=\"213,23,215,26,217,28,223,27,226,28,228,31,230,34,231,36,236,37,238,37,237,33,234,32,234,29,238,27,242,24,244,23,245,23,250,24,249,21,250,20,252,19,254,17,252,16,249,16,246,13,245,12,242,14,238,14,236,13,232,15,231,16,227,16,222,16,221,18,221,19,218,19,215,20,216,22,215,23,213,22\" target=\"_blank\" shape=\"poly\" id=\"cantabria\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70da2ebde9c7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-581a6979"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" href=\"https://112.jcyl.es/web/es/emergencias-castilla-leon.html\" coords=\"159,122,158,118,159,115,159,107,159,102,156,97,160,97,162,93,165,90,168,89,172,85,176,80,176,76,173,75,169,74,167,73,168,70,168,65,165,65,162,64,157,64,156,59,162,54,163,50,161,48,161,45,155,44,157,37,162,31,172,30,173,27,177,27,183,27,186,30,190,30,190,27,195,28,205,26,211,22,214,27,217,29,223,28,227,32,230,37,237,39,240,37,237,32,235,31,239,27,244,24,250,25,254,23,256,25,256,29,261,32,258,33,255,32,253,32,254,36,255,37,257,38,260,40,260,43,257,44,256,46,257,49,257,57,257,60,261,64,264,64,266,62,268,65,271,65,273,62,277,61,280,62,282,66,287,67,289,70,290,73,291,76,287,79,287,86,283,85,281,89,282,93,284,94,283,97,276,97,271,95,269,91,264,91,263,89,258,90,254,90,248,91,248,94,245,94,243,94,242,96,240,96,239,96,239,100,236,100,234,102,233,106,231,106,227,111,224,111,223,120,218,122,216,128,214,125,211,126,208,129,206,130,201,131,198,130,197,124,196,125,190,126,186,121,184,121,181,123,176,116,173,116,163,123,158,123,158,122\" target=\"_blank\" shape=\"poly\" id=\"castillaleon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d79d3609f88",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e632b744"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" href=\"https://112.castillalamancha.es/112/la-llamada-al-112\" coords=\"314,181,308,178,306,179,301,180,301,184,300,186,301,191,298,194,293,192,289,194,285,195,283,195,277,204,273,203,276,196,268,188,260,189,251,189,246,191,243,191,237,190,236,192,227,192,224,193,213,185,206,180,209,174,210,172,208,169,211,168,211,165,216,164,214,160,215,153,213,153,208,156,202,149,203,144,202,141,199,141,198,138,198,137,198,131,203,132,208,130,213,127,215,129,218,129,222,128,223,127,224,128,229,127,236,130,240,131,241,132,240,133,240,134,236,137,235,139,236,140,241,139,247,134,257,133,259,133,258,126,257,126,257,120,253,115,249,110,248,105,250,100,247,95,250,94,249,92,255,91,262,91,264,92,268,92,270,96,274,98,280,99,284,98,285,95,288,95,292,98,295,101,296,105,298,107,298,112,297,115,294,115,293,118,291,120,293,123,297,126,301,128,303,133,306,136,308,136,307,143,305,146,301,147,300,152,300,156,305,158,310,159,309,164,307,168,309,171,312,173,315,172,316,177,316,181,315,181\" target=\"_blank\" shape=\"poly\" id=\"castillamancha\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "265d9d5dd17f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-489f1e01"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" href=\"https://112.gencat.cat/es/inici/index.html\" coords=\"353,113,350,111,347,111,345,107,347,103,347,98,347,97,345,95,349,92,350,88,348,84,351,79,348,75,350,72,354,69,355,63,357,58,357,55,358,50,356,45,358,42,356,39,353,37,352,35,354,33,360,34,363,35,367,37,371,37,373,42,373,46,374,47,377,46,380,44,384,45,388,44,388,46,388,49,393,47,394,46,400,47,401,48,404,48,407,45,412,44,415,44,417,44,420,46,421,47,421,48,421,50,416,50,416,52,417,54,418,56,419,56,419,58,420,59,421,62,418,64,413,69,405,74,399,78,395,79,395,83,391,86,383,87,374,91,368,94,363,94,361,99,358,102,357,104,361,108,359,111,355,111,352,112,352,113\" target=\"_blank\" shape=\"poly\" id=\"cataluna\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6aa31a70e78",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1670beaa"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" alt=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" href=\"https://www.melilla.es/melillaPortal/contenedor.jsp?seccion=distribuidor_menus.jsp&language=es&codResi=1&codMenuPN=601&codMenuSN=10&codMenu=493&layout=contenedor.jsp\" coords=\"275,299,276,300,276,303,276,304,271,304,267,304,267,302,268,299,275,299\" target=\"_blank\" shape=\"poly\" id=\"melilla\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "535c4d630c74",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d01a5645"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Comunitat Valenciana (Abre en ventana nueva)\" alt=\"Acceso al servicio de Comunitat Valenciana (Abre en ventana nueva)\" href=\"https://www.112cv.gva.es/es/\" coords=\"320,212,319,208,316,204,314,199,316,196,312,190,315,187,315,183,317,181,317,173,315,171,312,171,308,168,311,162,310,158,304,157,301,155,301,150,303,147,307,146,308,144,308,140,309,136,313,136,315,136,316,139,318,136,320,133,325,129,325,127,329,125,331,122,331,116,331,112,332,109,333,107,338,108,340,108,341,109,344,108,347,113,349,112,350,115,348,120,346,124,344,127,340,132,339,136,337,138,335,141,332,147,331,150,330,154,332,157,333,160,335,164,337,170,339,173,343,174,345,175,347,178,342,181,338,182,334,186,329,189,326,192,326,196,326,197,323,198,323,202,322,206,321,207,321,212\" target=\"_blank\" shape=\"poly\" id=\"valencia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f1d91b63a01",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4ec5db97"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" alt=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" href=\"http://instituciones.juntaex.es/112/\" coords=\"214,154,208,157,201,149,202,144,201,142,198,142,197,139,196,138,197,130,196,126,190,127,185,122,181,124,175,117,163,124,153,125,153,128,156,131,156,136,153,142,153,145,138,145,143,151,145,159,148,163,152,164,153,168,145,178,144,184,142,186,147,196,153,196,164,203,165,202,172,204,178,202,180,199,183,198,187,200,189,198,188,191,200,179,202,178,206,178,209,172,207,169,210,167,210,164,214,163,213,160,214,157\" target=\"_blank\" shape=\"poly\" id=\"extremadura\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8cf9dbdce1d3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-03751828"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" href=\"https://www.112rmurcia.es/\" coords=\"320,218,321,215,318,214,318,213,318,210,318,208,317,207,315,205,314,203,314,201,313,199,314,197,315,196,314,195,313,193,312,192,311,190,311,188,314,186,313,183,311,181,310,180,308,180,307,180,306,181,305,180,303,181,303,182,302,183,302,185,302,186,301,186,303,189,303,191,301,193,300,194,299,195,297,195,294,194,293,194,291,194,288,196,286,196,285,196,284,197,282,199,281,200,280,202,279,203,279,204,280,205,282,207,284,208,286,208,288,208,289,210,289,211,288,213,288,214,288,216,289,217,290,218,290,219,290,220,291,221,293,223,294,223,297,224,298,225,299,224,301,222,303,221,305,220,306,219,307,219,309,219,311,218,314,218,317,218,319,218,321,218\" target=\"_blank\" shape=\"poly\" id=\"murcia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79bad300cf97",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e56ab9c5"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" href=\"https://www.navarra.es/home_es/Temas/Seguridad/112-SOS+NAVARRA.htm\" coords=\"275,43,275,46,278,49,284,51,288,51,291,56,293,56,293,59,293,61,292,62,291,62,290,62,290,64,292,64,295,65,298,66,300,66,302,64,302,61,301,58,300,56,301,53,302,49,305,44,306,41,310,40,313,36,314,32,313,31,309,29,305,29,302,26,301,28,300,29,298,27,298,25,300,23,299,20,296,20,292,20,291,19,289,21,287,23,287,25,285,27,285,30,280,32,279,33,280,36,278,40,278,42,275,43,275,46\" target=\"_blank\" shape=\"poly\" id=\"navarra\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6383c13bfcb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-78f3a9de"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" alt=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" href=\"https://www.euskadi.eus/web01-a2larri/es/contenidos/informacion/como_llamar_112/es_recom_ca/index.shtml\" coords=\"253,19,253,22,255,22,256,24,257,25,257,29,261,31,262,32,259,34,257,34,256,35,258,37,259,38,261,40,264,40,264,39,264,37,267,37,270,38,271,40,272,42,274,42,277,41,277,38,279,36,278,33,279,31,283,30,284,27,285,25,286,25,286,22,289,20,290,18,290,17,287,18,283,20,277,20,270,16,264,15,261,15,259,17,255,18,253,19\" target=\"_blank\" shape=\"poly\" id=\"vascongadas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86c7b95537ea",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b0092eea"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" alt=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" href=\"https://www.larioja.org/emergencias-112/es/sos-rioja\" coords=\"263,63,259,61,258,51,258,46,259,44,261,43,264,44,266,44,269,47,270,49,272,47,275,47,277,49,278,50,282,51,285,53,287,52,289,56,291,58,292,57,291,61,289,60,289,64,289,66,287,66,283,65,282,62,282,61,278,60,274,59,273,61,272,62,271,64,268,64,266,61,265,61\" target=\"_blank\" shape=\"poly\" id=\"rioja\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8180e94182ce",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7096679c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.juntadeandalucia.es/temas/salud/urgencias/urgencias.html\" title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"andalucia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "42b367aa0371",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7ce22855"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.aragon.es/-/centro-de-emergencias-112-de-aragon\" title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"aragon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ecb7a6b8e68",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65242080"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.caib.es/sites/112/es/portada-8673/\" title=\"Acceso al servicio de Balears, Illes (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"baleares\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc6850861f2f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d1e15940"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.112canarias.com\" title=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"canarias\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91940475da1f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5b19b023"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://112.cantabria.es/\" title=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cantabria\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2cd9e82e92a4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-baba325e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://112.jcyl.es/web/es/emergencias-castilla-leon.html\" title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillaleon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0335d78bc970",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c9914d1b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://112.castillalamancha.es/112/la-llamada-al-112\" title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillamancha\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a650e60b70f4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8e9f9662"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://112.gencat.cat/es/inici/index.html\" title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cataluna\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86f4abcdd1a4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d3c645fe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.melilla.es/melillaPortal/contenedor.jsp?seccion=distribuidor_menus.jsp&language=es&codResi=1&codMenuPN=601&codMenuSN=10&codMenu=493&layout=contenedor.jsp\" title=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"melilla\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6bc9922a381a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-72b7d328"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.112cv.gva.es/es/\" title=\"Acceso al servicio de Comunitat Valenciana (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"valencia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cebe852ab507",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f0ec14f2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://instituciones.juntaex.es/112/\" title=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"extremadura\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9aff83e1eb11",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f92bac2a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.112rmurcia.es/\" title=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"murcia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6c3f1cdd7cd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e260f727"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.navarra.es/home_es/Temas/Seguridad/112-SOS+NAVARRA.htm\" title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"navarra\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f620505a1784",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-24e6e4cd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.euskadi.eus/web01-a2larri/es/contenidos/informacion/como_llamar_112/es_recom_ca/index.shtml\" title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"vascongadas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "886f8f32227f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-31d50911"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.larioja.org/emergencias-112/es/sos-rioja\" title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" class=\"comunidadlast selected\" name=\"rioja\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "161fee476d89",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5b22936"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d940390d5f9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2c31751c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c569a9bdda4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fe75f54d"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89a3d1cc6110",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95b9a0c21952",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5976a683"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8421e8855acf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b017c3f0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6731cc55ace",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-85022af9"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDeCookies.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9974b85576eb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f9d7338e"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7c4b495b112",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dcad90c379da",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3259,
        "uniqueFailedCount": 90,
        "duplicateFailedCount": 9,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 9
    },
    {
      "submittedUrl": "https://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": 12742,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-80ea4e57"
          }
        ],
        "outcomeCount": 1548,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 33
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3967,
          "failed": 105,
          "cantTell": 94,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_keyboard_handler_exists",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "heading_markup_misuse",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "360d3be90728",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41c40834e419",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b7e41f7dde7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b01646ddc10c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4fa3450f0b85",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "83bbee9b3105",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40caae42cfb9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed5213c9cb00",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "183b50ff4c7e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-220e23dc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a6ea7203ff2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a953ef6"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca6d320a1ec1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd5439cd9d62",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c8cf4398"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d86331e8bc5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "064884a845f6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af19897a6f5f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "311cfe876783",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d58120b463e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d1617adbe18",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e80cda1ef82b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7716a22b470d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1c94d0a5562",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89895f5ac2d4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f32020b7d64",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0024de1053a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "296cc44de158",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30719d63bcc9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9041809bf61",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0aedde23e274",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67f128dfda32",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eff085e57cb1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/ca/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a36f55d4d1d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8568a627"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/ca/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5e923c5721c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-02b98b18"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d25554c2a5cf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ede7c402"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ciudadanos\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d01575f0b9bd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4ffe28e1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Asistencia sanitaria\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "516ff9ff87da",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0c5c09ff"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Última actualització: 14-04-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a6e1c9838e73",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/tratamiento-medico.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e19e978d8aea",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1f4ee6bb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8fb6fc766825",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-abe5b931"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/prevencion-salud.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26cf29cd7359",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-83a3edae"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47e9c18652b3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-79051f8f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b639ab4e99d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-07ef50a5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html#-e58ba6a93def\" title=\"Ir a Atención socio-sanitaria en España\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f207315ea977",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-92a83127"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html#-73012a350888\" title=\"Ir a Centros de atención socio-sanitaria del Imserso\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "651e21ff498e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-404041ad"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html#-f3d55553b265\" title=\"Ir a Cómo se regulan\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c5f58df843d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7349e47d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html#-2caf6ede2660\" title=\"Ir a Condiciones para acceder a los centros\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21d63cc72e1a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a5161eeb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html#-6fb5c4166c7d\" title=\"Ir a Participación de los usuarios en el coste del servicio\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aeb776bce909",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8acd5fb9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html#-c556e9c6b678\" title=\"Ir a Ayudas o subvenciones\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "558f695f02ae",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-39d47f15"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html#-58aa4481edc7\" title=\"Ir a Los centros gestionados por el Imserso en Ceuta y Melilla\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff0ca9539b43",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-983e1bfe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html#-0ee3d4efecfe\" title=\"Ir a Qué son los Centros de Referencia Estatales\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2465e1bc19ad",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-36225f9b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html#-1223b97c91e3\" title=\"Ir a Centros de Referencia Estatales de España\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a5f65f15508",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0c7ba33e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html#-817ee89ef1f1\" title=\"Ir a Enlaces de Interés\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17fbd6593bba",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2eee848b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html#-1f8e2bded755\" title=\"Ir a Información por Comunidades Autónomas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e5d0f68d985",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-761b25b5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html#-d507e8200899\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e609a77126b1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0c0f1873"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html#-4bb21142ab67\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "720a73804875",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e2dcce3e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9cef5787c586",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/doc.php?id=BOE-A-1987-22293\" title=\"Resolución de 26 de agosto de 1987 de la Dirección General del Instituto Nacional de Servicios Sociales (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b1008ef0800",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b0c34e22"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2006-21990\" title=\"Ley 39/2006, de 14 de diciembre, de Promoción de la autonomía Personal y Atención a personas en situación de dependencia (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dfcc445643eb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f23aeebd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/diario_boe/txt.php?id=BOE-A-2015-2706\" title=\"Orden SSI/420/2015, de 9 de marzo (BOE 13/03/15), por la que se establecen las bases reguladoras para la concesión de subvenciones para personas mayores, personas con discapacidad y personas en situación de dependencia (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a14bf7e642f8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4262e9e5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" data-fn=\"accordion\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0afab5c8a20e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-52ceb950"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h3 tabindex=\"-1\" aria-expanded=\"false\" aria-selected=\"false\" aria-controls=\"ui-id-3\" role=\"tab\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" id=\"-0fbb222943f5\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "530b342bde1d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a557e58f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" data-fn=\"accordion\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" alt=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" href=\"https://www.juntadeandalucia.es/temas/familias-igualdad/dependencia/asistencia.html\" coords=\"202,179,208,183,224,195,231,193,247,193,251,190,260,191,267,189,274,197,271,203,278,206,286,211,286,216,291,226,295,227,289,240,283,248,277,243,271,244,268,250,261,247,249,247,247,249,240,247,228,247,221,248,212,256,206,255,197,260,194,267,191,267,188,271,177,267,170,259,172,255,166,248,167,244,155,232,144,229,138,229,138,222,136,217,141,208,146,203,151,201,151,197,163,204,166,203,172,206,179,203,182,199,186,202,191,198,190,191,195,185,202,180\" target=\"_blank\" shape=\"poly\" id=\"andalucia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bfc87ae728c3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-49405956"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" alt=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" href=\"https://www.aragon.es/-/atencion-sociosanitaria\" coords=\"291,65,289,67,291,73,292,75,292,77,288,79,288,87,284,87,282,89,283,92,285,94,287,94,291,96,295,99,297,101,297,104,299,107,299,112,298,116,295,116,294,119,293,122,298,125,301,128,303,128,306,128,308,129,310,131,311,133,308,134,312,135,316,135,320,132,323,129,324,126,327,125,329,123,330,112,329,110,331,110,332,106,335,106,338,107,344,107,345,106,345,103,345,101,346,100,346,97,343,94,346,93,349,90,348,87,346,84,347,82,350,79,347,77,346,75,348,71,353,68,353,64,355,60,355,56,357,52,356,49,355,45,357,42,356,40,352,38,347,39,341,39,340,38,337,40,334,39,330,36,329,35,325,36,321,36,316,31,315,36,312,39,310,42,307,42,305,47,304,49,303,52,301,55,302,59,303,61,303,64,301,67,300,68,294,66,292,65,291,65\" target=\"_blank\" shape=\"poly\" id=\"aragon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d20d8e963eb9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-eb4e10ef"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Balears, Illes (Abre en ventana nueva)\" alt=\"Acceso al servicio de Balears, Illes (Abre en ventana nueva)\" href=\"https://intranet.caib.es/sites/crsaib/es/pla_26-30/\" coords=\"435,128,429,127,422,128,406,132,401,134,394,137,386,143,354,167,354,170,355,171,356,174,357,176,358,178,359,179,361,180,364,181,368,181,386,173,402,165,428,148,439,140,440,134,438,130,434,128\" target=\"_blank\" shape=\"poly\" id=\"baleares\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9155e2671db",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fc1c3e2c"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" href=\"https://www.serviciossocialescantabria.org/index.php?page=ciudadano\" coords=\"213,23,215,26,217,28,223,27,226,28,228,31,230,34,231,36,236,37,238,37,237,33,234,32,234,29,238,27,242,24,244,23,245,23,250,24,249,21,250,20,252,19,254,17,252,16,249,16,246,13,245,12,242,14,238,14,236,13,232,15,231,16,227,16,222,16,221,18,221,19,218,19,215,20,216,22,215,23,213,22\" target=\"_blank\" shape=\"poly\" id=\"cantabria\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "772379e3bb09",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e0d89a44"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" href=\"https://serviciossociales.jcyl.es/web/es/como-acceder-servicios-sociales/catalogo-servicios-sociales.html\" coords=\"159,122,158,118,159,115,159,107,159,102,156,97,160,97,162,93,165,90,168,89,172,85,176,80,176,76,173,75,169,74,167,73,168,70,168,65,165,65,162,64,157,64,156,59,162,54,163,50,161,48,161,45,155,44,157,37,162,31,172,30,173,27,177,27,183,27,186,30,190,30,190,27,195,28,205,26,211,22,214,27,217,29,223,28,227,32,230,37,237,39,240,37,237,32,235,31,239,27,244,24,250,25,254,23,256,25,256,29,261,32,258,33,255,32,253,32,254,36,255,37,257,38,260,40,260,43,257,44,256,46,257,49,257,57,257,60,261,64,264,64,266,62,268,65,271,65,273,62,277,61,280,62,282,66,287,67,289,70,290,73,291,76,287,79,287,86,283,85,281,89,282,93,284,94,283,97,276,97,271,95,269,91,264,91,263,89,258,90,254,90,248,91,248,94,245,94,243,94,242,96,240,96,239,96,239,100,236,100,234,102,233,106,231,106,227,111,224,111,223,120,218,122,216,128,214,125,211,126,208,129,206,130,201,131,198,130,197,124,196,125,190,126,186,121,184,121,181,123,176,116,173,116,163,123,158,123,158,122\" target=\"_blank\" shape=\"poly\" id=\"castillaleon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd2127c005a4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f623d1d8"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" href=\"https://sanidad.castillalamancha.es/ciudadanos/listado-de-centros\" coords=\"314,181,308,178,306,179,301,180,301,184,300,186,301,191,298,194,293,192,289,194,285,195,283,195,277,204,273,203,276,196,268,188,260,189,251,189,246,191,243,191,237,190,236,192,227,192,224,193,213,185,206,180,209,174,210,172,208,169,211,168,211,165,216,164,214,160,215,153,213,153,208,156,202,149,203,144,202,141,199,141,198,138,198,137,198,131,203,132,208,130,213,127,215,129,218,129,222,128,223,127,224,128,229,127,236,130,240,131,241,132,240,133,240,134,236,137,235,139,236,140,241,139,247,134,257,133,259,133,258,126,257,126,257,120,253,115,249,110,248,105,250,100,247,95,250,94,249,92,255,91,262,91,264,92,268,92,270,96,274,98,280,99,284,98,285,95,288,95,292,98,295,101,296,105,298,107,298,112,297,115,294,115,293,118,291,120,293,123,297,126,301,128,303,133,306,136,308,136,307,143,305,146,301,147,300,152,300,156,305,158,310,159,309,164,307,168,309,171,312,173,315,172,316,177,316,181,315,181\" target=\"_blank\" shape=\"poly\" id=\"castillamancha\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ec1b6624820",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7b861cb8"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" href=\"https://catsalut.gencat.cat/ca/serveis-sanitaris/atencio-sociosanitaria/\" coords=\"353,113,350,111,347,111,345,107,347,103,347,98,347,97,345,95,349,92,350,88,348,84,351,79,348,75,350,72,354,69,355,63,357,58,357,55,358,50,356,45,358,42,356,39,353,37,352,35,354,33,360,34,363,35,367,37,371,37,373,42,373,46,374,47,377,46,380,44,384,45,388,44,388,46,388,49,393,47,394,46,400,47,401,48,404,48,407,45,412,44,415,44,417,44,420,46,421,47,421,48,421,50,416,50,416,52,417,54,418,56,419,56,419,58,420,59,421,62,418,64,413,69,405,74,399,78,395,79,395,83,391,86,383,87,374,91,368,94,363,94,361,99,358,102,357,104,361,108,359,111,355,111,352,112,352,113\" target=\"_blank\" shape=\"poly\" id=\"cataluna\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd0b6ee29c48",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-64f77502"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" alt=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" href=\"https://www.sergas.es/Sociosanitario?idioma=es\" coords=\"156,64,155,58,160,54,161,53,161,49,160,48,160,46,154,45,153,44,156,35,162,30,161,28,158,27,158,25,160,23,158,19,154,14,156,11,155,8,151,8,147,3,144,2,141,1,137,2,133,1,130,4,126,7,126,13,124,13,120,13,119,15,112,15,111,14,108,16,106,19,102,19,99,24,100,26,102,26,104,33,107,32,105,38,105,42,111,38,110,43,109,45,111,46,112,49,110,54,108,57,108,61,108,64,113,60,115,57,120,57,126,56,127,59,125,64,126,67,129,67,132,64,133,66,137,65,141,67,147,68,151,66,151,63,152,62\" target=\"_blank\" shape=\"poly\" id=\"galicia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2f47f159df6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6756b1d7"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" href=\"https://murciasocial.carm.es/web/guest/politica-social\" coords=\"320,218,321,215,318,214,318,213,318,210,318,208,317,207,315,205,314,203,314,201,313,199,314,197,315,196,314,195,313,193,312,192,311,190,311,188,314,186,313,183,311,181,310,180,308,180,307,180,306,181,305,180,303,181,303,182,302,183,302,185,302,186,301,186,303,189,303,191,301,193,300,194,299,195,297,195,294,194,293,194,291,194,288,196,286,196,285,196,284,197,282,199,281,200,280,202,279,203,279,204,280,205,282,207,284,208,286,208,288,208,289,210,289,211,288,213,288,214,288,216,289,217,290,218,290,219,290,220,291,221,293,223,294,223,297,224,298,225,299,224,301,222,303,221,305,220,306,219,307,219,309,219,311,218,314,218,317,218,319,218,321,218\" target=\"_blank\" shape=\"poly\" id=\"murcia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2cb1487d2e73",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4867100d"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" href=\"https://www.navarra.es/es/derechos-sociales \" coords=\"275,43,275,46,278,49,284,51,288,51,291,56,293,56,293,59,293,61,292,62,291,62,290,62,290,64,292,64,295,65,298,66,300,66,302,64,302,61,301,58,300,56,301,53,302,49,305,44,306,41,310,40,313,36,314,32,313,31,309,29,305,29,302,26,301,28,300,29,298,27,298,25,300,23,299,20,296,20,292,20,291,19,289,21,287,23,287,25,285,27,285,30,280,32,279,33,280,36,278,40,278,42,275,43,275,46\" target=\"_blank\" shape=\"poly\" id=\"navarra\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "924335c4c947",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-785867b7"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" alt=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" href=\"https://arretasoziosanitarioa.euskadi.eus/websosa00-content/es/contenidos/recurso_tecnico/buscador_rr_sosa/es_def/index.shtml\" coords=\"253,19,253,22,255,22,256,24,257,25,257,29,261,31,262,32,259,34,257,34,256,35,258,37,259,38,261,40,264,40,264,39,264,37,267,37,270,38,271,40,272,42,274,42,277,41,277,38,279,36,278,33,279,31,283,30,284,27,285,25,286,25,286,22,289,20,290,18,290,17,287,18,283,20,277,20,270,16,264,15,261,15,259,17,255,18,253,19\" target=\"_blank\" shape=\"poly\" id=\"vascongadas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e2ad725d284",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c1b3195f"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" alt=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" href=\"https://www.larioja.org/servicios-sociales/es/red-basica-servicios-sociales\" coords=\"263,63,259,61,258,51,258,46,259,44,261,43,264,44,266,44,269,47,270,49,272,47,275,47,277,49,278,50,282,51,285,53,287,52,289,56,291,58,292,57,291,61,289,60,289,64,289,66,287,66,283,65,282,62,282,61,278,60,274,59,273,61,272,62,271,64,268,64,266,61,265,61\" target=\"_blank\" shape=\"poly\" id=\"rioja\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cfa946e6b8b2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a2289621"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.juntadeandalucia.es/temas/familias-igualdad/dependencia/asistencia.html\" title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"andalucia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "92eda1652cb7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1306081"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.aragon.es/-/atencion-sociosanitaria\" title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"aragon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d230f9f8f8e5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7b1e88f8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://intranet.caib.es/sites/crsaib/es/pla_26-30/\" title=\"Acceso al servicio de Balears, Illes (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"baleares\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e76ccc297f7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fb3eee3e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.serviciossocialescantabria.org/index.php?page=ciudadano\" title=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cantabria\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ce220767bb7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0a8c499c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://serviciossociales.jcyl.es/web/es/como-acceder-servicios-sociales/catalogo-servicios-sociales.html\" title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillaleon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "356aaa433659",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bc2f0b0a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sanidad.castillalamancha.es/ciudadanos/listado-de-centros\" title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillamancha\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b744464554b9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0dd3a036"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://catsalut.gencat.cat/ca/serveis-sanitaris/atencio-sociosanitaria/\" title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cataluna\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89e56803318c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-00721009"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.sergas.es/Sociosanitario?idioma=es\" title=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"galicia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c80c11fc449f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5cf226e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://murciasocial.carm.es/web/guest/politica-social\" title=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"murcia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b4ba5513ba7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-749bb87f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.navarra.es/es/derechos-sociales \" title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"navarra\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4660b487b0f6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5dbef3c1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://arretasoziosanitarioa.euskadi.eus/websosa00-content/es/contenidos/recurso_tecnico/buscador_rr_sosa/es_def/index.shtml\" title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"vascongadas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7be89e7815b4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-30e125d1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.larioja.org/servicios-sociales/es/red-basica-servicios-sociales\" title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" class=\"comunidadlast selected\" name=\"rioja\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0379a66070a3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bae2cd5c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "290e19e49934",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2c31751c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7f46348731dc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fe75f54d"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "485d2cbeb1f7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73b074a9506d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9cc7d445"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed5b3f9c9a98",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d2b3bc9d"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7308b140aff5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a4fe48d28cb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 4119,
        "uniqueFailedCount": 91,
        "duplicateFailedCount": 14,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 14
    },
    {
      "submittedUrl": "https://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": 10599,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1070,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 6
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2940,
          "failed": 81,
          "cantTell": 63,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7f5eb447dd5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3dbd613a7333",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "15dc2e63c7b1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12da4b19d9d2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5faeaf6f7f20",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5deafc700874",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "878984a6efee",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c35f9da6ea59",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47dc9512cb11",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-220e23dc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0a07d8a2ac5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a953ef6"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1387de7cb811",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c82ba0edeae",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c8cf4398"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1bf02bee38e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e2572da07b6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88f5345edff2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f399cdb0d69",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fbaeca3de522",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "790be1949f22",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c253d961bea7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1022d4168b2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e558e25297f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1059e7887970",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca3d6b02346e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d6f410a2274",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bbe6cfcff414",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13252de5e200",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8cb28f22a1ea",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac870283be09",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06cac9f8e1a1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df0b81588ac2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/ca/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22b32222e8df",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8568a627"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/ca/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c6f0cc8cd87c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-02b98b18"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "344282f59705",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ede7c402"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ciudadanos\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f33298165a1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4ffe28e1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Asistencia sanitaria\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c42dda6c1dc2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0c5c09ff"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Última actualització: 25-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "85f1a3936641",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/tratamiento-medico.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d9d7c2833292",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1f4ee6bb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4be0d8926125",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-23047345"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/prevencion-salud.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2aa45de034d7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-83a3edae"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72d94a180059",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-79051f8f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1735566abce",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c87da55d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE.html#-40bd9eff7180\" title=\"Ir a Derechos y obligaciones\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "74e3a5ef8fe4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-433c1def"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE.html#-efff0e554038\" title=\"Ir a La Tarjeta Sanitaria Europea\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29e22ffcb8d3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cf62c89f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE.html#-a101e722e0d5\" title=\"Ir a Cómo solicitar la Tarjeta Sanitaria Europea\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69a168e643d0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5022698e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE.html#-498897155dd3\" title=\"Ir a Enlaces de interés\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f13063be3a5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4767601e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE.html#-a71a6840fcc2\" title=\"Ir a Información por Comunidades Autónomas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db6e0796043a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-40e76bac"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE.html#-8f9d731fe864\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0324ae585856",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-046927a6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE.html#-0787bcaaba62\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72c2f4955e90",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-eb91d19d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1017e32a451",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.seg-social.es/wps/portal/wss/internet/Trabajadores/PrestacionesPensionesTrabajadores/10938/11566/1761\" title=\"<u>La Tarjeta Sanitaria Europea</u> (TSE) (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0cea406d1582",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a41cdd24"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db1d14d7e564",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f459bb78"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/tratamiento-medico.html\" title=\"Aquí puedes consultar más información sobre este supuesto. (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ebb38cc60ca7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e72f16a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://prestaciones.seg-social.es/servicio/tarjeta-sanitaria-europea-certificado-provisional-sustitutorio.html\" title=\"Tarjeta sanitaria europea y certificado provisional sustitutorio (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "02f90d2d5c8e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be196da8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.seg-social.es/wps/portal/wss/internet/Trabajadores/PrestacionesPensionesTrabajadores/10938/11566/1762\" title=\"solicitar el Certificado Provisional Sustitutorio (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8a8e01b1556",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fd515d58"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://ec.europa.eu/social/main.jsp?catId=1021&langId=es&intPageId=1754\" class=\"ppg-link ppg-link--black\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Desplazarse y trabajar en Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "99c1e328da44",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-17dd7d39"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" alt=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" href=\"https://www.juntadeandalucia.es/organismos/saludyconsumo/areas/sistema-sanitario/centros-servicios/paginas/asistencia-stu.html\" coords=\"202,179,208,183,224,195,231,193,247,193,251,190,260,191,267,189,274,197,271,203,278,206,286,211,286,216,291,226,295,227,289,240,283,248,277,243,271,244,268,250,261,247,249,247,247,249,240,247,228,247,221,248,212,256,206,255,197,260,194,267,191,267,188,271,177,267,170,259,172,255,166,248,167,244,155,232,144,229,138,229,138,222,136,217,141,208,146,203,151,201,151,197,163,204,166,203,172,206,179,203,182,199,186,202,191,198,190,191,195,185,202,180\" target=\"_blank\" shape=\"poly\" id=\"andalucia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8ae2b696e44",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3763a104"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" href=\"https://www.tramitacastillayleon.jcyl.es/web/jcyl/AdministracionElectronica/es/Plantilla100Detalle/1251181050732/Tramite/1252045721206/Tramite\" coords=\"159,122,158,118,159,115,159,107,159,102,156,97,160,97,162,93,165,90,168,89,172,85,176,80,176,76,173,75,169,74,167,73,168,70,168,65,165,65,162,64,157,64,156,59,162,54,163,50,161,48,161,45,155,44,157,37,162,31,172,30,173,27,177,27,183,27,186,30,190,30,190,27,195,28,205,26,211,22,214,27,217,29,223,28,227,32,230,37,237,39,240,37,237,32,235,31,239,27,244,24,250,25,254,23,256,25,256,29,261,32,258,33,255,32,253,32,254,36,255,37,257,38,260,40,260,43,257,44,256,46,257,49,257,57,257,60,261,64,264,64,266,62,268,65,271,65,273,62,277,61,280,62,282,66,287,67,289,70,290,73,291,76,287,79,287,86,283,85,281,89,282,93,284,94,283,97,276,97,271,95,269,91,264,91,263,89,258,90,254,90,248,91,248,94,245,94,243,94,242,96,240,96,239,96,239,100,236,100,234,102,233,106,231,106,227,111,224,111,223,120,218,122,216,128,214,125,211,126,208,129,206,130,201,131,198,130,197,124,196,125,190,126,186,121,184,121,181,123,176,116,173,116,163,123,158,123,158,122\" target=\"_blank\" shape=\"poly\" id=\"castillaleon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3729e7387327",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-acf27363"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" alt=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" href=\"https://saludextremadura.ses.es/web/asistencia-sanitaria-transfronteriza-en-la-u-e\" coords=\"214,154,208,157,201,149,202,144,201,142,198,142,197,139,196,138,197,130,196,126,190,127,185,122,181,124,175,117,163,124,153,125,153,128,156,131,156,136,153,142,153,145,138,145,143,151,145,159,148,163,152,164,153,168,145,178,144,184,142,186,147,196,153,196,164,203,165,202,172,204,178,202,180,199,183,198,187,200,189,198,188,191,200,179,202,178,206,178,209,172,207,169,210,167,210,164,214,163,213,160,214,157\" target=\"_blank\" shape=\"poly\" id=\"extremadura\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d050127fc34",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b5f3e718"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" alt=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" href=\"https://www.sergas.es/Tarxeta-sanitaria/Que-levar-cando-viaxamos?idioma=es\" coords=\"156,64,155,58,160,54,161,53,161,49,160,48,160,46,154,45,153,44,156,35,162,30,161,28,158,27,158,25,160,23,158,19,154,14,156,11,155,8,151,8,147,3,144,2,141,1,137,2,133,1,130,4,126,7,126,13,124,13,120,13,119,15,112,15,111,14,108,16,106,19,102,19,99,24,100,26,102,26,104,33,107,32,105,38,105,42,111,38,110,43,109,45,111,46,112,49,110,54,108,57,108,61,108,64,113,60,115,57,120,57,126,56,127,59,125,64,126,67,129,67,132,64,133,66,137,65,141,67,147,68,151,66,151,63,152,62\" target=\"_blank\" shape=\"poly\" id=\"galicia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0aab4eae83e4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b6d0ee5e"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" alt=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" href=\"https://www.kontsumobide.euskadi.eus/webkon00-kb2contm/es/contenidos/noticia/20190401_tarjeta_sanitaria_eur/es_def/index.shtml\" coords=\"253,19,253,22,255,22,256,24,257,25,257,29,261,31,262,32,259,34,257,34,256,35,258,37,259,38,261,40,264,40,264,39,264,37,267,37,270,38,271,40,272,42,274,42,277,41,277,38,279,36,278,33,279,31,283,30,284,27,285,25,286,25,286,22,289,20,290,18,290,17,287,18,283,20,277,20,270,16,264,15,261,15,259,17,255,18,253,19\" target=\"_blank\" shape=\"poly\" id=\"vascongadas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6570937a3bd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-713efef4"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" alt=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" href=\"https://www.riojasalud.es/ciudadanos\" coords=\"263,63,259,61,258,51,258,46,259,44,261,43,264,44,266,44,269,47,270,49,272,47,275,47,277,49,278,50,282,51,285,53,287,52,289,56,291,58,292,57,291,61,289,60,289,64,289,66,287,66,283,65,282,62,282,61,278,60,274,59,273,61,272,62,271,64,268,64,266,61,265,61\" target=\"_blank\" shape=\"poly\" id=\"rioja\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1f92357da82",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e65732de"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.juntadeandalucia.es/organismos/saludyconsumo/areas/sistema-sanitario/centros-servicios/paginas/asistencia-stu.html\" title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"andalucia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4259af6a05d3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-879697ca"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.tramitacastillayleon.jcyl.es/web/jcyl/AdministracionElectronica/es/Plantilla100Detalle/1251181050732/Tramite/1252045721206/Tramite\" title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillaleon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47272984548a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-406c0003"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://saludextremadura.ses.es/web/asistencia-sanitaria-transfronteriza-en-la-u-e\" title=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"extremadura\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "095fdb852b8e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1e235bdb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.sergas.es/Tarxeta-sanitaria/Que-levar-cando-viaxamos?idioma=es\" title=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"galicia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "380ac1ab45bb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-218fe1e7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.kontsumobide.euskadi.eus/webkon00-kb2contm/es/contenidos/noticia/20190401_tarjeta_sanitaria_eur/es_def/index.shtml\" title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"vascongadas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54fd1186a651",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-414327bc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.riojasalud.es/ciudadanos\" title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" class=\"comunidadlast selected\" name=\"rioja\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2da77ad84cd3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ccfc7d91"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8c4855628a2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2c31751c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "159ae9460df7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fe75f54d"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d689ec76ad50",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4aab13c62e1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9cc7d445"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "01e5fbb8408a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d2b3bc9d"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba532a05fe6c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9fcfc23e142",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3051,
        "uniqueFailedCount": 74,
        "duplicateFailedCount": 7,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 7
    },
    {
      "submittedUrl": "https://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": 11736,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1082,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3118,
          "failed": 97,
          "cantTell": 82,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "07303fb28c40",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f4270fc8e5ca",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc1c7bb1b572",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c24ab4a4b01d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc58a9566b10",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b320cb42f62c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a0915878a70",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1fcd28633cd1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f1d91279d38",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-220e23dc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d95fffc52d9f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a953ef6"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "68be17f2e35d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1af5b1a3503f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c8cf4398"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dfaa014b90ed",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba04d31af55a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7405e17d5c3c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a5fae67c2a0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a14c475b43e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2ff1cb8705e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69fc27cafdcb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cdc849accec9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f72ee42bd7a2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1b2793cf474",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c80a63a5b38",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f59b930e4d2b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2152af955b6b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76991dd0a20c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "85c4006e3b91",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fca5306d173b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36a1c4f40873",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "66dbeb9c049d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/ca/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "58f554853f17",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8568a627"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/ca/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24a3ddd5a291",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-02b98b18"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f85e66cb8e1d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ede7c402"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ciudadanos\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1fa264f5fb3e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4ffe28e1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Asistencia sanitaria\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c47801dd98e7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0c5c09ff"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Última actualització: 01-04-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb462c61b7d9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/tratamiento-medico.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e8be2899656",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1f4ee6bb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b045f0ee7122",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-abe5b931"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/prevencion-salud.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d6739094809",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-83a3edae"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59d0916158db",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-39340554"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "169edfd56751",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c87da55d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia.html#-01e4abad3a3e\" title=\"Ir a Acceso a números de emergencia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f53462b7d2e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-25c9cc0a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia.html#-d119e17986f4\" title=\"Ir a Número de emergencias\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7586e6653474",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c481b931"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia.html#-35539f371cce\" title=\"Ir a Acceso al servicio\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55571c219a65",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e704fa82"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia.html#-89d284b39fe6\" title=\"Ir a Características del servicio\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28ed4dd7b81f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5834431c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia.html#-173ddb663b27\" title=\"Ir a Enlaces de Interés\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7eb20eee203",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cb73c526"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia.html#-ad079b235132\" title=\"Ir a Información por Comunidades Autónomas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "53a3ab9a613b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d9757bbd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia.html#-c7de8d94d6cf\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db86b93d84a6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f58b2f66"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia.html#-ae4366a5ea7d\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "03b00e31fa17",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-84408ae5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "abeecfe5bc26",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://www.proteccioncivil.es/catalogo/info112/\" title=\"información adicional específica de cada servicio 112 en las Comunidades Autónomas (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c196b0ce983",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f78f96e8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" alt=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" href=\"https://www.juntadeandalucia.es/temas/salud/urgencias/urgencias.html\" coords=\"202,179,208,183,224,195,231,193,247,193,251,190,260,191,267,189,274,197,271,203,278,206,286,211,286,216,291,226,295,227,289,240,283,248,277,243,271,244,268,250,261,247,249,247,247,249,240,247,228,247,221,248,212,256,206,255,197,260,194,267,191,267,188,271,177,267,170,259,172,255,166,248,167,244,155,232,144,229,138,229,138,222,136,217,141,208,146,203,151,201,151,197,163,204,166,203,172,206,179,203,182,199,186,202,191,198,190,191,195,185,202,180\" target=\"_blank\" shape=\"poly\" id=\"andalucia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6b08f9c713c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5f5398b5"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" alt=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" href=\"https://www.aragon.es/-/centro-de-emergencias-112-de-aragon\" coords=\"291,65,289,67,291,73,292,75,292,77,288,79,288,87,284,87,282,89,283,92,285,94,287,94,291,96,295,99,297,101,297,104,299,107,299,112,298,116,295,116,294,119,293,122,298,125,301,128,303,128,306,128,308,129,310,131,311,133,308,134,312,135,316,135,320,132,323,129,324,126,327,125,329,123,330,112,329,110,331,110,332,106,335,106,338,107,344,107,345,106,345,103,345,101,346,100,346,97,343,94,346,93,349,90,348,87,346,84,347,82,350,79,347,77,346,75,348,71,353,68,353,64,355,60,355,56,357,52,356,49,355,45,357,42,356,40,352,38,347,39,341,39,340,38,337,40,334,39,330,36,329,35,325,36,321,36,316,31,315,36,312,39,310,42,307,42,305,47,304,49,303,52,301,55,302,59,303,61,303,64,301,67,300,68,294,66,292,65,291,65\" target=\"_blank\" shape=\"poly\" id=\"aragon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e20b34c17e9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6723c1f3"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Balears, Illes (Abre en ventana nueva)\" alt=\"Acceso al servicio de Balears, Illes (Abre en ventana nueva)\" href=\"https://www.caib.es/sites/112/es/portada-8673/\" coords=\"435,128,429,127,422,128,406,132,401,134,394,137,386,143,354,167,354,170,355,171,356,174,357,176,358,178,359,179,361,180,364,181,368,181,386,173,402,165,428,148,439,140,440,134,438,130,434,128\" target=\"_blank\" shape=\"poly\" id=\"baleares\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f4b4f20bd518",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e1291611"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" alt=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" href=\"https://www.112canarias.com\" coords=\"9,258,148,315\" target=\"_blank\" shape=\"rect\" id=\"canarias\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "234f58701244",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c15e5489"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" href=\"https://112.cantabria.es/\" coords=\"213,23,215,26,217,28,223,27,226,28,228,31,230,34,231,36,236,37,238,37,237,33,234,32,234,29,238,27,242,24,244,23,245,23,250,24,249,21,250,20,252,19,254,17,252,16,249,16,246,13,245,12,242,14,238,14,236,13,232,15,231,16,227,16,222,16,221,18,221,19,218,19,215,20,216,22,215,23,213,22\" target=\"_blank\" shape=\"poly\" id=\"cantabria\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d42f387b8b03",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-581a6979"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" href=\"https://112.jcyl.es/web/es/emergencias-castilla-leon.html\" coords=\"159,122,158,118,159,115,159,107,159,102,156,97,160,97,162,93,165,90,168,89,172,85,176,80,176,76,173,75,169,74,167,73,168,70,168,65,165,65,162,64,157,64,156,59,162,54,163,50,161,48,161,45,155,44,157,37,162,31,172,30,173,27,177,27,183,27,186,30,190,30,190,27,195,28,205,26,211,22,214,27,217,29,223,28,227,32,230,37,237,39,240,37,237,32,235,31,239,27,244,24,250,25,254,23,256,25,256,29,261,32,258,33,255,32,253,32,254,36,255,37,257,38,260,40,260,43,257,44,256,46,257,49,257,57,257,60,261,64,264,64,266,62,268,65,271,65,273,62,277,61,280,62,282,66,287,67,289,70,290,73,291,76,287,79,287,86,283,85,281,89,282,93,284,94,283,97,276,97,271,95,269,91,264,91,263,89,258,90,254,90,248,91,248,94,245,94,243,94,242,96,240,96,239,96,239,100,236,100,234,102,233,106,231,106,227,111,224,111,223,120,218,122,216,128,214,125,211,126,208,129,206,130,201,131,198,130,197,124,196,125,190,126,186,121,184,121,181,123,176,116,173,116,163,123,158,123,158,122\" target=\"_blank\" shape=\"poly\" id=\"castillaleon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6dd93cf29d5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e632b744"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" href=\"https://112.castillalamancha.es/112/la-llamada-al-112\" coords=\"314,181,308,178,306,179,301,180,301,184,300,186,301,191,298,194,293,192,289,194,285,195,283,195,277,204,273,203,276,196,268,188,260,189,251,189,246,191,243,191,237,190,236,192,227,192,224,193,213,185,206,180,209,174,210,172,208,169,211,168,211,165,216,164,214,160,215,153,213,153,208,156,202,149,203,144,202,141,199,141,198,138,198,137,198,131,203,132,208,130,213,127,215,129,218,129,222,128,223,127,224,128,229,127,236,130,240,131,241,132,240,133,240,134,236,137,235,139,236,140,241,139,247,134,257,133,259,133,258,126,257,126,257,120,253,115,249,110,248,105,250,100,247,95,250,94,249,92,255,91,262,91,264,92,268,92,270,96,274,98,280,99,284,98,285,95,288,95,292,98,295,101,296,105,298,107,298,112,297,115,294,115,293,118,291,120,293,123,297,126,301,128,303,133,306,136,308,136,307,143,305,146,301,147,300,152,300,156,305,158,310,159,309,164,307,168,309,171,312,173,315,172,316,177,316,181,315,181\" target=\"_blank\" shape=\"poly\" id=\"castillamancha\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40d2742214ca",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-489f1e01"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" href=\"https://112.gencat.cat/es/inici/index.html\" coords=\"353,113,350,111,347,111,345,107,347,103,347,98,347,97,345,95,349,92,350,88,348,84,351,79,348,75,350,72,354,69,355,63,357,58,357,55,358,50,356,45,358,42,356,39,353,37,352,35,354,33,360,34,363,35,367,37,371,37,373,42,373,46,374,47,377,46,380,44,384,45,388,44,388,46,388,49,393,47,394,46,400,47,401,48,404,48,407,45,412,44,415,44,417,44,420,46,421,47,421,48,421,50,416,50,416,52,417,54,418,56,419,56,419,58,420,59,421,62,418,64,413,69,405,74,399,78,395,79,395,83,391,86,383,87,374,91,368,94,363,94,361,99,358,102,357,104,361,108,359,111,355,111,352,112,352,113\" target=\"_blank\" shape=\"poly\" id=\"cataluna\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b3894e9e1c7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1670beaa"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" alt=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" href=\"https://www.melilla.es/melillaPortal/contenedor.jsp?seccion=distribuidor_menus.jsp&language=es&codResi=1&codMenuPN=601&codMenuSN=10&codMenu=493&layout=contenedor.jsp\" coords=\"275,299,276,300,276,303,276,304,271,304,267,304,267,302,268,299,275,299\" target=\"_blank\" shape=\"poly\" id=\"melilla\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "008fdbca4e4b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d01a5645"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Comunitat Valenciana (Abre en ventana nueva)\" alt=\"Acceso al servicio de Comunitat Valenciana (Abre en ventana nueva)\" href=\"https://www.112cv.gva.es/es/\" coords=\"320,212,319,208,316,204,314,199,316,196,312,190,315,187,315,183,317,181,317,173,315,171,312,171,308,168,311,162,310,158,304,157,301,155,301,150,303,147,307,146,308,144,308,140,309,136,313,136,315,136,316,139,318,136,320,133,325,129,325,127,329,125,331,122,331,116,331,112,332,109,333,107,338,108,340,108,341,109,344,108,347,113,349,112,350,115,348,120,346,124,344,127,340,132,339,136,337,138,335,141,332,147,331,150,330,154,332,157,333,160,335,164,337,170,339,173,343,174,345,175,347,178,342,181,338,182,334,186,329,189,326,192,326,196,326,197,323,198,323,202,322,206,321,207,321,212\" target=\"_blank\" shape=\"poly\" id=\"valencia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "491f56d63182",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4ec5db97"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" alt=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" href=\"http://instituciones.juntaex.es/112/\" coords=\"214,154,208,157,201,149,202,144,201,142,198,142,197,139,196,138,197,130,196,126,190,127,185,122,181,124,175,117,163,124,153,125,153,128,156,131,156,136,153,142,153,145,138,145,143,151,145,159,148,163,152,164,153,168,145,178,144,184,142,186,147,196,153,196,164,203,165,202,172,204,178,202,180,199,183,198,187,200,189,198,188,191,200,179,202,178,206,178,209,172,207,169,210,167,210,164,214,163,213,160,214,157\" target=\"_blank\" shape=\"poly\" id=\"extremadura\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e6037aec8b4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-03751828"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" href=\"https://www.112rmurcia.es/\" coords=\"320,218,321,215,318,214,318,213,318,210,318,208,317,207,315,205,314,203,314,201,313,199,314,197,315,196,314,195,313,193,312,192,311,190,311,188,314,186,313,183,311,181,310,180,308,180,307,180,306,181,305,180,303,181,303,182,302,183,302,185,302,186,301,186,303,189,303,191,301,193,300,194,299,195,297,195,294,194,293,194,291,194,288,196,286,196,285,196,284,197,282,199,281,200,280,202,279,203,279,204,280,205,282,207,284,208,286,208,288,208,289,210,289,211,288,213,288,214,288,216,289,217,290,218,290,219,290,220,291,221,293,223,294,223,297,224,298,225,299,224,301,222,303,221,305,220,306,219,307,219,309,219,311,218,314,218,317,218,319,218,321,218\" target=\"_blank\" shape=\"poly\" id=\"murcia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9fd9665106e2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e56ab9c5"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" href=\"https://www.navarra.es/home_es/Temas/Seguridad/112-SOS+NAVARRA.htm\" coords=\"275,43,275,46,278,49,284,51,288,51,291,56,293,56,293,59,293,61,292,62,291,62,290,62,290,64,292,64,295,65,298,66,300,66,302,64,302,61,301,58,300,56,301,53,302,49,305,44,306,41,310,40,313,36,314,32,313,31,309,29,305,29,302,26,301,28,300,29,298,27,298,25,300,23,299,20,296,20,292,20,291,19,289,21,287,23,287,25,285,27,285,30,280,32,279,33,280,36,278,40,278,42,275,43,275,46\" target=\"_blank\" shape=\"poly\" id=\"navarra\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f60946aa1c48",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-78f3a9de"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" alt=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" href=\"https://www.euskadi.eus/web01-a2larri/es/contenidos/informacion/como_llamar_112/es_recom_ca/index.shtml\" coords=\"253,19,253,22,255,22,256,24,257,25,257,29,261,31,262,32,259,34,257,34,256,35,258,37,259,38,261,40,264,40,264,39,264,37,267,37,270,38,271,40,272,42,274,42,277,41,277,38,279,36,278,33,279,31,283,30,284,27,285,25,286,25,286,22,289,20,290,18,290,17,287,18,283,20,277,20,270,16,264,15,261,15,259,17,255,18,253,19\" target=\"_blank\" shape=\"poly\" id=\"vascongadas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cecbf8df4322",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b0092eea"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" alt=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" href=\"https://www.larioja.org/emergencias-112/es/sos-rioja\" coords=\"263,63,259,61,258,51,258,46,259,44,261,43,264,44,266,44,269,47,270,49,272,47,275,47,277,49,278,50,282,51,285,53,287,52,289,56,291,58,292,57,291,61,289,60,289,64,289,66,287,66,283,65,282,62,282,61,278,60,274,59,273,61,272,62,271,64,268,64,266,61,265,61\" target=\"_blank\" shape=\"poly\" id=\"rioja\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ae1a58f5ce5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7096679c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.juntadeandalucia.es/temas/salud/urgencias/urgencias.html\" title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"andalucia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "137a64f58be9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7ce22855"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.aragon.es/-/centro-de-emergencias-112-de-aragon\" title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"aragon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "42abaebbf90c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65242080"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.caib.es/sites/112/es/portada-8673/\" title=\"Acceso al servicio de Balears, Illes (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"baleares\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d2d4a13fbc8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d1e15940"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.112canarias.com\" title=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"canarias\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a456df768e71",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5b19b023"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://112.cantabria.es/\" title=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cantabria\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b18fc3d110f3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-baba325e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://112.jcyl.es/web/es/emergencias-castilla-leon.html\" title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillaleon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8b21e6c19bb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c9914d1b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://112.castillalamancha.es/112/la-llamada-al-112\" title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillamancha\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb6327de6204",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8e9f9662"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://112.gencat.cat/es/inici/index.html\" title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cataluna\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ddc80d017b3b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d3c645fe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.melilla.es/melillaPortal/contenedor.jsp?seccion=distribuidor_menus.jsp&language=es&codResi=1&codMenuPN=601&codMenuSN=10&codMenu=493&layout=contenedor.jsp\" title=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"melilla\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be909625b147",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-72b7d328"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.112cv.gva.es/es/\" title=\"Acceso al servicio de Comunitat Valenciana (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"valencia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6be515c50c9e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f0ec14f2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://instituciones.juntaex.es/112/\" title=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"extremadura\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ea8ebb69719",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f92bac2a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.112rmurcia.es/\" title=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"murcia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "388d44bb94b9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e260f727"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.navarra.es/home_es/Temas/Seguridad/112-SOS+NAVARRA.htm\" title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"navarra\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59dc73e5c46a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-24e6e4cd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.euskadi.eus/web01-a2larri/es/contenidos/informacion/como_llamar_112/es_recom_ca/index.shtml\" title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"vascongadas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8cddb4def52d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-31d50911"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.larioja.org/emergencias-112/es/sos-rioja\" title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" class=\"comunidadlast selected\" name=\"rioja\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0068fa7e1d04",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5b22936"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52acb3e2992d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2c31751c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6fd9c64c0694",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fe75f54d"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6efe726483d0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b04eefb161d4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9cc7d445"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "685e34d5805e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d2b3bc9d"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "56e5cedad02d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d5c1259a4ff",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3263,
        "uniqueFailedCount": 88,
        "duplicateFailedCount": 9,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 9
    },
    {
      "submittedUrl": "https://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": 11666,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-80ea4e57"
          }
        ],
        "outcomeCount": 1546,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 33
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3955,
          "failed": 105,
          "cantTell": 94,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_keyboard_handler_exists",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b077dcfdb22",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "256998a10c0e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7a08de2ba97",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "039929daf195",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c59c0d103b0c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed12416eef28",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afc5dc0e225f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d27a12a7116",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28dba79255ee",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-869f4634"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80142d55e05b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bb0ff2d9"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5564232dc2b9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c855dcf333b0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-328af5e9"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "402c70018182",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "130b1242e00e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5826fef2dba0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e53199fc674",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Citizen services and information\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32df868f1ffa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6208b776"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4847f07c361",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "573263317199",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public employment\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b3fc5ea3b9e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a8bd358"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b8ae9560007",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb5e2796ae14",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Aids\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de6032b276bf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8584a03c"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "921a4a418e82",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b6425adfab2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Procedures\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "565f93511085",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bdc54f1a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ed2b1cc1e84",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "baba29a7c706",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public administration and State\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f16e69c557e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be097936"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Your European Space\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "82c0295e1e79",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b863f69c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/en/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "795a5fb7a1d7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-380c0608"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your European Space\" href=\"/pag_Home/en/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "196740111b0f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e8424793"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your rights and obligations in the EU\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c6fadbc96481",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-13ccfb80"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Citizens\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8cf32e22a600",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-00559bb3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Healthcare\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11c010ad0cbe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3e27e658"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Last update 14-04-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "335ecc72bbc8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/tratamiento-medico.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b40c09b6c4a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5190af2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a484108cdf70",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4fc236b5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/prevencion-salud.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "313115bff438",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5e97877b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f92d60dbdeb3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9a32b4d8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5fb1dde990c6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-89224900"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html#-e58ba6a93def\" title=\"Ir a Health and social care provision in Spain\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d03c36bde488",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-728b02e7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html#-73012a350888\" title=\"Ir a Imserso health and social care centres\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6836acc9d4ec",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7cb8b1d6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html#-f3d55553b265\" title=\"Ir a How they are regulated\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7dc5f7e856bc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-57b88792"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html#-2caf6ede2660\" title=\"Ir a Conditions of access to centres\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8e00cff6de7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bbae35df"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html#-6fb5c4166c7d\" title=\"Ir a Users’ contributions to the cost of the service\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae70d8ea2168",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2c79df51"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html#-c556e9c6b678\" title=\"Ir a Aid or subsidies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f4f47c06c5dc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-88d44a4e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html#-58aa4481edc7\" title=\"Ir a Homes under Imserso management in Ceuta and Melilla\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d2288feb215f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-063df76f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html#-0ee3d4efecfe\" title=\"Ir a What are the State Reference Centres?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9f6fc12f9fd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a02ef26a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html#-1223b97c91e3\" title=\"Ir a State Reference Centres in Spain\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a0e8b554898",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bb7bb6cf"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html#-817ee89ef1f1\" title=\"Ir a Relevant Links\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61cc52b9f323",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d51e9312"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html#-1f8e2bded755\" title=\"Ir a  Information for each Autonomous Community\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8eae0ca650dd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e22f11b7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html#-d507e8200899\" title=\"Ir a Legal and/or technical references\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87b22215238c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ab1d0291"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html#-4bb21142ab67\" title=\"Ir a Authority responsible for the information\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22da1cda65ec",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dc519761"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54f0659c5087",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/doc.php?id=BOE-A-1987-22293\" title=\"Decision of 26 August 1987 of the Directorate-General of the National Social Services Institute (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f84237956e3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8794bf46"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2006-21990\" title=\"Law 39/2006 of 14 December 2006 promoting the personal independence and care of people in a dependent state  (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ca7d16ce464",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0270a886"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p class=\"textojustificado\">",
            "message": "Confirm the word(s) 'above' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23a0edf1e34f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-afad10e6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/diario_boe/txt.php?id=BOE-A-2015-2706\" title=\"Order SSI/420/2015, of 9 March 2015  (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e02b8ef1aeb8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-06d518a6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" data-fn=\"accordion\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "212f7db91bc8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-52ceb950"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" data-fn=\"accordion\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" alt=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" href=\"https://www.juntadeandalucia.es/temas/familias-igualdad/dependencia/asistencia.html\" coords=\"202,179,208,183,224,195,231,193,247,193,251,190,260,191,267,189,274,197,271,203,278,206,286,211,286,216,291,226,295,227,289,240,283,248,277,243,271,244,268,250,261,247,249,247,247,249,240,247,228,247,221,248,212,256,206,255,197,260,194,267,191,267,188,271,177,267,170,259,172,255,166,248,167,244,155,232,144,229,138,229,138,222,136,217,141,208,146,203,151,201,151,197,163,204,166,203,172,206,179,203,182,199,186,202,191,198,190,191,195,185,202,180\" target=\"_blank\" shape=\"poly\" id=\"andalucia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "047ba1e34fe9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-49405956"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" alt=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" href=\"https://www.aragon.es/-/atencion-sociosanitaria\" coords=\"291,65,289,67,291,73,292,75,292,77,288,79,288,87,284,87,282,89,283,92,285,94,287,94,291,96,295,99,297,101,297,104,299,107,299,112,298,116,295,116,294,119,293,122,298,125,301,128,303,128,306,128,308,129,310,131,311,133,308,134,312,135,316,135,320,132,323,129,324,126,327,125,329,123,330,112,329,110,331,110,332,106,335,106,338,107,344,107,345,106,345,103,345,101,346,100,346,97,343,94,346,93,349,90,348,87,346,84,347,82,350,79,347,77,346,75,348,71,353,68,353,64,355,60,355,56,357,52,356,49,355,45,357,42,356,40,352,38,347,39,341,39,340,38,337,40,334,39,330,36,329,35,325,36,321,36,316,31,315,36,312,39,310,42,307,42,305,47,304,49,303,52,301,55,302,59,303,61,303,64,301,67,300,68,294,66,292,65,291,65\" target=\"_blank\" shape=\"poly\" id=\"aragon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a42ea1688219",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-eb4e10ef"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Balears, Illes (Abre en ventana nueva)\" alt=\"Acceso al servicio de Balears, Illes (Abre en ventana nueva)\" href=\"https://intranet.caib.es/sites/crsaib/es/pla_26-30/\" coords=\"435,128,429,127,422,128,406,132,401,134,394,137,386,143,354,167,354,170,355,171,356,174,357,176,358,178,359,179,361,180,364,181,368,181,386,173,402,165,428,148,439,140,440,134,438,130,434,128\" target=\"_blank\" shape=\"poly\" id=\"baleares\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "191ef99dfd80",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fc1c3e2c"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" href=\"https://www.serviciossocialescantabria.org/index.php?page=ciudadano\" coords=\"213,23,215,26,217,28,223,27,226,28,228,31,230,34,231,36,236,37,238,37,237,33,234,32,234,29,238,27,242,24,244,23,245,23,250,24,249,21,250,20,252,19,254,17,252,16,249,16,246,13,245,12,242,14,238,14,236,13,232,15,231,16,227,16,222,16,221,18,221,19,218,19,215,20,216,22,215,23,213,22\" target=\"_blank\" shape=\"poly\" id=\"cantabria\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dcec66d6283f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e0d89a44"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" href=\"https://serviciossociales.jcyl.es/web/es/como-acceder-servicios-sociales/catalogo-servicios-sociales.html\" coords=\"159,122,158,118,159,115,159,107,159,102,156,97,160,97,162,93,165,90,168,89,172,85,176,80,176,76,173,75,169,74,167,73,168,70,168,65,165,65,162,64,157,64,156,59,162,54,163,50,161,48,161,45,155,44,157,37,162,31,172,30,173,27,177,27,183,27,186,30,190,30,190,27,195,28,205,26,211,22,214,27,217,29,223,28,227,32,230,37,237,39,240,37,237,32,235,31,239,27,244,24,250,25,254,23,256,25,256,29,261,32,258,33,255,32,253,32,254,36,255,37,257,38,260,40,260,43,257,44,256,46,257,49,257,57,257,60,261,64,264,64,266,62,268,65,271,65,273,62,277,61,280,62,282,66,287,67,289,70,290,73,291,76,287,79,287,86,283,85,281,89,282,93,284,94,283,97,276,97,271,95,269,91,264,91,263,89,258,90,254,90,248,91,248,94,245,94,243,94,242,96,240,96,239,96,239,100,236,100,234,102,233,106,231,106,227,111,224,111,223,120,218,122,216,128,214,125,211,126,208,129,206,130,201,131,198,130,197,124,196,125,190,126,186,121,184,121,181,123,176,116,173,116,163,123,158,123,158,122\" target=\"_blank\" shape=\"poly\" id=\"castillaleon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8c24f048879",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f623d1d8"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" href=\"https://sanidad.castillalamancha.es/ciudadanos/listado-de-centros\" coords=\"314,181,308,178,306,179,301,180,301,184,300,186,301,191,298,194,293,192,289,194,285,195,283,195,277,204,273,203,276,196,268,188,260,189,251,189,246,191,243,191,237,190,236,192,227,192,224,193,213,185,206,180,209,174,210,172,208,169,211,168,211,165,216,164,214,160,215,153,213,153,208,156,202,149,203,144,202,141,199,141,198,138,198,137,198,131,203,132,208,130,213,127,215,129,218,129,222,128,223,127,224,128,229,127,236,130,240,131,241,132,240,133,240,134,236,137,235,139,236,140,241,139,247,134,257,133,259,133,258,126,257,126,257,120,253,115,249,110,248,105,250,100,247,95,250,94,249,92,255,91,262,91,264,92,268,92,270,96,274,98,280,99,284,98,285,95,288,95,292,98,295,101,296,105,298,107,298,112,297,115,294,115,293,118,291,120,293,123,297,126,301,128,303,133,306,136,308,136,307,143,305,146,301,147,300,152,300,156,305,158,310,159,309,164,307,168,309,171,312,173,315,172,316,177,316,181,315,181\" target=\"_blank\" shape=\"poly\" id=\"castillamancha\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2d07749e2d4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7b861cb8"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" href=\"https://catsalut.gencat.cat/ca/serveis-sanitaris/atencio-sociosanitaria/\" coords=\"353,113,350,111,347,111,345,107,347,103,347,98,347,97,345,95,349,92,350,88,348,84,351,79,348,75,350,72,354,69,355,63,357,58,357,55,358,50,356,45,358,42,356,39,353,37,352,35,354,33,360,34,363,35,367,37,371,37,373,42,373,46,374,47,377,46,380,44,384,45,388,44,388,46,388,49,393,47,394,46,400,47,401,48,404,48,407,45,412,44,415,44,417,44,420,46,421,47,421,48,421,50,416,50,416,52,417,54,418,56,419,56,419,58,420,59,421,62,418,64,413,69,405,74,399,78,395,79,395,83,391,86,383,87,374,91,368,94,363,94,361,99,358,102,357,104,361,108,359,111,355,111,352,112,352,113\" target=\"_blank\" shape=\"poly\" id=\"cataluna\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7225f8955880",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-64f77502"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" alt=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" href=\"https://www.sergas.es/Sociosanitario?idioma=es\" coords=\"156,64,155,58,160,54,161,53,161,49,160,48,160,46,154,45,153,44,156,35,162,30,161,28,158,27,158,25,160,23,158,19,154,14,156,11,155,8,151,8,147,3,144,2,141,1,137,2,133,1,130,4,126,7,126,13,124,13,120,13,119,15,112,15,111,14,108,16,106,19,102,19,99,24,100,26,102,26,104,33,107,32,105,38,105,42,111,38,110,43,109,45,111,46,112,49,110,54,108,57,108,61,108,64,113,60,115,57,120,57,126,56,127,59,125,64,126,67,129,67,132,64,133,66,137,65,141,67,147,68,151,66,151,63,152,62\" target=\"_blank\" shape=\"poly\" id=\"galicia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "150c228386e8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6756b1d7"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" href=\"https://murciasocial.carm.es/web/guest/politica-social\" coords=\"320,218,321,215,318,214,318,213,318,210,318,208,317,207,315,205,314,203,314,201,313,199,314,197,315,196,314,195,313,193,312,192,311,190,311,188,314,186,313,183,311,181,310,180,308,180,307,180,306,181,305,180,303,181,303,182,302,183,302,185,302,186,301,186,303,189,303,191,301,193,300,194,299,195,297,195,294,194,293,194,291,194,288,196,286,196,285,196,284,197,282,199,281,200,280,202,279,203,279,204,280,205,282,207,284,208,286,208,288,208,289,210,289,211,288,213,288,214,288,216,289,217,290,218,290,219,290,220,291,221,293,223,294,223,297,224,298,225,299,224,301,222,303,221,305,220,306,219,307,219,309,219,311,218,314,218,317,218,319,218,321,218\" target=\"_blank\" shape=\"poly\" id=\"murcia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "644d55a1e799",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4867100d"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" href=\"https://www.navarra.es/es/derechos-sociales \" coords=\"275,43,275,46,278,49,284,51,288,51,291,56,293,56,293,59,293,61,292,62,291,62,290,62,290,64,292,64,295,65,298,66,300,66,302,64,302,61,301,58,300,56,301,53,302,49,305,44,306,41,310,40,313,36,314,32,313,31,309,29,305,29,302,26,301,28,300,29,298,27,298,25,300,23,299,20,296,20,292,20,291,19,289,21,287,23,287,25,285,27,285,30,280,32,279,33,280,36,278,40,278,42,275,43,275,46\" target=\"_blank\" shape=\"poly\" id=\"navarra\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7495a3c121f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-785867b7"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" alt=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" href=\"https://arretasoziosanitarioa.euskadi.eus/websosa00-content/es/contenidos/recurso_tecnico/buscador_rr_sosa/es_def/index.shtml\" coords=\"253,19,253,22,255,22,256,24,257,25,257,29,261,31,262,32,259,34,257,34,256,35,258,37,259,38,261,40,264,40,264,39,264,37,267,37,270,38,271,40,272,42,274,42,277,41,277,38,279,36,278,33,279,31,283,30,284,27,285,25,286,25,286,22,289,20,290,18,290,17,287,18,283,20,277,20,270,16,264,15,261,15,259,17,255,18,253,19\" target=\"_blank\" shape=\"poly\" id=\"vascongadas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9caf3ee08d68",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c1b3195f"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" alt=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" href=\"https://www.larioja.org/servicios-sociales/es/red-basica-servicios-sociales\" coords=\"263,63,259,61,258,51,258,46,259,44,261,43,264,44,266,44,269,47,270,49,272,47,275,47,277,49,278,50,282,51,285,53,287,52,289,56,291,58,292,57,291,61,289,60,289,64,289,66,287,66,283,65,282,62,282,61,278,60,274,59,273,61,272,62,271,64,268,64,266,61,265,61\" target=\"_blank\" shape=\"poly\" id=\"rioja\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5419a9c70501",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a2289621"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.juntadeandalucia.es/temas/familias-igualdad/dependencia/asistencia.html\" title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"andalucia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c07a9846db16",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1306081"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.aragon.es/-/atencion-sociosanitaria\" title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"aragon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c3ef5d34bc15",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7b1e88f8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://intranet.caib.es/sites/crsaib/es/pla_26-30/\" title=\"Acceso al servicio de Balears, Illes (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"baleares\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c163a44e618",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fb3eee3e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.serviciossocialescantabria.org/index.php?page=ciudadano\" title=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cantabria\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30dfa4260b21",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0a8c499c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://serviciossociales.jcyl.es/web/es/como-acceder-servicios-sociales/catalogo-servicios-sociales.html\" title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillaleon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7f73cd211af8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bc2f0b0a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sanidad.castillalamancha.es/ciudadanos/listado-de-centros\" title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillamancha\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da85462624e0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0dd3a036"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://catsalut.gencat.cat/ca/serveis-sanitaris/atencio-sociosanitaria/\" title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cataluna\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "694fbc527e2f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-00721009"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.sergas.es/Sociosanitario?idioma=es\" title=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"galicia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fcbda8ae5d84",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5cf226e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://murciasocial.carm.es/web/guest/politica-social\" title=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"murcia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7be44a66f5fe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-749bb87f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.navarra.es/es/derechos-sociales \" title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"navarra\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ccd6ff14417",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5dbef3c1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://arretasoziosanitarioa.euskadi.eus/websosa00-content/es/contenidos/recurso_tecnico/buscador_rr_sosa/es_def/index.shtml\" title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"vascongadas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e1442234890",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-30e125d1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.larioja.org/servicios-sociales/es/red-basica-servicios-sociales\" title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" class=\"comunidadlast selected\" name=\"rioja\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ff0f7af1982",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bae2cd5c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9dcd2146422",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f37f791c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da49ea056ebe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ce07da9a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81e85f698b8f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "951c3f6b8803",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e27dde0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "244f4bd592d3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fa9b5cd2"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9108703a8ca1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1bda1f95c24",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 4107,
        "uniqueFailedCount": 91,
        "duplicateFailedCount": 14,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 14
    },
    {
      "submittedUrl": "https://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": 11075,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1066,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 6
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2925,
          "failed": 80,
          "cantTell": 63,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b305e5e98c4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a1fd6fef7eb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "02b31a4ef2ef",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a959fbf5ba1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "173b40d6ba45",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ad79921ca8c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61c786aa2e1e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cdf01547f545",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4db5bcf560f7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-869f4634"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7923b6150df",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bb0ff2d9"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e15384b51fb0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1aac205594a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-328af5e9"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "83eec2df9406",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54e0553fac32",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93cdd352c515",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79c2c6e145d4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Citizen services and information\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a9fa9e2cf8cb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6208b776"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb271ad96387",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "249914ca346f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public employment\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2546e80d7e16",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a8bd358"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b41aa5efb12",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3c623eba30b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Aids\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a3b7b462ba0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8584a03c"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e47f263ed9c4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fbb57e026557",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Procedures\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1afd6bfdfbe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bdc54f1a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6566e0730b32",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93779322585d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public administration and State\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "330b74668983",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be097936"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Your European Space\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d2fc990bd81",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b863f69c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/en/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a161c37ed7f0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-380c0608"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your European Space\" href=\"/pag_Home/en/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1cb5e8eea224",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e8424793"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your rights and obligations in the EU\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22ac0ae86b72",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-13ccfb80"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Citizens\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "463d8fe24f99",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-00559bb3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Healthcare\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "416a9d9ffe15",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3e27e658"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Last update 25-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e2863623ed0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/tratamiento-medico.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "129bd8e149d4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5190af2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "68840db4dd47",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a6578b50"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/prevencion-salud.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "42d6f62048e5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5e97877b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7632600109c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9a32b4d8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f3de10430f1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-92057c5c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE.html#-40bd9eff7180\" title=\"Ir a Rights and obligations\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0eb7eb6d8d31",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fa96d04d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE.html#-efff0e554038\" title=\"Ir a The European Health Insurance Card\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b386cb36ef0c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c031a9ee"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE.html#-a101e722e0d5\" title=\"Ir a How to apply for an EHIC\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0451719f8708",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-073965e4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE.html#-498897155dd3\" title=\"Ir a Relevant links\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43295bdbb11f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-41745d07"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE.html#-a71a6840fcc2\" title=\"Ir a Information for each Autonomous Community\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "062a7c69fc14",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-caf669c3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE.html#-8f9d731fe864\" title=\"Ir a Legal and/or technical references\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afe8f764c714",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fb2a4111"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE.html#-0787bcaaba62\" title=\"Ir a Authority responsible for the information\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "15314e57ca85",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ef444bbd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b1837c2071c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p class=\"textojustificado\">",
            "message": "Confirm the word(s) 'right' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5f85863df01",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-afad10e6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.seg-social.es/wps/portal/wss/internet/Trabajadores/PrestacionesPensionesTrabajadores/10938/11566/1761?changeLanguage=en\" title=\"European Health Insurance Card (EHIC) (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0bb533d1a4f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-69063247"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/tratamiento-medico.html\" title=\"you can find out more about this possibility here (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf2bb1800101",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7c3cff60"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://prestaciones.seg-social.es/servicio/tarjeta-sanitaria-europea-certificado-provisional-sustitutorio.html\" title=\"European Health Insurance Card and Provisional Replacement Certificate. (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eafb270f8532",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f81b1e0c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.seg-social.es/wps/portal/wss/internet/Trabajadores/PrestacionesPensionesTrabajadores/10938/11566/1762\" title=\"Provisional Replacement Certificate (PRC) (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ee98e604f90",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-02294abc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" alt=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" href=\"https://www.juntadeandalucia.es/organismos/saludyconsumo/areas/sistema-sanitario/centros-servicios/paginas/asistencia-stu.html\" coords=\"202,179,208,183,224,195,231,193,247,193,251,190,260,191,267,189,274,197,271,203,278,206,286,211,286,216,291,226,295,227,289,240,283,248,277,243,271,244,268,250,261,247,249,247,247,249,240,247,228,247,221,248,212,256,206,255,197,260,194,267,191,267,188,271,177,267,170,259,172,255,166,248,167,244,155,232,144,229,138,229,138,222,136,217,141,208,146,203,151,201,151,197,163,204,166,203,172,206,179,203,182,199,186,202,191,198,190,191,195,185,202,180\" target=\"_blank\" shape=\"poly\" id=\"andalucia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3abe2643989",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3763a104"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" href=\"https://www.tramitacastillayleon.jcyl.es/web/jcyl/AdministracionElectronica/es/Plantilla100Detalle/1251181050732/Tramite/1252045721206/Tramite\" coords=\"159,122,158,118,159,115,159,107,159,102,156,97,160,97,162,93,165,90,168,89,172,85,176,80,176,76,173,75,169,74,167,73,168,70,168,65,165,65,162,64,157,64,156,59,162,54,163,50,161,48,161,45,155,44,157,37,162,31,172,30,173,27,177,27,183,27,186,30,190,30,190,27,195,28,205,26,211,22,214,27,217,29,223,28,227,32,230,37,237,39,240,37,237,32,235,31,239,27,244,24,250,25,254,23,256,25,256,29,261,32,258,33,255,32,253,32,254,36,255,37,257,38,260,40,260,43,257,44,256,46,257,49,257,57,257,60,261,64,264,64,266,62,268,65,271,65,273,62,277,61,280,62,282,66,287,67,289,70,290,73,291,76,287,79,287,86,283,85,281,89,282,93,284,94,283,97,276,97,271,95,269,91,264,91,263,89,258,90,254,90,248,91,248,94,245,94,243,94,242,96,240,96,239,96,239,100,236,100,234,102,233,106,231,106,227,111,224,111,223,120,218,122,216,128,214,125,211,126,208,129,206,130,201,131,198,130,197,124,196,125,190,126,186,121,184,121,181,123,176,116,173,116,163,123,158,123,158,122\" target=\"_blank\" shape=\"poly\" id=\"castillaleon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "170c7803b6d0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-acf27363"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" alt=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" href=\"https://saludextremadura.ses.es/web/asistencia-sanitaria-transfronteriza-en-la-u-e\" coords=\"214,154,208,157,201,149,202,144,201,142,198,142,197,139,196,138,197,130,196,126,190,127,185,122,181,124,175,117,163,124,153,125,153,128,156,131,156,136,153,142,153,145,138,145,143,151,145,159,148,163,152,164,153,168,145,178,144,184,142,186,147,196,153,196,164,203,165,202,172,204,178,202,180,199,183,198,187,200,189,198,188,191,200,179,202,178,206,178,209,172,207,169,210,167,210,164,214,163,213,160,214,157\" target=\"_blank\" shape=\"poly\" id=\"extremadura\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b94f2efa7db6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b5f3e718"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" alt=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" href=\"https://www.sergas.es/Tarxeta-sanitaria/Que-levar-cando-viaxamos?idioma=es\" coords=\"156,64,155,58,160,54,161,53,161,49,160,48,160,46,154,45,153,44,156,35,162,30,161,28,158,27,158,25,160,23,158,19,154,14,156,11,155,8,151,8,147,3,144,2,141,1,137,2,133,1,130,4,126,7,126,13,124,13,120,13,119,15,112,15,111,14,108,16,106,19,102,19,99,24,100,26,102,26,104,33,107,32,105,38,105,42,111,38,110,43,109,45,111,46,112,49,110,54,108,57,108,61,108,64,113,60,115,57,120,57,126,56,127,59,125,64,126,67,129,67,132,64,133,66,137,65,141,67,147,68,151,66,151,63,152,62\" target=\"_blank\" shape=\"poly\" id=\"galicia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ca081e44745",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b6d0ee5e"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" alt=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" href=\"https://www.kontsumobide.euskadi.eus/webkon00-kb2contm/es/contenidos/noticia/20190401_tarjeta_sanitaria_eur/es_def/index.shtml\" coords=\"253,19,253,22,255,22,256,24,257,25,257,29,261,31,262,32,259,34,257,34,256,35,258,37,259,38,261,40,264,40,264,39,264,37,267,37,270,38,271,40,272,42,274,42,277,41,277,38,279,36,278,33,279,31,283,30,284,27,285,25,286,25,286,22,289,20,290,18,290,17,287,18,283,20,277,20,270,16,264,15,261,15,259,17,255,18,253,19\" target=\"_blank\" shape=\"poly\" id=\"vascongadas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "252105fb30c5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-713efef4"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" alt=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" href=\"https://www.riojasalud.es/ciudadanos\" coords=\"263,63,259,61,258,51,258,46,259,44,261,43,264,44,266,44,269,47,270,49,272,47,275,47,277,49,278,50,282,51,285,53,287,52,289,56,291,58,292,57,291,61,289,60,289,64,289,66,287,66,283,65,282,62,282,61,278,60,274,59,273,61,272,62,271,64,268,64,266,61,265,61\" target=\"_blank\" shape=\"poly\" id=\"rioja\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "335c6dccfd80",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e65732de"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.juntadeandalucia.es/organismos/saludyconsumo/areas/sistema-sanitario/centros-servicios/paginas/asistencia-stu.html\" title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"andalucia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11d1ab920d41",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-879697ca"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.tramitacastillayleon.jcyl.es/web/jcyl/AdministracionElectronica/es/Plantilla100Detalle/1251181050732/Tramite/1252045721206/Tramite\" title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillaleon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a9508986e31",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-406c0003"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://saludextremadura.ses.es/web/asistencia-sanitaria-transfronteriza-en-la-u-e\" title=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"extremadura\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "152d59e41fe9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1e235bdb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.sergas.es/Tarxeta-sanitaria/Que-levar-cando-viaxamos?idioma=es\" title=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"galicia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cad4cbe86968",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-218fe1e7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.kontsumobide.euskadi.eus/webkon00-kb2contm/es/contenidos/noticia/20190401_tarjeta_sanitaria_eur/es_def/index.shtml\" title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"vascongadas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "53ee68914b25",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-414327bc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.riojasalud.es/ciudadanos\" title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" class=\"comunidadlast selected\" name=\"rioja\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a49876acb1b8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ccfc7d91"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc1dbc88cb59",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f37f791c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e208fe0b050",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ce07da9a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e6c294f1fd6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90684dbf3bbe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e27dde0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4db6c027f6c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fa9b5cd2"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "258ef0075ee2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1829288c2973",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3035,
        "uniqueFailedCount": 73,
        "duplicateFailedCount": 7,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 7
    },
    {
      "submittedUrl": "https://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": 13758,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1081,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3110,
          "failed": 97,
          "cantTell": 82,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3233ad719b75",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "284a9eb2f6d7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ffa793d4873",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "240b2bc426e2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f3cc3409683",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1910659bbf73",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b80c2d9263fe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f496fd5fabd5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee134fdee6a2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-869f4634"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76002310965e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bb0ff2d9"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51770cba2aba",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40fed250ba01",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-328af5e9"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9092e6b4035a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2794c851d6cd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9607acc32fab",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa44ecaaeb9b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Citizen services and information\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5bd2a1eda2c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6208b776"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "062a89fee1b5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5fcabe1bdf4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public employment\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf1af98ee684",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a8bd358"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d6e4e21340d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab8b718a4a75",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Aids\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45d1ec5a974d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8584a03c"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fdb46a737b93",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7f44274c0cb3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Procedures\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98780a4acdb5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bdc54f1a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a77f3c82844c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a617bd9182b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public administration and State\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f45dd4328de9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be097936"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Your European Space\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1e1ad8b171f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b863f69c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/en/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2339d37274fc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-380c0608"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your European Space\" href=\"/pag_Home/en/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70995bd62454",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e8424793"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your rights and obligations in the EU\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ecbc5ff942fa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-13ccfb80"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Citizens\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d2dd2ec3acd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-00559bb3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Healthcare\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f35d8a0f10d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3e27e658"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Last update 01-04-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "408bea2187a1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/tratamiento-medico.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d399f0504d65",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5190af2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f15e91b5763a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4fc236b5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/prevencion-salud.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81b8be439d4c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5e97877b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5abff1b0f52e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-569bfa10"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8be77babece4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-92057c5c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia.html#-01e4abad3a3e\" title=\"Ir a Access to emergency numbers\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7f58b56585e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-03938576"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia.html#-d119e17986f4\" title=\"Ir a Emergency number\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "759c454b56df",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-05d938fb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia.html#-35539f371cce\" title=\"Ir a Access to the service\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "586a3b805805",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fc7e35ca"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia.html#-89d284b39fe6\" title=\"Ir a Features of the service\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4d5fd5c843a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b41f1a3d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia.html#-173ddb663b27\" title=\"Ir a Relevant links\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac8c68001f3f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c95504b2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia.html#-ad079b235132\" title=\"Ir a Information for each Autonomous Community\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "415c8a9b1f39",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c7403461"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia.html#-c7de8d94d6cf\" title=\"Ir a Legal and/or technical references\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "134d79937157",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d392d80c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia.html#-ae4366a5ea7d\" title=\"Ir a Authority responsible for the information\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b46a446d3c3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c9f6aa97"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd25543cc086",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://www.proteccioncivil.es/catalogo/info112/\" title=\"additional information on each 112 service in the autonomous communities (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d5b97eb1608",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be1b592d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" alt=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" href=\"https://www.juntadeandalucia.es/temas/salud/urgencias/urgencias.html\" coords=\"202,179,208,183,224,195,231,193,247,193,251,190,260,191,267,189,274,197,271,203,278,206,286,211,286,216,291,226,295,227,289,240,283,248,277,243,271,244,268,250,261,247,249,247,247,249,240,247,228,247,221,248,212,256,206,255,197,260,194,267,191,267,188,271,177,267,170,259,172,255,166,248,167,244,155,232,144,229,138,229,138,222,136,217,141,208,146,203,151,201,151,197,163,204,166,203,172,206,179,203,182,199,186,202,191,198,190,191,195,185,202,180\" target=\"_blank\" shape=\"poly\" id=\"andalucia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc5cd8f689f2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5f5398b5"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" alt=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" href=\"https://www.aragon.es/-/centro-de-emergencias-112-de-aragon\" coords=\"291,65,289,67,291,73,292,75,292,77,288,79,288,87,284,87,282,89,283,92,285,94,287,94,291,96,295,99,297,101,297,104,299,107,299,112,298,116,295,116,294,119,293,122,298,125,301,128,303,128,306,128,308,129,310,131,311,133,308,134,312,135,316,135,320,132,323,129,324,126,327,125,329,123,330,112,329,110,331,110,332,106,335,106,338,107,344,107,345,106,345,103,345,101,346,100,346,97,343,94,346,93,349,90,348,87,346,84,347,82,350,79,347,77,346,75,348,71,353,68,353,64,355,60,355,56,357,52,356,49,355,45,357,42,356,40,352,38,347,39,341,39,340,38,337,40,334,39,330,36,329,35,325,36,321,36,316,31,315,36,312,39,310,42,307,42,305,47,304,49,303,52,301,55,302,59,303,61,303,64,301,67,300,68,294,66,292,65,291,65\" target=\"_blank\" shape=\"poly\" id=\"aragon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7b5c9d7b13c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6723c1f3"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Balears, Illes (Abre en ventana nueva)\" alt=\"Acceso al servicio de Balears, Illes (Abre en ventana nueva)\" href=\"https://www.caib.es/sites/112/es/portada-8673/\" coords=\"435,128,429,127,422,128,406,132,401,134,394,137,386,143,354,167,354,170,355,171,356,174,357,176,358,178,359,179,361,180,364,181,368,181,386,173,402,165,428,148,439,140,440,134,438,130,434,128\" target=\"_blank\" shape=\"poly\" id=\"baleares\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c92085ff16f5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e1291611"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" alt=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" href=\"https://www.112canarias.com\" coords=\"9,258,148,315\" target=\"_blank\" shape=\"rect\" id=\"canarias\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fad6699f651f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c15e5489"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" href=\"https://112.cantabria.es/\" coords=\"213,23,215,26,217,28,223,27,226,28,228,31,230,34,231,36,236,37,238,37,237,33,234,32,234,29,238,27,242,24,244,23,245,23,250,24,249,21,250,20,252,19,254,17,252,16,249,16,246,13,245,12,242,14,238,14,236,13,232,15,231,16,227,16,222,16,221,18,221,19,218,19,215,20,216,22,215,23,213,22\" target=\"_blank\" shape=\"poly\" id=\"cantabria\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3be4346d106",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-581a6979"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" href=\"https://112.jcyl.es/web/es/emergencias-castilla-leon.html\" coords=\"159,122,158,118,159,115,159,107,159,102,156,97,160,97,162,93,165,90,168,89,172,85,176,80,176,76,173,75,169,74,167,73,168,70,168,65,165,65,162,64,157,64,156,59,162,54,163,50,161,48,161,45,155,44,157,37,162,31,172,30,173,27,177,27,183,27,186,30,190,30,190,27,195,28,205,26,211,22,214,27,217,29,223,28,227,32,230,37,237,39,240,37,237,32,235,31,239,27,244,24,250,25,254,23,256,25,256,29,261,32,258,33,255,32,253,32,254,36,255,37,257,38,260,40,260,43,257,44,256,46,257,49,257,57,257,60,261,64,264,64,266,62,268,65,271,65,273,62,277,61,280,62,282,66,287,67,289,70,290,73,291,76,287,79,287,86,283,85,281,89,282,93,284,94,283,97,276,97,271,95,269,91,264,91,263,89,258,90,254,90,248,91,248,94,245,94,243,94,242,96,240,96,239,96,239,100,236,100,234,102,233,106,231,106,227,111,224,111,223,120,218,122,216,128,214,125,211,126,208,129,206,130,201,131,198,130,197,124,196,125,190,126,186,121,184,121,181,123,176,116,173,116,163,123,158,123,158,122\" target=\"_blank\" shape=\"poly\" id=\"castillaleon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f86ce833bca7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e632b744"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" href=\"https://112.castillalamancha.es/112/la-llamada-al-112\" coords=\"314,181,308,178,306,179,301,180,301,184,300,186,301,191,298,194,293,192,289,194,285,195,283,195,277,204,273,203,276,196,268,188,260,189,251,189,246,191,243,191,237,190,236,192,227,192,224,193,213,185,206,180,209,174,210,172,208,169,211,168,211,165,216,164,214,160,215,153,213,153,208,156,202,149,203,144,202,141,199,141,198,138,198,137,198,131,203,132,208,130,213,127,215,129,218,129,222,128,223,127,224,128,229,127,236,130,240,131,241,132,240,133,240,134,236,137,235,139,236,140,241,139,247,134,257,133,259,133,258,126,257,126,257,120,253,115,249,110,248,105,250,100,247,95,250,94,249,92,255,91,262,91,264,92,268,92,270,96,274,98,280,99,284,98,285,95,288,95,292,98,295,101,296,105,298,107,298,112,297,115,294,115,293,118,291,120,293,123,297,126,301,128,303,133,306,136,308,136,307,143,305,146,301,147,300,152,300,156,305,158,310,159,309,164,307,168,309,171,312,173,315,172,316,177,316,181,315,181\" target=\"_blank\" shape=\"poly\" id=\"castillamancha\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc7004c1f7bd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-489f1e01"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" href=\"https://112.gencat.cat/es/inici/index.html\" coords=\"353,113,350,111,347,111,345,107,347,103,347,98,347,97,345,95,349,92,350,88,348,84,351,79,348,75,350,72,354,69,355,63,357,58,357,55,358,50,356,45,358,42,356,39,353,37,352,35,354,33,360,34,363,35,367,37,371,37,373,42,373,46,374,47,377,46,380,44,384,45,388,44,388,46,388,49,393,47,394,46,400,47,401,48,404,48,407,45,412,44,415,44,417,44,420,46,421,47,421,48,421,50,416,50,416,52,417,54,418,56,419,56,419,58,420,59,421,62,418,64,413,69,405,74,399,78,395,79,395,83,391,86,383,87,374,91,368,94,363,94,361,99,358,102,357,104,361,108,359,111,355,111,352,112,352,113\" target=\"_blank\" shape=\"poly\" id=\"cataluna\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e915ffc9e13b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1670beaa"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" alt=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" href=\"https://www.melilla.es/melillaPortal/contenedor.jsp?seccion=distribuidor_menus.jsp&language=es&codResi=1&codMenuPN=601&codMenuSN=10&codMenu=493&layout=contenedor.jsp\" coords=\"275,299,276,300,276,303,276,304,271,304,267,304,267,302,268,299,275,299\" target=\"_blank\" shape=\"poly\" id=\"melilla\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "755ce433eab8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d01a5645"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Comunitat Valenciana (Abre en ventana nueva)\" alt=\"Acceso al servicio de Comunitat Valenciana (Abre en ventana nueva)\" href=\"https://www.112cv.gva.es/es/\" coords=\"320,212,319,208,316,204,314,199,316,196,312,190,315,187,315,183,317,181,317,173,315,171,312,171,308,168,311,162,310,158,304,157,301,155,301,150,303,147,307,146,308,144,308,140,309,136,313,136,315,136,316,139,318,136,320,133,325,129,325,127,329,125,331,122,331,116,331,112,332,109,333,107,338,108,340,108,341,109,344,108,347,113,349,112,350,115,348,120,346,124,344,127,340,132,339,136,337,138,335,141,332,147,331,150,330,154,332,157,333,160,335,164,337,170,339,173,343,174,345,175,347,178,342,181,338,182,334,186,329,189,326,192,326,196,326,197,323,198,323,202,322,206,321,207,321,212\" target=\"_blank\" shape=\"poly\" id=\"valencia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0895b04438eb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4ec5db97"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" alt=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" href=\"http://instituciones.juntaex.es/112/\" coords=\"214,154,208,157,201,149,202,144,201,142,198,142,197,139,196,138,197,130,196,126,190,127,185,122,181,124,175,117,163,124,153,125,153,128,156,131,156,136,153,142,153,145,138,145,143,151,145,159,148,163,152,164,153,168,145,178,144,184,142,186,147,196,153,196,164,203,165,202,172,204,178,202,180,199,183,198,187,200,189,198,188,191,200,179,202,178,206,178,209,172,207,169,210,167,210,164,214,163,213,160,214,157\" target=\"_blank\" shape=\"poly\" id=\"extremadura\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2b3cc756c29",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-03751828"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" href=\"https://www.112rmurcia.es/\" coords=\"320,218,321,215,318,214,318,213,318,210,318,208,317,207,315,205,314,203,314,201,313,199,314,197,315,196,314,195,313,193,312,192,311,190,311,188,314,186,313,183,311,181,310,180,308,180,307,180,306,181,305,180,303,181,303,182,302,183,302,185,302,186,301,186,303,189,303,191,301,193,300,194,299,195,297,195,294,194,293,194,291,194,288,196,286,196,285,196,284,197,282,199,281,200,280,202,279,203,279,204,280,205,282,207,284,208,286,208,288,208,289,210,289,211,288,213,288,214,288,216,289,217,290,218,290,219,290,220,291,221,293,223,294,223,297,224,298,225,299,224,301,222,303,221,305,220,306,219,307,219,309,219,311,218,314,218,317,218,319,218,321,218\" target=\"_blank\" shape=\"poly\" id=\"murcia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67511087b1f6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e56ab9c5"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" href=\"https://www.navarra.es/home_es/Temas/Seguridad/112-SOS+NAVARRA.htm\" coords=\"275,43,275,46,278,49,284,51,288,51,291,56,293,56,293,59,293,61,292,62,291,62,290,62,290,64,292,64,295,65,298,66,300,66,302,64,302,61,301,58,300,56,301,53,302,49,305,44,306,41,310,40,313,36,314,32,313,31,309,29,305,29,302,26,301,28,300,29,298,27,298,25,300,23,299,20,296,20,292,20,291,19,289,21,287,23,287,25,285,27,285,30,280,32,279,33,280,36,278,40,278,42,275,43,275,46\" target=\"_blank\" shape=\"poly\" id=\"navarra\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3fa181c46ca5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-78f3a9de"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" alt=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" href=\"https://www.euskadi.eus/web01-a2larri/es/contenidos/informacion/como_llamar_112/es_recom_ca/index.shtml\" coords=\"253,19,253,22,255,22,256,24,257,25,257,29,261,31,262,32,259,34,257,34,256,35,258,37,259,38,261,40,264,40,264,39,264,37,267,37,270,38,271,40,272,42,274,42,277,41,277,38,279,36,278,33,279,31,283,30,284,27,285,25,286,25,286,22,289,20,290,18,290,17,287,18,283,20,277,20,270,16,264,15,261,15,259,17,255,18,253,19\" target=\"_blank\" shape=\"poly\" id=\"vascongadas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e588f9301c8f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b0092eea"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" alt=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" href=\"https://www.larioja.org/emergencias-112/es/sos-rioja\" coords=\"263,63,259,61,258,51,258,46,259,44,261,43,264,44,266,44,269,47,270,49,272,47,275,47,277,49,278,50,282,51,285,53,287,52,289,56,291,58,292,57,291,61,289,60,289,64,289,66,287,66,283,65,282,62,282,61,278,60,274,59,273,61,272,62,271,64,268,64,266,61,265,61\" target=\"_blank\" shape=\"poly\" id=\"rioja\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23b71fa73e31",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7096679c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.juntadeandalucia.es/temas/salud/urgencias/urgencias.html\" title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"andalucia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a9bffe3f5d8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7ce22855"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.aragon.es/-/centro-de-emergencias-112-de-aragon\" title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"aragon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e80b3f0b9bdc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65242080"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.caib.es/sites/112/es/portada-8673/\" title=\"Acceso al servicio de Balears, Illes (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"baleares\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1697d730ccf1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d1e15940"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.112canarias.com\" title=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"canarias\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "823570f5df27",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5b19b023"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://112.cantabria.es/\" title=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cantabria\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0b443bdef94",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-baba325e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://112.jcyl.es/web/es/emergencias-castilla-leon.html\" title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillaleon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37b55e6a2cca",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c9914d1b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://112.castillalamancha.es/112/la-llamada-al-112\" title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillamancha\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2519f7128c01",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8e9f9662"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://112.gencat.cat/es/inici/index.html\" title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cataluna\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6fce5b7b0e7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d3c645fe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.melilla.es/melillaPortal/contenedor.jsp?seccion=distribuidor_menus.jsp&language=es&codResi=1&codMenuPN=601&codMenuSN=10&codMenu=493&layout=contenedor.jsp\" title=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"melilla\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b971b6b8a37",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-72b7d328"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.112cv.gva.es/es/\" title=\"Acceso al servicio de Comunitat Valenciana (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"valencia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c9dae292166",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f0ec14f2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://instituciones.juntaex.es/112/\" title=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"extremadura\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6129b0d3faae",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f92bac2a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.112rmurcia.es/\" title=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"murcia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "347cfcdea370",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e260f727"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.navarra.es/home_es/Temas/Seguridad/112-SOS+NAVARRA.htm\" title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"navarra\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10112b31ae09",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-24e6e4cd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.euskadi.eus/web01-a2larri/es/contenidos/informacion/como_llamar_112/es_recom_ca/index.shtml\" title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"vascongadas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e52136bb1a32",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-31d50911"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.larioja.org/emergencias-112/es/sos-rioja\" title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" class=\"comunidadlast selected\" name=\"rioja\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7f4dfe3c9287",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5b22936"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fcbddd65964b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f37f791c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fff55a58bd60",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ce07da9a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a13bdd486d1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e910ad3e4a0b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e27dde0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0852df81178d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fa9b5cd2"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba00482318eb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6e3210e376c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3255,
        "uniqueFailedCount": 88,
        "duplicateFailedCount": 9,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 9
    },
    {
      "submittedUrl": "https://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": 12034,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1420,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 4
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3973,
          "failed": 121,
          "cantTell": 114,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "heading_markup_misuse",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b965871737d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e6b0e2082ce",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1ed1d6c8eba",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1fc45136aa50",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "745b5938a63b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f635dc3995ef",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4d06b4f22b2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9dc2988235bc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e5573de3524",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-869f4634"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0867d10fa972",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bb0ff2d9"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9137f1c9751",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba3d24045ff9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-328af5e9"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7cb4692d53e9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "613eec70643e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c5391ddef48",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dfc01e178b28",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Citizen services and information\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7c6068e2a88",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6208b776"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc08ccf5f5db",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d774e24a57d1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public employment\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8837632a3289",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a8bd358"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "496156713307",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1513f1c749e6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Aids\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65840c898d19",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8584a03c"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e124dc6c01e3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "66efd70530d6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Procedures\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bde634ea0f5b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bdc54f1a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84eb5fedbe60",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d4412db1822",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public administration and State\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09a4f3d84bbb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be097936"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Your European Space\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "254d281dd32e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b863f69c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/en/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d6f291f0265",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-380c0608"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your European Space\" href=\"/pag_Home/en/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff4f0f7d54c9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e8424793"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your rights and obligations in the EU\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "68dd06847bbc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-13ccfb80"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Citizens\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0fe17c60c30",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-00559bb3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Consumer rights\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2faa0d79ed7a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1a156f77"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Connection to utilities\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "777abb2303ff",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-74e1d945"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Last update 14-04-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee1c8df6275f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aba7cfd8980c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8ce7ad08"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/electricidad.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10820567d229",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ca899af5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/agua.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "62c47954960b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3c73c5e2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7efa76ca4d8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-844728a0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5926f91854f7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3920664f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones.html#-11daea5a20f3\" title=\"Ir a The rights of telecommunications users\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c3f3ba874b0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1a70ec18"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones.html#-541b145bbb41\" title=\"Ir a Telecommunications User Support Office\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1b69f55f667",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7e72a3f1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones.html#-11e01e71dffc\" title=\"Ir a Fixed-line and mobile telephone services, internet access, voice and data packages\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "804385347850",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-91570323"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones.html#-1e05a35f9065\" title=\"Ir a Right to a connection. Universal service\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0c833bdbb7a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a4bfe508"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones.html#-ea60037756cc\" title=\"Ir a The designated universal service provider in Spain\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18aa0a27e9a8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0ce84370"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones.html#-5aa4ae4de440\" title=\"Ir a Payment of universal service connection fee\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00064a0ef98d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-112a4052"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones.html#-1055ae2fb9a7\" title=\"Ir a Homes which already have a connection\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b84c8fe9a3f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8c5bb7f8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones.html#-9299188e8e05\" title=\"Ir a New connections\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d026d516a333",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1e3fc36b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones.html#-8811faed8469\" title=\"Ir a The right to switch provider\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "53e4ed128353",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-789330d5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones.html#-04657944676b\" title=\"Ir a Price comparison\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e1895c594ce",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bfd36ab1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones.html#-695d75620993\" title=\"Ir a Complaints\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10ceda3c265d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906ce5e8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones.html#-59901e8a164a\" title=\"Ir a Non-payment of bills\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f65d4cfe848",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7791c302"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones.html#-48e58227ad6f\" title=\"Ir a People on low incomes\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "574b80adbf73",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-493dd45d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones.html#-af1d0ec9aa4c\" title=\"Ir a Assistance for users with disabilities\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af38673450dc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8df87f8f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones.html#-1714efd2d915\" title=\"Ir a Information for each Autonomous Community\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ef12759f8ab",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0f3da9d8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones.html#-641edd8e3c25\" title=\"Ir a Legal and/or technical references\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19213e45ecf4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e9ad4b1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones.html#-dfbd66d4ef55\" title=\"Ir a Authority responsible for the information\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b6d34423e29",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1f15a35d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2014-4950&p=20180704&tn=2\" title=\"General Telecommunications Law (Abre en nueva ventana)\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27c157ce5ab9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-97d5df59"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2014-4950&p=20180704&tn=2\" title=\"General Telecommunications Law (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d442d41cc61d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9435baa6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?lang=es&id=BOE-A-2009-8961&tn=2&p=20090530\" title=\"Charter of rights for users of electronic communications services (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "431329719653",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-29f41e2d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f2ce9f207e9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.usuariosteleco.gob.es/Paginas/Index.aspx\" title=\"Telecommunications User Support Office (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b4b87e08a97",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-630f7310"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://www.usuariosteleco.gob.es/derechos-usuario/Paginas/telefonia-fija.aspx\" title=\"Fixed-line telephone services (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "009b2548ee53",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e8c68ef5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.usuariosteleco.gob.es/derechos-usuario/Paginas/telefonia-movil.aspx\" title=\"Mobile telephone services (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f4e2f4159e9a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-96fbb190"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.usuariosteleco.gob.es/derechos-usuario/Paginas/acceso-internet-adsl.aspx\" title=\"Internet access (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb8d866b1bc6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-29ce561b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.usuariosteleco.gob.es/derechos-usuario/Paginas/paquetes-voz-datos.aspx\" title=\"Voice and data packages (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a551bb2d9714",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-696d5b8b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<h2 class=\"ppg-heading ppg-heading--wind\" id=\"-1e05a35f9065\">",
            "message": "Confirm the word(s) 'Right' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72bfc4d2c120",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b301dfcc"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<span style=\"font-size:1em\">",
            "message": "Confirm the word(s) 'right' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bebf2af2bc11",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-72edcf3a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://avancedigital.gob.es/en-us/Servicios/InformeUniversal/Paginas/Index.aspx\" title=\"More information on universal service (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17d66baac609",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3f9b9fd7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.movistar.es/\" title=\"www.movistar.es (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "389d4d6ffaaf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4c580332"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://avancedigital.gob.es/en-us/Servicios/InformeUniversal/Paginas/ConexServTelefyBA.aspx\" title=\"Price information (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2727e25b3f59",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4ec0e662"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://avancedigital.gob.es/en-us/Servicios/InformeUniversal/Paginas/Index.aspx\" title=\"More information on universal service (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://avancedigital.gob.es/en-us/Servicios/InformeUniversal/Paginas/Index.aspx\" title=\"More information on universal service (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9cf005ad70fe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bfef5bb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<h2 class=\"ppg-heading ppg-heading--wind\" id=\"-8811faed8469\">",
            "message": "Confirm the word(s) 'right' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec3f9365de32",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5cf2c22"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<span style=\"font-size:1em\">",
            "message": "Confirm the word(s) 'right' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p class=\"textojustificado\">",
            "message": "Confirm the word(s) 'right' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3af49603659",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-afad10e6"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p class=\"textojustificado\">",
            "message": "Confirm the word(s) 'right' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.usuariosteleco.gob.es/derechos-usuario/Paginas/telefonia-fija.aspx?Faq=Cambio%20de%20operador\" title=\"Fixed-line telephone services (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "482a92dac94e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e8563225"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.usuariosteleco.gob.es/derechos-usuario/Paginas/telefonia-movil.aspx?Faq=Cambio%20de%20operador\" title=\"Mobile telephone services (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ddada29c62c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-93998363"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.usuariosteleco.gob.es/reclamaciones/Paginas/reclamaciones.aspx\" title=\"Telecommunications User Support Office (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "83116d075ef8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a96c66f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://avancedigital.gob.es/en-us/Servicios/InformeUniversal/Paginas/ConexServTelefyBA.aspx\" title=\"More information on the social tariff (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48747ae39b54",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-824fc3f2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://avancedigital.gob.es/en-us/Servicios/InformeUniversal/Paginas/Medidasespecificas.aspx\" title=\"Information on this assistance (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1fae712eb1d9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d94cacf3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" alt=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" href=\"https://www.consumoresponde.es/temas/telefonia_e_internet\" coords=\"202,179,208,183,224,195,231,193,247,193,251,190,260,191,267,189,274,197,271,203,278,206,286,211,286,216,291,226,295,227,289,240,283,248,277,243,271,244,268,250,261,247,249,247,247,249,240,247,228,247,221,248,212,256,206,255,197,260,194,267,191,267,188,271,177,267,170,259,172,255,166,248,167,244,155,232,144,229,138,229,138,222,136,217,141,208,146,203,151,201,151,197,163,204,166,203,172,206,179,203,182,199,186,202,191,198,190,191,195,185,202,180\" target=\"_blank\" shape=\"poly\" id=\"andalucia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb594c2abd4e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e2ab8c4a"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" href=\"https://www.castillalamancha.es/gobierno/haciendayaapp/estructura/dgftnt/actuaciones/red-de-puntos-de-inclusi%C3%B3n-digital-de-castilla-la-mancha\" coords=\"314,181,308,178,306,179,301,180,301,184,300,186,301,191,298,194,293,192,289,194,285,195,283,195,277,204,273,203,276,196,268,188,260,189,251,189,246,191,243,191,237,190,236,192,227,192,224,193,213,185,206,180,209,174,210,172,208,169,211,168,211,165,216,164,214,160,215,153,213,153,208,156,202,149,203,144,202,141,199,141,198,138,198,137,198,131,203,132,208,130,213,127,215,129,218,129,222,128,223,127,224,128,229,127,236,130,240,131,241,132,240,133,240,134,236,137,235,139,236,140,241,139,247,134,257,133,259,133,258,126,257,126,257,120,253,115,249,110,248,105,250,100,247,95,250,94,249,92,255,91,262,91,264,92,268,92,270,96,274,98,280,99,284,98,285,95,288,95,292,98,295,101,296,105,298,107,298,112,297,115,294,115,293,118,291,120,293,123,297,126,301,128,303,133,306,136,308,136,307,143,305,146,301,147,300,152,300,156,305,158,310,159,309,164,307,168,309,171,312,173,315,172,316,177,316,181,315,181\" target=\"_blank\" shape=\"poly\" id=\"castillamancha\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0738e986ab2e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-33030649"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" href=\"http://consum.gencat.cat/es/recomanacions/telefonia-i-internet/\" coords=\"353,113,350,111,347,111,345,107,347,103,347,98,347,97,345,95,349,92,350,88,348,84,351,79,348,75,350,72,354,69,355,63,357,58,357,55,358,50,356,45,358,42,356,39,353,37,352,35,354,33,360,34,363,35,367,37,371,37,373,42,373,46,374,47,377,46,380,44,384,45,388,44,388,46,388,49,393,47,394,46,400,47,401,48,404,48,407,45,412,44,415,44,417,44,420,46,421,47,421,48,421,50,416,50,416,52,417,54,418,56,419,56,419,58,420,59,421,62,418,64,413,69,405,74,399,78,395,79,395,83,391,86,383,87,374,91,368,94,363,94,361,99,358,102,357,104,361,108,359,111,355,111,352,112,352,113\" target=\"_blank\" shape=\"poly\" id=\"cataluna\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "38d4ea5ed8b9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c68b53be"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" alt=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" href=\"https://consumo.xunta.gal/es/consumidores/artigos/Telefon%C3%Ada\" coords=\"156,64,155,58,160,54,161,53,161,49,160,48,160,46,154,45,153,44,156,35,162,30,161,28,158,27,158,25,160,23,158,19,154,14,156,11,155,8,151,8,147,3,144,2,141,1,137,2,133,1,130,4,126,7,126,13,124,13,120,13,119,15,112,15,111,14,108,16,106,19,102,19,99,24,100,26,102,26,104,33,107,32,105,38,105,42,111,38,110,43,109,45,111,46,112,49,110,54,108,57,108,61,108,64,113,60,115,57,120,57,126,56,127,59,125,64,126,67,129,67,132,64,133,66,137,65,141,67,147,68,151,66,151,63,152,62\" target=\"_blank\" shape=\"poly\" id=\"galicia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08c6a5e37748",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-66de27d8"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" href=\"https://www.comunidad.madrid/servicios/consumo/telefonia-e-internet-0\" coords=\"229,125,225,127,222,125,219,128,217,128,219,123,224,120,225,115,226,112,228,112,230,109,232,107,234,107,235,102,237,101,240,101,240,98,243,97,244,95,246,96,248,99,248,102,247,106,248,111,253,117,256,122,255,127,257,127,257,132,246,133,239,139,236,138,243,133,243,131,236,129,228,125,229,125\" target=\"_blank\" shape=\"poly\" id=\"madrid\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2757fed1b1bc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9452f326"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" alt=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" href=\"https://www.kontsumobide.euskadi.eus/kon-telefonia-e-internet/webkon01-servicios/es/\" coords=\"253,19,253,22,255,22,256,24,257,25,257,29,261,31,262,32,259,34,257,34,256,35,258,37,259,38,261,40,264,40,264,39,264,37,267,37,270,38,271,40,272,42,274,42,277,41,277,38,279,36,278,33,279,31,283,30,284,27,285,25,286,25,286,22,289,20,290,18,290,17,287,18,283,20,277,20,270,16,264,15,261,15,259,17,255,18,253,19\" target=\"_blank\" shape=\"poly\" id=\"vascongadas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b46535364b16",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-472d3aa1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.consumoresponde.es/temas/telefonia_e_internet\" title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"andalucia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4bb633de1bc5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5741a4b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.castillalamancha.es/gobierno/haciendayaapp/estructura/dgftnt/actuaciones/red-de-puntos-de-inclusi%C3%B3n-digital-de-castilla-la-mancha\" title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillamancha\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7419fe1cadb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-95bb1179"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://consum.gencat.cat/es/recomanacions/telefonia-i-internet/\" title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cataluna\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "123e96d41c9a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f59080cd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://consumo.xunta.gal/es/consumidores/artigos/Telefon%C3%Ada\" title=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"galicia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1e58d382c4c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-969934b3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.comunidad.madrid/servicios/consumo/telefonia-e-internet-0\" title=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"madrid\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e685bbf9dce6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42a0e06b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.kontsumobide.euskadi.eus/kon-telefonia-e-internet/webkon01-servicios/es/\" title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"vascongadas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "403ffeb1dba6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-81382731"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h4 class=\"t-fs-13\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "179f5b04c868",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b4ff75ed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a6cfd9f1c4fb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f37f791c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3636fb67253",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ce07da9a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "834c7cac0c9e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "746ec276503b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e27dde0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8bf8a3b35e2d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fa9b5cd2"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a60edf53f5f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dae2e16b2b64",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 4145,
        "uniqueFailedCount": 101,
        "duplicateFailedCount": 20,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 20
    },
    {
      "submittedUrl": "https://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": 11781,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-63bdcbdb"
          }
        ],
        "outcomeCount": 956,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 8
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2515,
          "failed": 60,
          "cantTell": 40,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_keyboard_handler_exists",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b589d099903",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4638ee7ce2bf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6aa79a3c86f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1675c5d2bb86",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9db226a36d8d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eaffdde745db",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "322c9da5819c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d57a8704e985",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "07dc0ba3847d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-00e16913"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1fcdda957668",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-31b3633a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff5f71bd235d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "203bb39be70b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b3402664"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "395786cdb151",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93676eb347d3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7dc7bab1fbfc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e48cc56f2590",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "210ebd71aaee",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "908965db5e6c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a08673ecc52c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "487d5a5484c2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b28cbffed5cc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5429e0fec475",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d84db9ee1582",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70f95c4d6c13",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e3dd6f32d3c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d1c87792fc7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19f6efb7f95f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1a29d95d846",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bc56f35f6317",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ca70faf87f0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/gl/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "122b74acc51d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-411757f8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/gl/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d9d899a394f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-456ef52c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c3efe84f449",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-10b03724"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ciudadanos\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0027ae44a2f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0fb59511"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Vehículos\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3760a4922a81",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-af8e055d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Obtención y renovación del permiso de conducción\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "526a97181b45",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d7aff978"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Última actualización: 01-04-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6f82403b266",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/obtencion.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93af7f4ef1b8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-277e5c24"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e1f0192184b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ef535ce7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/renovacion-sustitucion.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b06758071a0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf345b62"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/perdida-robo.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a0c1b0b1ca6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1f00e71e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento.html#-f3f70932ff11\" title=\"Ir a Validez de un permiso de conducir de la UE\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a27991b1808",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d6e54e98"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento.html#-994998624364\" title=\"Ir a Canje de permisos de conducir\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f661cb309484",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-91334f6b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento.html#-4c7f9a5373d5\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7508fb3a0af1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f13c1e46"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento.html#-5e4d8dbffcb1\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eebcbe16a262",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0ac6670f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" 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/\" title=\"canje de tu permiso de la UE (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e39f67978b87",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ac13ae7b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e3c043aa056",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" data-fn=\"accordion\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "053b96318e5f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-52ceb950"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_é.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f6a37b4c106",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7b59e4e9"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_é.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75a561bd4d46",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e4023724"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2046c3722ebb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f20abd9c81e2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be5b1493"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e212ecc645f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cd1f6394"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c568b0d98ab2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77276774161a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2585,
        "uniqueFailedCount": 55,
        "duplicateFailedCount": 5,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 5
    },
    {
      "submittedUrl": "https://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": 12209,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1041,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 15
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2791,
          "failed": 78,
          "cantTell": 58,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_child_valid",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "heading_markup_misuse",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2aa6503b4afe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da92f2fa4df2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "383edd10a6f8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be8178c0d1cc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc00173d87df",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d47f32c3505",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "15675b7cc1d6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d4764509b88",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5587e284e244",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-869f4634"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "130c0cc05092",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bb0ff2d9"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ed0f8effe27",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ada77ec8229",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-328af5e9"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f358d3c2948",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aab445907053",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e34e8828b24c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dedb40b58bdc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Citizen services and information\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5da5cb86f640",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6208b776"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0735a7751e3a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72f67716e91a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public employment\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "862a20c0bb50",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a8bd358"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d9c0f74811b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b0f30af2d79",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Aids\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7dc86377250f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8584a03c"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "551a41e6b3c6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33f7d48fe8b7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Procedures\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd6d9073e110",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bdc54f1a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "059b5f8f475e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1dad9baf8c5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public administration and State\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea3c7c938fa7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be097936"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Your European Space\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3e5a6b91f64",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b863f69c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/en/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32983ba28431",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-380c0608"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your European Space\" href=\"/pag_Home/en/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ad5c5461a43",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e8424793"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your rights and obligations in the EU\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea015d56c218",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-13ccfb80"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Business\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b65dd067d709",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cfc7704b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Employees\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e474571af925",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-15cba6a5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Social security\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a198880cad05",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d45aade3"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Last update 25-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4e6367a58f2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c5f35d264a5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8bed7cb8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empleados.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fbd73cfb18fa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d19a9de8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/rescision.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a75a0f083ac7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1727f731"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/cotizaciones-sociales.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d3eecd7db09",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0f2675e3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/pensiones.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9692c068282",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0a72cb21"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/inspeccion.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e57d3a33712f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-003730e3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario.html#-84337cc757f0\" title=\"Ir a When do I need to register in the social security system as an employer and what is the deadline for doing so?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28323561a21b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d64b62f4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario.html#-287bea26393c\" title=\"Ir a What does registering in the social security system as an employer involve?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50458104c5b6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bcaa1d4c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario.html#-9c0f99038794\" title=\"Ir a What procedures have to be followed and how?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1edbd37299d6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-49800506"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario.html#-99c8022e3edc\" title=\"Ir a What other social security obligations do I have as an employer?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7eaae81f728b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a82c5eb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario.html#-f2f633ea8800\" title=\"Ir a Legal and/or technical references\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88b2beea91ab",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d8a865c0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario.html#-5fcff32d70c6\" title=\"Ir a Authority responsible for the information\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8cbcedb2af11",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-82cb36b6"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h2 class=\"ppg-heading ppg-heading--wind\" id=\"-84337cc757f0\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d76891026de5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-48dbc6de"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.seg-social.es/wps/portal/wss/internet/Empresarios/Inscripcion/1227/1228?changeLanguage=en\" title=\"click on this link. (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d0ebd33f7dd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ec0f99bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea0af6a05bf0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.seg-social.es/wps/portal/wss/internet/Empresarios/Inscripcion/1227?changeLanguage=en\" title=\"following link (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd71fa43f626",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-00dd147d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" 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\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dcc00dccc3a9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8ad4e2b0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.seg-social.gob.es/wps/portal/sede/sede/EmpresasyProfesionales/EmpresasyProfDetalle/!ut/p/z1/rVNNb8IwDP0r3aHHkZTwse5WTROCUWloQnS5INO6JShNSxLY9u-XsOta0LTkZPu92M-xCScZ4QrOogIrGgXS2e98smXRZBTFNFrO6PyZJuv0ZR2zFZutGNn0AWhMCb-FTztOcpX_hoYsekHDiVchDscjTwjPG2Xx05LMYIHbi6VE0ZiQekdIc3EqoADlPRorUaMK0LSYC5BBgTKoQYc06oz5XEOdPqUV4S3Y_b1QZUOybnjPU_265tFfdYERxoVdrsCAEha0gJAO3R2xK0mTcYdAKIUUkLupCTAQyuRatN4iGWXdsdvrx7rVaMBX3_FaSHsyLa7N0T-X4prJplM33fxaO3sBlwW6AHo2xGmrZLP72dZE7diD-xqNJWrUg5N27r21rXkMaUgrNH6z20ZbkGgGGgsDGgbo1PxG3zfGNaKbRdp6nX18MXkYy3O9eV2WqY3n3lgmd994EitA/dz/d5/L0lHSkovd0RNQUprQUVnQSEhLzROVkUvZW4!/\" title=\"Registration and assignment of CCC for individual employers (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3bdb56793a6d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3f3d4c2a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.seg-social.gob.es/wps/portal/sede/sede/EmpresasyProfesionales/Afiliacion+e+Inscripcion/1404TGSS\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b72bcd76d2bf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ff20ada2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://portal.seg-social.gob.es/wps/portal/importass/importass/inicio\" title=\"Social Security General Treasury portal (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f708b7530534",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9703911d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.seg-social.gob.es/wps/portal/sede/sede/SSMovil/listadoAplicaciones/detalleAplicacionMobile/APPTesoreria/AppTGSS\" title=\"the IMPORTASS Social Security app. (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2a0249ab6c0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-96ce25e8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.seg-social.gob.es/wps/portal/sede/sede/EmpresasyProfesionales/EmpresasyProfDetalle/!ut/p/z0/rVJNT4QwEP0r3QNHM4Uu7O6RGENW5bAxG7GXzQgFR6GwbTXrv7f1DhpjenrzJu-jLUioQGr8oA4djRp7j59kdhJxto53PL4v-P6G58fy7rgTB1EcBDwoC7cgF5aSLKjQ6_ksc5D1qJ26OKisatTpG2lqRhvxMIh4Te8NNqjDxKiOBqWZspOqCXvWqJ4NaCIez3LBKzHlddmBnNC9XJFuR6jm1xeklnvt47_2QkvW096LWdTk0BBGPPFnLX4wzdOZgthST1j7V2OKkba1oSkgqLiY536fXw2TURZD-hm1iC84Lbfy_-ifo_jLFJsNTG_F49a2pdt-XtLntO_y1eoLZYoBYg!!/?changeLanguage=en\" title=\"the SEDESS service (Registration and Allocation of ‘CCC’ for sole traders (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9eb2d1243b9a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0dc0d5c7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.seg-social.es/wps/portal/wss/internet/Empresarios/Inscripcion/1227/1230?changeLanguage=en\" title=\"following link (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3ec88231244",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-239731c4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://www.seg-social.es/wps/portal/wss/internet/InformacionUtil/39641/?changeLanguage=en\" title=\"the following link (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13c9ce6d48f2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d23ce230"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.seg-social.es/wps/portal/wss/internet/InformacionUtil/5300?changeLanguage=en\" title=\"RED system (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "701309261a0b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7d806852"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.seg-social.gob.es/wps/portal/sede/sede/EmpresasyProfesionales/EmpresasyProfDetalle/!ut/p/z1/rVRdl5owEP0r-8IjZkKAxL6h3eq6uta6VOHFw0fUtBDYkGK3v77B3dOvU7XnWF5ghuHemXuZoBitUSyTVuwSLSqZFCaOYn9DsO_iPuDpCO5uIQhn92GfLMhoQdDqWAAnrgBQfP77jyhGcSZ1rfcoanjON1klNZcirxoLuoQFvKwVbxITJ1tRiCQzvd3wGyGbTIm6iyxwwCHU7cBMIkcRS7GfeNSzKeS57boss1PmuraX0MwDTIGC89r8ie6gf7H5Vcd3AeFYcE6fsySBhyYo3hVV-mJGIFPCdihWfMsVV70vyqT3WtdvLLDgcDj06krppOg1Ri0htUok103z_pi0oP5xF9qC4VFpnlfKAhPeSWG07ERXbffUbDLeIRS8-Rv1vmo0Wv9GiZamNDKi0l8Gug8HZqB3874bUgcAo1Ur-AGFslKlGWr50zNOCU0yCrbT95jtgt95hj2bOQxYSnKPuB4awyUGciXDC7w3Z4An4EzBnzEI-otlOH3ABCi9En5yyXCjtaNmw5nRuk703hZyW6H1qV8frYGcfoci8enpKQ7MjnVmfzWOXbFkZ5j-9AQPXAjw_NF3xrcY5v5p0f5pU896MupW-Sr4yaVN_89Cvp5WdRmWjDzbnz-wZ1K0-125eTt4sKNJ-206LtpymLLD47ZcfQc0vU0g/dz/d5/L2dBISEvZ0FBIS9nQSEh/\" title=\"change and enter the employer's telephone number and e-mail address. (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "03f79452ae4d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2d156896"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul>",
            "message": "The element with role \"list\" does not own any child element with any of the following role(s): \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b8b9c8167d6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-98862063"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.seg-social.es/wps/portal/wss/internet/InformacionUtil/5300/2867?changeLanguage=en\" title=\"remuneration received (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ecc7f4ff021f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f41f23d0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0a0e49a169e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f37f791c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7fb2023f892",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ce07da9a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22360207f5c6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aeeff269a8c0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e27dde0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84ca33c1dcd3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fa9b5cd2"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d13231d0114f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3becfa616f2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2893,
        "uniqueFailedCount": 72,
        "duplicateFailedCount": 6,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 6
    },
    {
      "submittedUrl": "https://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": 10108,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1097,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 3
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2911,
          "failed": 61,
          "cantTell": 42,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76e3a3b1a876",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6dc57b375fc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7f6ed83c1ba8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc7b671e35a5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b198bf1d271",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4afd84e16a0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8a557cbbbdd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "74a130a379b2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3860ce16f690",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4113767e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6dc43df212b1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42cdd4c9"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc5b72eb77aa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a1d1530c395",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0e5d1242"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b2274b41875",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70663c41d5d8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e76ce6dd797",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b89f422fa422",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cbea5dd40ed5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e909279b22a4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c077f0f61b3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8955ded70e0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "581a2f38534c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84577b84c529",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c57fd4217f3d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ece6ec04be73",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "981aad1daff2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f4bbd81d681d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0fc300e64b80",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a6f69e1963ce",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05bc64c825a5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91cc9222d303",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/eu/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d2d625fbe03a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3d4a4cb9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/eu/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8a2155e98e8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e7215823"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97fa17f9c5e0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5c8e457"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ciudadanos\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "080bfe6f9902",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7336c38b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Vehículos\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73619126f3b5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8ee7788f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Seguro obligatorio de vehículos\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65237ee3ae5c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2c41f3e9"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Azken eguneraketa: 25-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77a8a4b04b2c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/validez.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a6f806801ab",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-60eb4f7b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36b627b170fe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-08329b88"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer.html#-58520e451e36\" title=\"Ir a Primeros trámites en el lugar del accidente\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3b398ca9fa9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ac73b3b4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer.html#-be6dc1d4808c\" title=\"Ir a Reclamación de indemnización\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e598955737d0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ce11475"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer.html#-b01d647db778\" title=\"Ir a Importe de la indemnización\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4cc52375ed40",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a55dee9f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer.html#-1643deafb979\" title=\"Ir a Enlaces de interés\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00301cf206fd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4e9cd353"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer.html#-3e8f19106f37\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a44fb0c6783",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f237710f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer.html#-c579792c7dd8\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a07d7d99428",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-49fbd6b5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e258818d7f76",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.ofesauto.es/\" title=\"OFESAUTO (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "218d811bf2ee",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2fdd31b2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https :// europa.eu/youreurope/search/index _ es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b052faca34d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a734cd16"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https :// europa.eu/youreurope/search/index _ es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ff8cd59ad17",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6c2a4e71"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee8e45f66be5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3081f7cacc0f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e036dea6"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "56ad7f1348e9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a8232067"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a24eb4097418",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7eaab86e"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ebe4aa05a00",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45967fa0fe66",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2987,
        "uniqueFailedCount": 55,
        "duplicateFailedCount": 6,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 6
    },
    {
      "submittedUrl": "https://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": 11331,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1407,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 4
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3933,
          "failed": 117,
          "cantTell": 110,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "heading_markup_misuse",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6047b55e99ab",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c076fa3c55ef",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2661c157c074",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "658811efe03a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a9a0d992ebcb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9d6c7149a21",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26a721dab9a6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4acbc670d714",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "56d3109deb9a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8c691d4b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dbc294dfda2a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67b7573a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cac8132fbd6c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96a333dc8aee",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dbc11a04"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1425a286f859",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d51ed935e45",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5fbca5b38b01",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be622cf5addd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "141913962eeb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c8f92339cda",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "989572ca7dae",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ebc6ccda7796",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0bcddc01c51",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5500dd70ced1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a99d106881a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0fdff4dc0c4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "048405697ad7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f33c2dd8fbeb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13ce1ebec2da",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e7661bc6ee9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "682ce09f3318",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c55374def786",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e3c525e958f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dce9f2c7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee7991fa7311",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ee5a3617"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2642eb7a0270",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8bea4664"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ciudadanos\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c89f1af9c717",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-964745ca"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Consumidores\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed16fd4f6b38",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5bc721cf"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Conexión a servicios\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3da406e2be99",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9a976e75"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Última actualización: 14-04-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26426578719c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "193c3266acd9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7cb54e4b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/electricidad.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30708c4cf9dd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b64d1a34"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/agua.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44e1e36b5c4b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9c98023f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "febf33e63d23",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5bfbc359"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4acd0094cbdb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9a05345d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones.html#-11daea5a20f3\" title=\"Ir a Derechos de los usuarios de telecomunicaciones\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba5f9beebd9b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6cda0959"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones.html#-541b145bbb41\" title=\"Ir a La Oficina de Atención al Usuario de Telecomunicaciones\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9206a1c2edb5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-145ee68a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones.html#-11e01e71dffc\" title=\"Ir a Telefonía fija, móvil, acceso a internet, paquetes de voz y datos\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8175572f7510",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-44e9ae55"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones.html#-1e05a35f9065\" title=\"Ir a Derecho a la conexión. Servicio universal\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "648d81ab9a45",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a8c9433e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones.html#-ea60037756cc\" title=\"Ir a Operador designado en España para el Servicio universal\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "82f6fb267245",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0505cd51"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones.html#-5aa4ae4de440\" title=\"Ir a Pago de cuota de conexión en el Servicio universal\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ed9e2a65ed8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f2c7ebce"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones.html#-1055ae2fb9a7\" title=\"Ir a Domicilios que ya disponen de una conexión\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a37ce11915f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bda98fc9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones.html#-9299188e8e05\" title=\"Ir a Necesidad de una nueva conexión\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a3945b6d420",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-342fe973"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones.html#-8811faed8469\" title=\"Ir a Derecho a cambiar de operador\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a98beb3b6c37",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-88cea299"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones.html#-04657944676b\" title=\"Ir a Comparadores de precios \">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3533b7d08220",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2766d001"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones.html#-695d75620993\" title=\"Ir a Reclamaciones\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "203378e3f00e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0db1911d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones.html#-59901e8a164a\" title=\"Ir a Impago de facturas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f766ce0eb13",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ebd61a49"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones.html#-48e58227ad6f\" title=\"Ir a Personas con rentas bajas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51c987224a1d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3f69709d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones.html#-af1d0ec9aa4c\" title=\"Ir a Prestaciones para personas con discapacidad\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9bd9ecb1b3d7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-12744970"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones.html#-1714efd2d915\" title=\"Ir a Información por Comunidades Autónomas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb1627c5f67b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16cb3660"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones.html#-641edd8e3c25\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9132c97cd38e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-50c5df5b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones.html#-dfbd66d4ef55\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dfdd079a8c5b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5d54676c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2014-4950&p=20180704&tn=2\" title=\"Ley General de Telecomunicaciones (Abre en nueva ventana)\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d18ed70396c3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-381c439a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2014-4950&p=20180704&tn=2\" title=\"Ley General de Telecomunicaciones (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4eeaa0cd0000",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2cd2b763"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?lang=es&id=BOE-A-2009-8961&tn=2&p=20090530\" title=\"Carta de Derechos de los usuarios de servicios de comunicaciones electrónicas (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8455b8e71fe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-58e5ce7e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5abfcaef89fd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://www.usuariosteleco.gob.es\" title=\"Oficina de Atención al Usuario de Telecomunicaciones (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72f56173f494",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ee256c8e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://www.usuariosteleco.gob.es/derechos-usuario/Paginas/telefonia-fija.aspx\" title=\"Telefonía fija (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a1e96e4a05a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5b64b2b6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" style=\"font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-style: normal; font-weight: 400;\" href=\"https://www.usuariosteleco.gob.es/derechos-usuario/Paginas/telefonia-movil.aspx\" title=\"Telefonía móvil (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c0d2b66bd6b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-07a7e6c7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" style=\"font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-style: normal; font-weight: 400;\" href=\"https://www.usuariosteleco.gob.es/derechos-usuario/Paginas/acceso-internet-adsl.aspx\" title=\"Acceso a internet (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3002ab78b79",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2bb34e31"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" style=\"font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-style: normal; font-weight: 400;\" href=\"https://www.usuariosteleco.gob.es/derechos-usuario/Paginas/paquetes-voz-datos.aspx\" title=\"Paquetes de voz y datos (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c74ec7ae269c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5fb32670"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://avancedigital.gob.es/es-es/Servicios/InformeUniversal/Paginas/Index.aspx\" title=\"Más información sobre el Servicio universal (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "022982270380",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ab957f45"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://www.movistar.es\" title=\"www.movistar.es (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8787d20a9822",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fe5b5d1d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://avancedigital.gob.es/es-es/Servicios/InformeUniversal/Paginas/ConexServTelefyBA.aspx\" title=\"Información sobre el precio (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40e131b03d26",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ed655ee2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://avancedigital.gob.es/es-es/Servicios/InformeUniversal/Paginas/Index.aspx\" title=\"Más información sobre el Servicio universal (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "58d1bae5ff36",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3cde2616"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://avancedigital.gob.es/es-es/Servicios/InformeUniversal/Paginas/Index.aspx\" title=\"Más información sobre el servicio universal (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.usuariosteleco.gob.es/derechos-usuario/Paginas/telefonia-fija.aspx?Faq=Cambio%20de%20operador\" title=\"Telefonía fija (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80323a291993",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5a332a4d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.usuariosteleco.gob.es/derechos-usuario/Paginas/telefonia-movil.aspx?Faq=Cambio%20de%20operador\" title=\"Telefonía móvil (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a9c243e0848",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-52603937"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.usuariosteleco.gob.es/reclamaciones/Paginas/reclamaciones.aspx\" title=\"Oficina de Atención al Usuario de Telecomunicaciones (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3fd96e5db480",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2ba8bae7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://avancedigital.gob.es/es-es/Servicios/InformeUniversal/Paginas/ConexServTelefyBA.aspx\" title=\"Más información sobre el abono social.  (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "229d86f3894d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-50e78f85"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://avancedigital.gob.es/es-es/Servicios/InformeUniversal/Paginas/Medidasespecificas.aspx\" title=\"Información sobre estas prestaciones (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2bee256262e4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2c6246c4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" alt=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" href=\"https://www.consumoresponde.es/temas/telefonia_e_internet\" coords=\"202,179,208,183,224,195,231,193,247,193,251,190,260,191,267,189,274,197,271,203,278,206,286,211,286,216,291,226,295,227,289,240,283,248,277,243,271,244,268,250,261,247,249,247,247,249,240,247,228,247,221,248,212,256,206,255,197,260,194,267,191,267,188,271,177,267,170,259,172,255,166,248,167,244,155,232,144,229,138,229,138,222,136,217,141,208,146,203,151,201,151,197,163,204,166,203,172,206,179,203,182,199,186,202,191,198,190,191,195,185,202,180\" target=\"_blank\" shape=\"poly\" id=\"andalucia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e10f5818a69",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e2ab8c4a"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" href=\"https://www.castillalamancha.es/gobierno/haciendayaapp/estructura/dgftnt/actuaciones/red-de-puntos-de-inclusi%C3%B3n-digital-de-castilla-la-mancha\" coords=\"314,181,308,178,306,179,301,180,301,184,300,186,301,191,298,194,293,192,289,194,285,195,283,195,277,204,273,203,276,196,268,188,260,189,251,189,246,191,243,191,237,190,236,192,227,192,224,193,213,185,206,180,209,174,210,172,208,169,211,168,211,165,216,164,214,160,215,153,213,153,208,156,202,149,203,144,202,141,199,141,198,138,198,137,198,131,203,132,208,130,213,127,215,129,218,129,222,128,223,127,224,128,229,127,236,130,240,131,241,132,240,133,240,134,236,137,235,139,236,140,241,139,247,134,257,133,259,133,258,126,257,126,257,120,253,115,249,110,248,105,250,100,247,95,250,94,249,92,255,91,262,91,264,92,268,92,270,96,274,98,280,99,284,98,285,95,288,95,292,98,295,101,296,105,298,107,298,112,297,115,294,115,293,118,291,120,293,123,297,126,301,128,303,133,306,136,308,136,307,143,305,146,301,147,300,152,300,156,305,158,310,159,309,164,307,168,309,171,312,173,315,172,316,177,316,181,315,181\" target=\"_blank\" shape=\"poly\" id=\"castillamancha\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5c069e3e01a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-33030649"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" href=\"http://consum.gencat.cat/es/recomanacions/telefonia-i-internet/\" coords=\"353,113,350,111,347,111,345,107,347,103,347,98,347,97,345,95,349,92,350,88,348,84,351,79,348,75,350,72,354,69,355,63,357,58,357,55,358,50,356,45,358,42,356,39,353,37,352,35,354,33,360,34,363,35,367,37,371,37,373,42,373,46,374,47,377,46,380,44,384,45,388,44,388,46,388,49,393,47,394,46,400,47,401,48,404,48,407,45,412,44,415,44,417,44,420,46,421,47,421,48,421,50,416,50,416,52,417,54,418,56,419,56,419,58,420,59,421,62,418,64,413,69,405,74,399,78,395,79,395,83,391,86,383,87,374,91,368,94,363,94,361,99,358,102,357,104,361,108,359,111,355,111,352,112,352,113\" target=\"_blank\" shape=\"poly\" id=\"cataluna\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "134e5d2b9b89",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c68b53be"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" alt=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" href=\"https://consumo.xunta.gal/es/consumidores/artigos/Telefon%C3%Ada\" coords=\"156,64,155,58,160,54,161,53,161,49,160,48,160,46,154,45,153,44,156,35,162,30,161,28,158,27,158,25,160,23,158,19,154,14,156,11,155,8,151,8,147,3,144,2,141,1,137,2,133,1,130,4,126,7,126,13,124,13,120,13,119,15,112,15,111,14,108,16,106,19,102,19,99,24,100,26,102,26,104,33,107,32,105,38,105,42,111,38,110,43,109,45,111,46,112,49,110,54,108,57,108,61,108,64,113,60,115,57,120,57,126,56,127,59,125,64,126,67,129,67,132,64,133,66,137,65,141,67,147,68,151,66,151,63,152,62\" target=\"_blank\" shape=\"poly\" id=\"galicia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e443f3d8877",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-66de27d8"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" href=\"https://www.comunidad.madrid/servicios/consumo/telefonia-e-internet-0\" coords=\"229,125,225,127,222,125,219,128,217,128,219,123,224,120,225,115,226,112,228,112,230,109,232,107,234,107,235,102,237,101,240,101,240,98,243,97,244,95,246,96,248,99,248,102,247,106,248,111,253,117,256,122,255,127,257,127,257,132,246,133,239,139,236,138,243,133,243,131,236,129,228,125,229,125\" target=\"_blank\" shape=\"poly\" id=\"madrid\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0f16b919fed",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9452f326"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" alt=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" href=\"https://www.kontsumobide.euskadi.eus/kon-telefonia-e-internet/webkon01-servicios/es/\" coords=\"253,19,253,22,255,22,256,24,257,25,257,29,261,31,262,32,259,34,257,34,256,35,258,37,259,38,261,40,264,40,264,39,264,37,267,37,270,38,271,40,272,42,274,42,277,41,277,38,279,36,278,33,279,31,283,30,284,27,285,25,286,25,286,22,289,20,290,18,290,17,287,18,283,20,277,20,270,16,264,15,261,15,259,17,255,18,253,19\" target=\"_blank\" shape=\"poly\" id=\"vascongadas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d45af97f5787",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-472d3aa1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.consumoresponde.es/temas/telefonia_e_internet\" title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"andalucia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c564aa1b833f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5741a4b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.castillalamancha.es/gobierno/haciendayaapp/estructura/dgftnt/actuaciones/red-de-puntos-de-inclusi%C3%B3n-digital-de-castilla-la-mancha\" title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillamancha\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3b4d285af80",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-95bb1179"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://consum.gencat.cat/es/recomanacions/telefonia-i-internet/\" title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cataluna\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bec82ca47361",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f59080cd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://consumo.xunta.gal/es/consumidores/artigos/Telefon%C3%Ada\" title=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"galicia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c2a4c77b2a9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-969934b3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.comunidad.madrid/servicios/consumo/telefonia-e-internet-0\" title=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"madrid\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "20166aec9f8e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42a0e06b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.kontsumobide.euskadi.eus/kon-telefonia-e-internet/webkon01-servicios/es/\" title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"vascongadas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d352f0a4b5cd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-81382731"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h4 class=\"t-fs-13\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b1c6e5334b0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b4ff75ed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab3cec0d1e23",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2c31751c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d3e00ce7c35",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fe75f54d"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c97dda46862",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45b2185576af",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5976a683"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "66d4d96bd789",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b017c3f0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4601ed79348b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-85022af9"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDeCookies.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6427324661dc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f9d7338e"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c852fb5da09",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "019b125e767c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 4101,
        "uniqueFailedCount": 99,
        "duplicateFailedCount": 18,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 18
    },
    {
      "submittedUrl": "https://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": 11862,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1189,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 3
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3231,
          "failed": 83,
          "cantTell": 69,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_accessiblename_exists",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "heading_content_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a459c68230d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0acd85c8f528",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac7897bd6838",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "07f6113ba533",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a59cd1a1879",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4dea7d2e4afa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28f6827ac381",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1304c802b34",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb02b50bb101",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8c691d4b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ee60dbecfab",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67b7573a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df593ed75887",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ab67822c3d2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dbc11a04"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d7ed2907dec",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a6246b326c1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2015bbc559d7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9185f22f5566",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2f6800337ec",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f49893a057f2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f708d8aa1f9d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3121291e2c3d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "083b4d8a63c2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "557ba77bb02e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75e497ac84eb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c6b9ca024f2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0883824afdb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb61e48c61e6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40279d7529b0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba40b857ee61",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "216d65b4f05f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0ab1a91fb64",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1ad9ea9dff0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dce9f2c7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "536eb328c035",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ee5a3617"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fab504505424",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8bea4664"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ciudadanos\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "92e5a6bbd78f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-964745ca"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Viajes\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d162c2935f10",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5a85bb2f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Derechos de los pasajeros\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2bfd4b7abef6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d36aa28a"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Última actualización: 16-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf9de9b338dc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fab27f57251c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e3439a4b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/autobus.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2bd058d3ddf6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ace28cbb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/tren.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5f0eecf362a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cd9030ad"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/avion.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e6354670128",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-77d0a4c8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados.html#-2f2dc05d644f\" title=\"Ir a Derechos de los pasajeros en los viajes combinados y servicios de viaje vinculados\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1fcf39bf1cf5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-adb967c1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados.html#-ff957d465f74\" title=\"Ir a ¿Qué es un servicio de viaje? \">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12f20422e687",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-345fe74c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados.html#-92fed4701c20\" title=\"Ir a ¿Qué es un viaje combinado?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c05a5e56af5b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b09f9e74"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados.html#-90ff4e34ce96\" title=\"Ir a Obligaciones de información y contenido del viaje combinado\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f11dbd5ab104",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dd02fe3c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados.html#-5d4e31f19cfb\" title=\"Ir a Modificaciones o terminación del contrato de viaje combinado\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2dda8d7057c8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-479ca8cd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados.html#-e29f1e2a04c6\" title=\"Ir a Protección de los viajeros (fórmulas alternativas o indemnización por daños y perjuicios)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cba5a4ada798",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-30bcf40a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados.html#-c35a7babe59f\" title=\"Ir a ¿Qué es un servicio de viaje vinculado?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "68b4292a5340",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-76bb93ff"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados.html#-87f5da3098d3\" title=\"Ir a Información clara y exacta en los servicios de viaje vinculados\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1854ce924469",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7db5dbcc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados.html#-e06eadb71730\" title=\"Ir a Protección frente a la insolvencia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "16780ec8a429",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4d6c00f3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados.html#-dbfc0c920126\" title=\"Ir a Información por Comunidades Autónomas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d37320380e39",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f14013b5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados.html#-f8409482cf3f\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e8e0638303a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c47e8a8e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados.html#-665d8b11adc9\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f92d71a83c32",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-80eff0d5"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h3 class=\"subtitulo\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c672717f798",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f822838b"
          },
          {
            "rule": "aria_accessiblename_exists",
            "xpath": null,
            "html": "<h3 class=\"subtitulo\">",
            "message": "Element <h3> with \"heading\" role has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96cf45e6da92",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b7d7032c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd974e2368c3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" href=\"https://web.gencat.cat/es/tramits/tramits-temes/Presentacio-de-la-declaracio-responsable-de-garantia-de-viatges-combinats-i-serveis-de-viatges-vinculats?category=730e9680-a82c-11e3-a972-000c29052e2c\" coords=\"353,113,350,111,347,111,345,107,347,103,347,98,347,97,345,95,349,92,350,88,348,84,351,79,348,75,350,72,354,69,355,63,357,58,357,55,358,50,356,45,358,42,356,39,353,37,352,35,354,33,360,34,363,35,367,37,371,37,373,42,373,46,374,47,377,46,380,44,384,45,388,44,388,46,388,49,393,47,394,46,400,47,401,48,404,48,407,45,412,44,415,44,417,44,420,46,421,47,421,48,421,50,416,50,416,52,417,54,418,56,419,56,419,58,420,59,421,62,418,64,413,69,405,74,399,78,395,79,395,83,391,86,383,87,374,91,368,94,363,94,361,99,358,102,357,104,361,108,359,111,355,111,352,112,352,113\" target=\"_blank\" shape=\"poly\" id=\"cataluna\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a63b0eea26e4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-01a9c10a"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" href=\"https://www.comunidad.madrid/servicios/consumo/informacion-completa-viajes-combinados-servicios-viaje-vinculado\" coords=\"229,125,225,127,222,125,219,128,217,128,219,123,224,120,225,115,226,112,228,112,230,109,232,107,234,107,235,102,237,101,240,101,240,98,243,97,244,95,246,96,248,99,248,102,247,106,248,111,253,117,256,122,255,127,257,127,257,132,246,133,239,139,236,138,243,133,243,131,236,129,228,125,229,125\" target=\"_blank\" shape=\"poly\" id=\"madrid\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69391bcbebdc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8cc53e63"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" alt=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" href=\"https://www.kontsumobide.euskadi.eus/entrada-blog/2024/viajes-combinados-que-debes-tener-en-cuenta/webkon01-kb2contm/es/\" coords=\"253,19,253,22,255,22,256,24,257,25,257,29,261,31,262,32,259,34,257,34,256,35,258,37,259,38,261,40,264,40,264,39,264,37,267,37,270,38,271,40,272,42,274,42,277,41,277,38,279,36,278,33,279,31,283,30,284,27,285,25,286,25,286,22,289,20,290,18,290,17,287,18,283,20,277,20,270,16,264,15,261,15,259,17,255,18,253,19\" target=\"_blank\" shape=\"poly\" id=\"vascongadas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9cb7c5051fda",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ea64934e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://web.gencat.cat/es/tramits/tramits-temes/Presentacio-de-la-declaracio-responsable-de-garantia-de-viatges-combinats-i-serveis-de-viatges-vinculats?category=730e9680-a82c-11e3-a972-000c29052e2c\" title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cataluna\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c5c4b667bc8b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6fc1e215"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.comunidad.madrid/servicios/consumo/informacion-completa-viajes-combinados-servicios-viaje-vinculado\" title=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"madrid\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "92a72694bd50",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4506b426"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.kontsumobide.euskadi.eus/entrada-blog/2024/viajes-combinados-que-debes-tener-en-cuenta/webkon01-kb2contm/es/\" title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"vascongadas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "244f47f161af",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9cdf6d2a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a22159b3f00",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2c31751c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43b86dfe5216",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fe75f54d"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3e168d7d58e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ba77542c8c6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5976a683"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ab61b3c6525",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b017c3f0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f636e5d0530",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-85022af9"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDeCookies.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a83e74bd6caa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f9d7338e"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5c0441974b9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65e4609bafae",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3337,
        "uniqueFailedCount": 71,
        "duplicateFailedCount": 12,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 12
    },
    {
      "submittedUrl": "https://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": 12994,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-bc1a2c8e"
          }
        ],
        "outcomeCount": 1148,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 17
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2939,
          "failed": 68,
          "cantTell": 49,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_keyboard_handler_exists",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b80ecd21297",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c6908e0ed39e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc3b14defef5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59b328203b6c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9faabdbf6122",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dfe84255d68c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cdcce40369a7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca64c3ec8dc5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8500ed44b607",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8c691d4b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b74737fd4ab",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67b7573a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f55cea846b9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef056a985d89",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dbc11a04"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "acb8486ea0c6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9105a019ed02",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4d72979b3d3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8d924ed0045",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3fbaa66aaea",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0413e25233db",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "429f66978e2c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1f3bba0f3a3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7e17227d28d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "374bb1aa5e4f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc4fd5f55de4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fbfd0b26c999",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d37598304df6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e9642794392",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a16ba81db7e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94b220593e17",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "58282fd7439a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8fb41e52ecd9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b4e14fcdd9cf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dce9f2c7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff6bc9e0b1b6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ee5a3617"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ff0f66e85cf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8bea4664"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ciudadanos\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7386f8a76fbb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-964745ca"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Vehículos\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9480d02d83c2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c9305b9f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Última actualización: 01-04-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60b446087935",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/traslado.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db32d45768de",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-58bfc7aa"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/tarjeta-aparcar-movilidad-reducida.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b251910b8018",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-611cded6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13e1233d60ae",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a85fd544"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2abe1820eb33",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-61ab78f6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "56ebe1e9a41f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c29b0c88"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/itv.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c67339258e6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ee99b099"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/normas-trafico-viales.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e206c08064bb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1423fd93"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa.html#-e3da83c86d3c\" title=\"Ir a Importar vehículo de la Unión Europea (UE) a España\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31cc2a3f805f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-56a55b3c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa.html#-0e596e2b80e9\" title=\"Ir a Exportar un vehículo español a un país de la UE\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "394e6f614f0d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3eeac9db"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa.html#-33f2b486bf10\" title=\"Ir a Más información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "923836dd06f4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-eb99ae2c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa.html#-e1595f809a05\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50e0ddd17bdb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b37ac301"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa.html#-6c8e7f201f78\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ff628d60dfa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-97b1af0c"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" data-fn=\"accordion\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8b041345a77",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-52ceb950"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b93ee762b872",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede-pro.dgt.gob.es/es/vehiculos/altas-bajas-y-rehabilitacion/baja-por-exportacion/\" title=\"baja definitiva del vehículo por exportación (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4854627f3fb8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-74deb158"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede-pro.dgt.gob.es/es/vehiculos/matriculaciones-de-vehiculos/matricula-temporal-placas-verdes/\" title=\"Matricularlo temporalmente con unas placas verdes  (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "853cec4a5742",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dcb1764a"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" data-fn=\"accordion\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a459ba3db592",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2c31751c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b823469f466b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fe75f54d"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "57466bab70f3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "484dbc74f08d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5976a683"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8b47c63b728",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b017c3f0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dfecf741177a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-85022af9"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDeCookies.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6fb56d2c18a2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f9d7338e"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59763db5813a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5745b6522a31",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3025,
        "uniqueFailedCount": 61,
        "duplicateFailedCount": 7,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 7
    },
    {
      "submittedUrl": "https://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": 12737,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1070,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 6
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2939,
          "failed": 82,
          "cantTell": 64,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed3fdeddf048",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5c061098195",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ccafb3671b9f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91365d1abaac",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0a2be3604ae",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f52de5ba183",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b80a18803fa3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8811bb95e895",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa5516cce0dc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4113767e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09aeaf508f23",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42cdd4c9"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b680cee8e791",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93df9339178d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0e5d1242"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b595eb414b80",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22404af1d6d3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7fbed8f62353",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2516613b94b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df4fbd94f253",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48274b46beee",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2a719d1c6d8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce32d0423fce",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5420ee9f5f13",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c11bf97a8780",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37cc60271a67",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04c304978e70",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69e69688f1b1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "02499876b2c3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ebf69dc1eacb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a5ade15d349",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f66dd57a321",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "112a3ac664ce",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/eu/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6ded466e98e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3d4a4cb9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/eu/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "74114ed894f5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e7215823"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5179788a810b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5c8e457"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ciudadanos\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "792dc66e57cc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7336c38b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Asistencia sanitaria\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "349bd9803df8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ec9cee15"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Azken eguneraketa: 25-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e693a75287c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/tratamiento-medico.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ae8e6465f3a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b2f3aebe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "63a615485066",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5eb0500"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/prevencion-salud.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d13a77140bb8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-583666ce"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1fd49ea92798",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-61d59a35"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "995b4deef9cc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bad7783d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE.html#-40bd9eff7180\" title=\"Ir a Derechos y obligaciones\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e4c04bf4e7b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f42299b7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE.html#-efff0e554038\" title=\"Ir a La Tarjeta Sanitaria Europea\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e524b17f3241",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-453f5ad2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE.html#-a101e722e0d5\" title=\"Ir a Cómo solicitar la Tarjeta Sanitaria Europea\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fed3317503bb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-811e3327"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE.html#-498897155dd3\" title=\"Ir a Enlaces de interés\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67d63a98b4fc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0bdeb1f1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE.html#-a71a6840fcc2\" title=\"Ir a Información por Comunidades Autónomas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34eaf6d8762a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-888e24f0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE.html#-8f9d731fe864\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "219fa33456ca",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0cd2679b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE.html#-0787bcaaba62\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4bada37bfeee",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-819b3430"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73a662c0f85a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.seg-social.es/wps/portal/wss/internet/Trabajadores/PrestacionesPensionesTrabajadores/10938/11566/1761\" title=\"<u>La Tarjeta Sanitaria Europea</u> (TSE) (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aadf9a481b38",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a41cdd24"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b88c840a481f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f459bb78"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/tratamiento-medico.html\" title=\"Aquí puedes consultar más información sobre este supuesto. (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94e83bfe4b29",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7e862702"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://prestaciones.seg-social.es/servicio/tarjeta-sanitaria-europea-certificado-provisional-sustitutorio.html\" title=\"Tarjeta sanitaria europea y certificado provisional sustitutorio (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8cbf616c1c9e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be196da8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.seg-social.es/wps/portal/wss/internet/Trabajadores/PrestacionesPensionesTrabajadores/10938/11566/1762\" title=\"solicitar el Certificado Provisional Sustitutorio (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ccfe491b97f3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fd515d58"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://ec.europa.eu/social/main.jsp?catId=1021&langId=es&intPageId=1754\" class=\"ppg-link ppg-link--black\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Desplazarse y trabajar en Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f39e9dadf846",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-17dd7d39"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" alt=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" href=\"https://www.juntadeandalucia.es/organismos/saludyconsumo/areas/sistema-sanitario/centros-servicios/paginas/asistencia-stu.html\" coords=\"202,179,208,183,224,195,231,193,247,193,251,190,260,191,267,189,274,197,271,203,278,206,286,211,286,216,291,226,295,227,289,240,283,248,277,243,271,244,268,250,261,247,249,247,247,249,240,247,228,247,221,248,212,256,206,255,197,260,194,267,191,267,188,271,177,267,170,259,172,255,166,248,167,244,155,232,144,229,138,229,138,222,136,217,141,208,146,203,151,201,151,197,163,204,166,203,172,206,179,203,182,199,186,202,191,198,190,191,195,185,202,180\" target=\"_blank\" shape=\"poly\" id=\"andalucia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca8c15ea17e9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3763a104"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" href=\"https://www.tramitacastillayleon.jcyl.es/web/jcyl/AdministracionElectronica/es/Plantilla100Detalle/1251181050732/Tramite/1252045721206/Tramite\" coords=\"159,122,158,118,159,115,159,107,159,102,156,97,160,97,162,93,165,90,168,89,172,85,176,80,176,76,173,75,169,74,167,73,168,70,168,65,165,65,162,64,157,64,156,59,162,54,163,50,161,48,161,45,155,44,157,37,162,31,172,30,173,27,177,27,183,27,186,30,190,30,190,27,195,28,205,26,211,22,214,27,217,29,223,28,227,32,230,37,237,39,240,37,237,32,235,31,239,27,244,24,250,25,254,23,256,25,256,29,261,32,258,33,255,32,253,32,254,36,255,37,257,38,260,40,260,43,257,44,256,46,257,49,257,57,257,60,261,64,264,64,266,62,268,65,271,65,273,62,277,61,280,62,282,66,287,67,289,70,290,73,291,76,287,79,287,86,283,85,281,89,282,93,284,94,283,97,276,97,271,95,269,91,264,91,263,89,258,90,254,90,248,91,248,94,245,94,243,94,242,96,240,96,239,96,239,100,236,100,234,102,233,106,231,106,227,111,224,111,223,120,218,122,216,128,214,125,211,126,208,129,206,130,201,131,198,130,197,124,196,125,190,126,186,121,184,121,181,123,176,116,173,116,163,123,158,123,158,122\" target=\"_blank\" shape=\"poly\" id=\"castillaleon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10ac5f3ab7d4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-acf27363"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" alt=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" href=\"https://saludextremadura.ses.es/web/asistencia-sanitaria-transfronteriza-en-la-u-e\" coords=\"214,154,208,157,201,149,202,144,201,142,198,142,197,139,196,138,197,130,196,126,190,127,185,122,181,124,175,117,163,124,153,125,153,128,156,131,156,136,153,142,153,145,138,145,143,151,145,159,148,163,152,164,153,168,145,178,144,184,142,186,147,196,153,196,164,203,165,202,172,204,178,202,180,199,183,198,187,200,189,198,188,191,200,179,202,178,206,178,209,172,207,169,210,167,210,164,214,163,213,160,214,157\" target=\"_blank\" shape=\"poly\" id=\"extremadura\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f2dd18ce7d8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b5f3e718"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" alt=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" href=\"https://www.sergas.es/Tarxeta-sanitaria/Que-levar-cando-viaxamos?idioma=es\" coords=\"156,64,155,58,160,54,161,53,161,49,160,48,160,46,154,45,153,44,156,35,162,30,161,28,158,27,158,25,160,23,158,19,154,14,156,11,155,8,151,8,147,3,144,2,141,1,137,2,133,1,130,4,126,7,126,13,124,13,120,13,119,15,112,15,111,14,108,16,106,19,102,19,99,24,100,26,102,26,104,33,107,32,105,38,105,42,111,38,110,43,109,45,111,46,112,49,110,54,108,57,108,61,108,64,113,60,115,57,120,57,126,56,127,59,125,64,126,67,129,67,132,64,133,66,137,65,141,67,147,68,151,66,151,63,152,62\" target=\"_blank\" shape=\"poly\" id=\"galicia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46fb3e6802c4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b6d0ee5e"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" alt=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" href=\"https://www.kontsumobide.euskadi.eus/webkon00-kb2contm/es/contenidos/noticia/20190401_tarjeta_sanitaria_eur/es_def/index.shtml\" coords=\"253,19,253,22,255,22,256,24,257,25,257,29,261,31,262,32,259,34,257,34,256,35,258,37,259,38,261,40,264,40,264,39,264,37,267,37,270,38,271,40,272,42,274,42,277,41,277,38,279,36,278,33,279,31,283,30,284,27,285,25,286,25,286,22,289,20,290,18,290,17,287,18,283,20,277,20,270,16,264,15,261,15,259,17,255,18,253,19\" target=\"_blank\" shape=\"poly\" id=\"vascongadas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af482ade2bd8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-713efef4"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" alt=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" href=\"https://www.riojasalud.es/ciudadanos\" coords=\"263,63,259,61,258,51,258,46,259,44,261,43,264,44,266,44,269,47,270,49,272,47,275,47,277,49,278,50,282,51,285,53,287,52,289,56,291,58,292,57,291,61,289,60,289,64,289,66,287,66,283,65,282,62,282,61,278,60,274,59,273,61,272,62,271,64,268,64,266,61,265,61\" target=\"_blank\" shape=\"poly\" id=\"rioja\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e9c66c99c46",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e65732de"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.juntadeandalucia.es/organismos/saludyconsumo/areas/sistema-sanitario/centros-servicios/paginas/asistencia-stu.html\" title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"andalucia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7959905b910e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-879697ca"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.tramitacastillayleon.jcyl.es/web/jcyl/AdministracionElectronica/es/Plantilla100Detalle/1251181050732/Tramite/1252045721206/Tramite\" title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillaleon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c65d6cfa632",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-406c0003"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://saludextremadura.ses.es/web/asistencia-sanitaria-transfronteriza-en-la-u-e\" title=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"extremadura\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90fcfb3996aa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1e235bdb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.sergas.es/Tarxeta-sanitaria/Que-levar-cando-viaxamos?idioma=es\" title=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"galicia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9edf47b269ad",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-218fe1e7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.kontsumobide.euskadi.eus/webkon00-kb2contm/es/contenidos/noticia/20190401_tarjeta_sanitaria_eur/es_def/index.shtml\" title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"vascongadas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "977a2a940c99",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-414327bc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.riojasalud.es/ciudadanos\" title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" class=\"comunidadlast selected\" name=\"rioja\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eaaa7979fe2c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ccfc7d91"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https :// europa.eu/youreurope/search/index _ es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24d6eb6b44b8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a734cd16"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https :// europa.eu/youreurope/search/index _ es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8542d83bb7f7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6c2a4e71"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5524fe329a07",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d2f6816622ba",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e036dea6"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1e228861bea",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a8232067"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db92385cf94d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7eaab86e"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c57ea9e04db4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "794b33319a51",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3051,
        "uniqueFailedCount": 75,
        "duplicateFailedCount": 7,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 7
    },
    {
      "submittedUrl": "https://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": 11638,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1225,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 9
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3296,
          "failed": 80,
          "cantTell": 64,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_accessiblename_exists",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "heading_content_exists",
          "heading_markup_misuse",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4c12f7eeb4e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "20ae94901cc3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3e8a2012e40",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0108dcbe339f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "66950acf6522",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8db019d2258",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f72fa2f4d728",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "677de5bff2a2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de057ad0b694",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-869f4634"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa8d3eea105b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bb0ff2d9"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24e5bce9353f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dac62b4cac71",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-328af5e9"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b986c73d4fbd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4569e4ac552",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5bab7e3241ba",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e30b9dedff20",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Citizen services and information\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c49ce10e6c14",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6208b776"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a78b6fcf452",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ff02057474c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public employment\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "49a3b4eb1d1e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a8bd358"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ad29aefdc99",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba6fa5fd6e77",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Aids\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "347e9f91866c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8584a03c"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f126dd012a1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "279f35aa0106",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Procedures\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8de2662217f2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bdc54f1a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a87ae2febfc2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "baa3b2c96bf3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public administration and State\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6778e58521f3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be097936"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Your European Space\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0bea9de38d4d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b863f69c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/en/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5799e0be150",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-380c0608"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your European Space\" href=\"/pag_Home/en/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5483855106a4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e8424793"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your rights and obligations in the EU\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c80f11b62433",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-13ccfb80"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Citizens\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa148ea0d989",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-00559bb3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Travel\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b4d84dff9c9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a5d9953c"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Last update 09-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51b34eb66905",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0714131547a2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5a62a2b4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36d5ecf3fe1e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-20da7b3e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/movilidad-reducida.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ebfdc1b716a1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8b7cd15e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd6a9a377508",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-de0b640e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales.html#-42f0c55d1667\" title=\"Ir a Travelling with your pet. Dogs, cats and ferrets\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "62860c264c5c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b4845165"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales.html#-d05ee14dd092\" title=\"Ir a Travelling with your pet. Birds.\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d615ba08752",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-87f4158f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales.html#-956a44b44a9a\" title=\"Ir a Travelling with your pet. Other species\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8d2fa0eb3eb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-670048af"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales.html#-553005dafe9f\" title=\"Ir a Useful links\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac55f815687a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e3da6f8f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales.html#-d232e3e3a9e1\" title=\"Ir a Información por Comunidades Autónomas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28765d7e2e95",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f4687ef2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales.html#-ff19cfd72761\" title=\"Ir a Legal and/or technical references\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30ba9c1ab3ed",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ab0d6426"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales.html#-f6a4266895bb\" title=\"Ir a Authority responsible for the information\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dfb995761c68",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-33135616"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'Travelling to Spain from an EU country' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "775e378acbfb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-94d3c6bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://www.mapa.gob.es/es/ganaderia/temas/comercio-exterior-ganadero/introenespperrosgatoshuronesdeotroseemm_2_tcm30-379813.pdf\" title=\"annex I of the Instruction (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9cc5c795cce4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f68355b5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f7cf7994088",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://www.mapa.gob.es/es/ganaderia/temas/comercio-exterior-ganadero/certificado_sanitario_introduccion_espana_aves_compania_tcm30-380422.pdf\" title=\"certificate issued by a vet and compliant with the INTRA-2 template (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a94fb568ba6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-66917c3f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32016R0429\" title=\"Regulation (EU) 2016/429 (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "281fa119b9fb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-600f117c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://ec.europa.eu/food/animal/liveanimals/pets/nat_rules_dogscatferret_en.htm\" title=\"link to a page on the European Commission website (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be7b4c44994f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6348234"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h3 class=\"subtitulo\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e4234760ca7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f822838b"
          },
          {
            "rule": "aria_accessiblename_exists",
            "xpath": null,
            "html": "<h3 class=\"subtitulo\">",
            "message": "Element <h3> with \"heading\" role has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fabcc42f7dbf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b7d7032c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.mapa.gob.es/es/ganaderia/temas/comercio-exterior-ganadero/certificadosanitarioparalaintroduccionenespanadereptilescomoanimalesdecompania_tcm30-104917.PDF\" title=\"INTRA certificate for bringing reptiles into Spain as pets. (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04a53e0f185b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-80e62986"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.mapa.gob.es/es/ganaderia/temas/comercio-exterior-ganadero/certificadosanitarioparalaintroduccionenespanadeotrosanimalesdecompania_tcm30-104918.pdf\" title=\"INTRA certificate for bringing other pets into Spain. (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd2c6d8ec575",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c0097f56"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h3 class=\"subtitulo\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_accessiblename_exists",
            "xpath": null,
            "html": "<h3 class=\"subtitulo\">",
            "message": "Element <h3> with \"heading\" role has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://ec.europa.eu/food/animals/pet-movement/ms-websites_en\" title=\" link to a page on the European Commission website (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf78d84e0f11",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b787c3a2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" alt=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" href=\"https://www.aragon.es/-/animales-de-compania\" coords=\"291,65,289,67,291,73,292,75,292,77,288,79,288,87,284,87,282,89,283,92,285,94,287,94,291,96,295,99,297,101,297,104,299,107,299,112,298,116,295,116,294,119,293,122,298,125,301,128,303,128,306,128,308,129,310,131,311,133,308,134,312,135,316,135,320,132,323,129,324,126,327,125,329,123,330,112,329,110,331,110,332,106,335,106,338,107,344,107,345,106,345,103,345,101,346,100,346,97,343,94,346,93,349,90,348,87,346,84,347,82,350,79,347,77,346,75,348,71,353,68,353,64,355,60,355,56,357,52,356,49,355,45,357,42,356,40,352,38,347,39,341,39,340,38,337,40,334,39,330,36,329,35,325,36,321,36,316,31,315,36,312,39,310,42,307,42,305,47,304,49,303,52,301,55,302,59,303,61,303,64,301,67,300,68,294,66,292,65,291,65\" target=\"_blank\" shape=\"poly\" id=\"aragon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "586b1e65d12e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9c6afc82"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" alt=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" href=\"https://www.euskadi.eus/pasaporte_animales/web01-a2nekabe/es/\" coords=\"253,19,253,22,255,22,256,24,257,25,257,29,261,31,262,32,259,34,257,34,256,35,258,37,259,38,261,40,264,40,264,39,264,37,267,37,270,38,271,40,272,42,274,42,277,41,277,38,279,36,278,33,279,31,283,30,284,27,285,25,286,25,286,22,289,20,290,18,290,17,287,18,283,20,277,20,270,16,264,15,261,15,259,17,255,18,253,19\" target=\"_blank\" shape=\"poly\" id=\"vascongadas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c6c267d3dedd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7eaa40d7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.aragon.es/-/animales-de-compania\" title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"aragon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36a30c1f84ad",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-637fa663"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.euskadi.eus/pasaporte_animales/web01-a2nekabe/es/\" title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"vascongadas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b86f16c1c360",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a71a4291"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h4 class=\"t-fs-13\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c84c00311759",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b4ff75ed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95fbfce22482",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f37f791c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec08aef0195b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ce07da9a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cae84e41b511",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76381a5ed7bf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e27dde0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "92c93c7d449e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fa9b5cd2"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cea1758a744d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64dcc439a160",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3408,
        "uniqueFailedCount": 70,
        "duplicateFailedCount": 10,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 10
    },
    {
      "submittedUrl": "https://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": 13113,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 910,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2451,
          "failed": 57,
          "cantTell": 35,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ffb1adf8666e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa86d68c530f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d938170bc016",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fcbae0687e5e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75583e950ed3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2dc4768d6ce",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2ccb081eecf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87f5a7887379",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8dc0c95efc33",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-869f4634"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4504c0242f17",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bb0ff2d9"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "947a5b372b05",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a67e631e9778",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-328af5e9"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04597d18528d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e52506a8f9b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b49e7039b880",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2e3e4313192",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Citizen services and information\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "702b8c41cb83",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6208b776"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e42e474caf0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8edf4eb93d1b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public employment\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b148b79331cc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a8bd358"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b2b5a98a8b2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0185e6390b11",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Aids\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "715e61e5310b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8584a03c"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af2876c52d43",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad864f0ff7ef",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Procedures\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78f2f216595c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bdc54f1a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c58ce224bad2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fef6c5d5bf47",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public administration and State\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "815d3688a452",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be097936"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Your European Space\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c281718f8b71",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b863f69c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/en/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e34e868f4a4a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-380c0608"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your European Space\" href=\"/pag_Home/en/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc56d4bb6dd4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e8424793"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your rights and obligations in the EU\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b1df4fb574d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-13ccfb80"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Citizens\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5e042784709",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-00559bb3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Residence\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6e74b407551",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dca9f915"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Last update 24-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1602f1134707",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa42c878ec47",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d4729eff"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/compraventa-bienes-inmuebles.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3b6de22093b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6b9b9c4d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2fb17f9f3480",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2ead019c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e23210359408",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-83ce2deb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b4d8a9a0df1a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cb180828"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a78ac3b2834",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1b5c462"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia.html#-2d191e21a3fc\" title=\"Ir a Stays of less than three months: mandatory documentation\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4254a0860f0b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1d928ef2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia.html#-16ace90a3f97\" title=\"Ir a Reporting presence for short stays of less than three months\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22cbdbdaaa32",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9ac607fa"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia.html#-491cab786021\" title=\"Ir a Legal and/or technical references\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c60de0ce558",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-abd5a6b3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia.html#-5b9acf75907c\" title=\"Ir a Authority responsible for the information\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "edd075050cd2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-018908fb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95603a867579",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f742b0931e3d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f37f791c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9baefd6ec208",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ce07da9a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc0fc3abbcae",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29211f9cf6a8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e27dde0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37b5a3a311aa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fa9b5cd2"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4042a6e60225",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f168eef5e1ab",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2520,
        "uniqueFailedCount": 54,
        "duplicateFailedCount": 3,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 3
    },
    {
      "submittedUrl": "https://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": 10399,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1027,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 4
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2765,
          "failed": 64,
          "cantTell": 45,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0c475c627dd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23df4d2e89dd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f7760f72811",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc192022bbc3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dfd0a798be1b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e6647026d73",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c93a156cd16c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19ad6eb60e70",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c598befd7c66",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-220e23dc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc828e3a4286",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a953ef6"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "726e9c949429",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6373d5aca06c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c8cf4398"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d2d5bdb764a4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6002440081c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f2fb9fecfb7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb0ca62740ad",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9115958fcf25",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95a988fd2b40",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6337a8dfc7b4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7008fac86a6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "595030081db2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "237df1a84099",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7457322826c5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cdd25b803919",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71be6cfd1e18",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "569df758954e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5af1d90151d4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ad6359cd8e1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ddbfd849c89",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96836369c6bf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/ca/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc5aa469f37d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8568a627"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/ca/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7a731aec36c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-02b98b18"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7fb3e4d5155f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ede7c402"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ciudadanos\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b9d21fc0295",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4ffe28e1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Trabajo y jubilación\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ad3e8fe0f64",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-27d761f2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Fiscalidad\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "235a7731b3cc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16299291"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Última actualització: 20-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c97c171a6e4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/impuesto-renta.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ef32ebcc85e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a48147d6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70c39fc10a19",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fd81f7dd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "886dc12dba17",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2282d9f2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de92419c67cb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-95cc6451"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion.html#-d32ac0771a37\" title=\"Ir a Aplicación de un convenio para evitar la doble imposición \">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "485532206aaa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3e4f0869"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion.html#-1b838c705c1b\" title=\"Ir a Personas físicas y entidades residentes con rentas extranjeras\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0da902dd699",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0b672385"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion.html#-9222066fe75d\" title=\"Ir a Personas físicas y entidades no residentes con rentas en España\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1720f3618abe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6d564fed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion.html#-e2bcc7ef849b\" title=\"Ir a Recursos y reclamaciones contra liquidaciones tributarias\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eade978c8018",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1b98fbdd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion.html#-6ccf5f85bcda\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eebe992e2ee5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2be70362"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion.html#-9b43b0b1ec39\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e4421b8fe0c1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2d259d2e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30d4e8ae571c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.agenciatributaria.gob.es/Sede/no-residentes/irnr-sin-establecimiento-permanente/disposiciones-comunes-convenios.html\" title=\"Pautas generales sobre tributación de diferentes tipos de rentas obtenidas en España por no residentes en caso de convenio (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a5d9d7b6c8d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6358fed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2003-23186&p=20200617&tn=1#a222\" title=\"artículos 222 y siguientes de la Ley General Tributaria (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be9d7392c51b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b262dfe7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.agenciatributaria.gob.es/Sede/recursos-reclamaciones-otros-procedimientos-revision-suspensiones.html\" title=\"sede electrónica de la Agencia Tributaria (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0792a376558",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e83e90cb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b1619d6c257",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2c31751c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "abc93aedc6ba",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fe75f54d"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4204f2d6d9d8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "daac65e55712",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9cc7d445"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "484215861f9e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d2b3bc9d"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9596cd18558b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e7d5a3a20a9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2845,
        "uniqueFailedCount": 58,
        "duplicateFailedCount": 6,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 6
    },
    {
      "submittedUrl": "https://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": 11434,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1180,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 3
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3375,
          "failed": 100,
          "cantTell": 87,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "712264c53978",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c516475ea7f5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "670b08305c30",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8a7839d79fb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca4d34cf6e68",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "481141135927",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dfc8f2f3a397",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d841a6b08f4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "859c47f38d3c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4113767e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4ef0de37f6d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42cdd4c9"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1622e6325551",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d8975b4a436",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0e5d1242"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7b88d726b9c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "68bf65b18230",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5198a936579d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61ed3ac519b0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78adedb3eef0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "398fb78ea022",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a06faac08606",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de257b6c482f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c23caef2592",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "02934039815b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2390acc2a026",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b8d369cb0c9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11a64a3d2d8a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3b6c974d035",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69d5a2282432",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "400a2b5732bd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b0266b3dec7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e546d9dc89b3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/eu/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aea23c1d7069",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3d4a4cb9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/eu/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90a018eb75ab",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e7215823"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ea7fdc98285",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5c8e457"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Empresas\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f5a5c06957a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6e70a0a7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Puesta en marcha, gestión, cierre\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "583ad7a39384",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-40a593c6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Propiedad industrial e intelectual\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "572465d31d54",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5b35bc50"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Azken eguneraketa: 28-04-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ec4f31f84ed",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/propiedad-intelectual.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "caceb36b3d53",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa2e9562"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "324488ecaa43",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d1dac6b1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c3d66dcadf48",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-477128cd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e8066a4ee63",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c4096ed2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen.html#-84bfda450130\" title=\"Ir a Qué es una Denominación de Origen Protegida, una Indicación Geográfica Protegida y una Especialidad Tradicional Garantizada\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fdbf59ec0b3b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2590df31"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen.html#-8b61802d1e7a\" title=\"Ir a Qué consecuencias tiene su registro\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6be9932cb86a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-37d70984"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen.html#-22a5339187af\" title=\"Ir a Quién puede solicitar el registro\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e3a871282a4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-eea5de5f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen.html#-0e3176c9cd03\" title=\"Ir a Dónde se solicita\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "461fe7560579",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f27ca54e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen.html#-5b83671065d8\" title=\"Ir a Quién puede hacer uso de una indicación geográfica o una especialidad tradicional garantizada\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8547d27c6787",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a282a9a3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen.html#-8252c28b7603\" title=\"Ir a Cómo se puede reconocer en el mercado un producto\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47db3ccd59b0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-56bc89d8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen.html#-a7bd19e48d37\" title=\"Ir a Enlaces de interés\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec47afdf6276",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-819ad752"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen.html#-6641540f1ef2\" title=\"Ir a Información por Comunidades Autónomas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7bf0c9e89b6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-883e8215"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen.html#-2fd123168e50\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "85cdb0daa8dc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-99a6dd83"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen.html#-de1491a2636b\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "096c7cdb76b1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2072b1f4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f98d5887a7e3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<li>",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"estilo\", \"tipo\", \"método\", \"pro ... \"imitación\", \"sabor\", \"parecido\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8868030fed48",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4aac82d8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.mapa.gob.es/es/alimentacion/temas/calidad-diferenciada/informacion-interes/\" title=\"órgano competente de la respectiva Comunidad Autónoma (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aed2b7e7de97",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fb35d48c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" alt=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" href=\"https://www.juntadeandalucia.es/organismos/agriculturapescaaguaydesarrollorural/areas/industrias-agroalimentarias/calidad/paginas/denominaciones-calidad.html\" coords=\"202,179,208,183,224,195,231,193,247,193,251,190,260,191,267,189,274,197,271,203,278,206,286,211,286,216,291,226,295,227,289,240,283,248,277,243,271,244,268,250,261,247,249,247,247,249,240,247,228,247,221,248,212,256,206,255,197,260,194,267,191,267,188,271,177,267,170,259,172,255,166,248,167,244,155,232,144,229,138,229,138,222,136,217,141,208,146,203,151,201,151,197,163,204,166,203,172,206,179,203,182,199,186,202,191,198,190,191,195,185,202,180\" target=\"_blank\" shape=\"poly\" id=\"andalucia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4106be6248dc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f13e8457"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" alt=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" href=\"https://www.aragon.es/-/denominaciones-de-origen-protegidas\" coords=\"291,65,289,67,291,73,292,75,292,77,288,79,288,87,284,87,282,89,283,92,285,94,287,94,291,96,295,99,297,101,297,104,299,107,299,112,298,116,295,116,294,119,293,122,298,125,301,128,303,128,306,128,308,129,310,131,311,133,308,134,312,135,316,135,320,132,323,129,324,126,327,125,329,123,330,112,329,110,331,110,332,106,335,106,338,107,344,107,345,106,345,103,345,101,346,100,346,97,343,94,346,93,349,90,348,87,346,84,347,82,350,79,347,77,346,75,348,71,353,68,353,64,355,60,355,56,357,52,356,49,355,45,357,42,356,40,352,38,347,39,341,39,340,38,337,40,334,39,330,36,329,35,325,36,321,36,316,31,315,36,312,39,310,42,307,42,305,47,304,49,303,52,301,55,302,59,303,61,303,64,301,67,300,68,294,66,292,65,291,65\" target=\"_blank\" shape=\"poly\" id=\"aragon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2f051405da3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0dbe095f"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Balears, Illes (Abre en ventana nueva)\" alt=\"Acceso al servicio de Balears, Illes (Abre en ventana nueva)\" href=\"https://www.caib.es/sites/qualitatagroalimentaria/es/informacion/\" coords=\"435,128,429,127,422,128,406,132,401,134,394,137,386,143,354,167,354,170,355,171,356,174,357,176,358,178,359,179,361,180,364,181,368,181,386,173,402,165,428,148,439,140,440,134,438,130,434,128\" target=\"_blank\" shape=\"poly\" id=\"baleares\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc8042145bad",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-27f071fe"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" alt=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" href=\"https://www.gobiernodecanarias.org/agpsa/icca/\" coords=\"9,258,148,315\" target=\"_blank\" shape=\"rect\" id=\"canarias\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "320903d6a32c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0e1a5e93"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" href=\"https://www.alimentosdecantabria.com/denominaciones-de-origen-protegidas-dop\" coords=\"213,23,215,26,217,28,223,27,226,28,228,31,230,34,231,36,236,37,238,37,237,33,234,32,234,29,238,27,242,24,244,23,245,23,250,24,249,21,250,20,252,19,254,17,252,16,249,16,246,13,245,12,242,14,238,14,236,13,232,15,231,16,227,16,222,16,221,18,221,19,218,19,215,20,216,22,215,23,213,22\" target=\"_blank\" shape=\"poly\" id=\"cantabria\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90c0eae48fea",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5e39c67f"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" href=\"https://www.itacyl.es/calidad-diferenciada/dop-e-igp\" coords=\"159,122,158,118,159,115,159,107,159,102,156,97,160,97,162,93,165,90,168,89,172,85,176,80,176,76,173,75,169,74,167,73,168,70,168,65,165,65,162,64,157,64,156,59,162,54,163,50,161,48,161,45,155,44,157,37,162,31,172,30,173,27,177,27,183,27,186,30,190,30,190,27,195,28,205,26,211,22,214,27,217,29,223,28,227,32,230,37,237,39,240,37,237,32,235,31,239,27,244,24,250,25,254,23,256,25,256,29,261,32,258,33,255,32,253,32,254,36,255,37,257,38,260,40,260,43,257,44,256,46,257,49,257,57,257,60,261,64,264,64,266,62,268,65,271,65,273,62,277,61,280,62,282,66,287,67,289,70,290,73,291,76,287,79,287,86,283,85,281,89,282,93,284,94,283,97,276,97,271,95,269,91,264,91,263,89,258,90,254,90,248,91,248,94,245,94,243,94,242,96,240,96,239,96,239,100,236,100,234,102,233,106,231,106,227,111,224,111,223,120,218,122,216,128,214,125,211,126,208,129,206,130,201,131,198,130,197,124,196,125,190,126,186,121,184,121,181,123,176,116,173,116,163,123,158,123,158,122\" target=\"_blank\" shape=\"poly\" id=\"castillaleon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06c2526ce825",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f82e8a4"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" href=\"http://www.turismocastillalamancha.es/de-vinos/denominacion-de-origen-y-pagos/\" coords=\"314,181,308,178,306,179,301,180,301,184,300,186,301,191,298,194,293,192,289,194,285,195,283,195,277,204,273,203,276,196,268,188,260,189,251,189,246,191,243,191,237,190,236,192,227,192,224,193,213,185,206,180,209,174,210,172,208,169,211,168,211,165,216,164,214,160,215,153,213,153,208,156,202,149,203,144,202,141,199,141,198,138,198,137,198,131,203,132,208,130,213,127,215,129,218,129,222,128,223,127,224,128,229,127,236,130,240,131,241,132,240,133,240,134,236,137,235,139,236,140,241,139,247,134,257,133,259,133,258,126,257,126,257,120,253,115,249,110,248,105,250,100,247,95,250,94,249,92,255,91,262,91,264,92,268,92,270,96,274,98,280,99,284,98,285,95,288,95,292,98,295,101,296,105,298,107,298,112,297,115,294,115,293,118,291,120,293,123,297,126,301,128,303,133,306,136,308,136,307,143,305,146,301,147,300,152,300,156,305,158,310,159,309,164,307,168,309,171,312,173,315,172,316,177,316,181,315,181\" target=\"_blank\" shape=\"poly\" id=\"castillamancha\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bc049efc1b19",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-df214cde"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" href=\"https://canalempresa.gencat.cat/es/integraciodepartamentaltramit/tramit/PerTemes/8172_Registre-dentitats-de-control-i-certificacio-de-productes-agroalimentaris\" coords=\"353,113,350,111,347,111,345,107,347,103,347,98,347,97,345,95,349,92,350,88,348,84,351,79,348,75,350,72,354,69,355,63,357,58,357,55,358,50,356,45,358,42,356,39,353,37,352,35,354,33,360,34,363,35,367,37,371,37,373,42,373,46,374,47,377,46,380,44,384,45,388,44,388,46,388,49,393,47,394,46,400,47,401,48,404,48,407,45,412,44,415,44,417,44,420,46,421,47,421,48,421,50,416,50,416,52,417,54,418,56,419,56,419,58,420,59,421,62,418,64,413,69,405,74,399,78,395,79,395,83,391,86,383,87,374,91,368,94,363,94,361,99,358,102,357,104,361,108,359,111,355,111,352,112,352,113\" target=\"_blank\" shape=\"poly\" id=\"cataluna\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e43185ed296f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6f30e6d1"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" alt=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" href=\"https://mediorural.xunta.gal/es/temas/agricultura/productos-gallegos-de-calidad\" coords=\"156,64,155,58,160,54,161,53,161,49,160,48,160,46,154,45,153,44,156,35,162,30,161,28,158,27,158,25,160,23,158,19,154,14,156,11,155,8,151,8,147,3,144,2,141,1,137,2,133,1,130,4,126,7,126,13,124,13,120,13,119,15,112,15,111,14,108,16,106,19,102,19,99,24,100,26,102,26,104,33,107,32,105,38,105,42,111,38,110,43,109,45,111,46,112,49,110,54,108,57,108,61,108,64,113,60,115,57,120,57,126,56,127,59,125,64,126,67,129,67,132,64,133,66,137,65,141,67,147,68,151,66,151,63,152,62\" target=\"_blank\" shape=\"poly\" id=\"galicia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "01847bfaeff9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ba9477e4"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" href=\"https://www.comunidad.madrid/servicios/medio-rural/marcas-calidad-alimentos-madrid\" coords=\"229,125,225,127,222,125,219,128,217,128,219,123,224,120,225,115,226,112,228,112,230,109,232,107,234,107,235,102,237,101,240,101,240,98,243,97,244,95,246,96,248,99,248,102,247,106,248,111,253,117,256,122,255,127,257,127,257,132,246,133,239,139,236,138,243,133,243,131,236,129,228,125,229,125\" target=\"_blank\" shape=\"poly\" id=\"madrid\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b61aa7428d29",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-166ad0d6"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" href=\"https://www.carm.es/web/pagina?IDCONTENIDO=1185&IDTIPO=100&RASTRO=c214$m\" coords=\"320,218,321,215,318,214,318,213,318,210,318,208,317,207,315,205,314,203,314,201,313,199,314,197,315,196,314,195,313,193,312,192,311,190,311,188,314,186,313,183,311,181,310,180,308,180,307,180,306,181,305,180,303,181,303,182,302,183,302,185,302,186,301,186,303,189,303,191,301,193,300,194,299,195,297,195,294,194,293,194,291,194,288,196,286,196,285,196,284,197,282,199,281,200,280,202,279,203,279,204,280,205,282,207,284,208,286,208,288,208,289,210,289,211,288,213,288,214,288,216,289,217,290,218,290,219,290,220,291,221,293,223,294,223,297,224,298,225,299,224,301,222,303,221,305,220,306,219,307,219,309,219,311,218,314,218,317,218,319,218,321,218\" target=\"_blank\" shape=\"poly\" id=\"murcia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b58a4a65d69",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d90f6fd0"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" href=\"http://www.navarra.es/home_es/Temas/Ambito+rural/Agroalimentacion/Indicaciones+Geograficas+Protegidas.htm\" coords=\"275,43,275,46,278,49,284,51,288,51,291,56,293,56,293,59,293,61,292,62,291,62,290,62,290,64,292,64,295,65,298,66,300,66,302,64,302,61,301,58,300,56,301,53,302,49,305,44,306,41,310,40,313,36,314,32,313,31,309,29,305,29,302,26,301,28,300,29,298,27,298,25,300,23,299,20,296,20,292,20,291,19,289,21,287,23,287,25,285,27,285,30,280,32,279,33,280,36,278,40,278,42,275,43,275,46\" target=\"_blank\" shape=\"poly\" id=\"navarra\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "977bb8f69e85",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d74f20c6"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" alt=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" href=\"https://www.euskadi.eus/informacion/calidad_diferenciada_dopigp/web01-a2elikal/es/\" coords=\"253,19,253,22,255,22,256,24,257,25,257,29,261,31,262,32,259,34,257,34,256,35,258,37,259,38,261,40,264,40,264,39,264,37,267,37,270,38,271,40,272,42,274,42,277,41,277,38,279,36,278,33,279,31,283,30,284,27,285,25,286,25,286,22,289,20,290,18,290,17,287,18,283,20,277,20,270,16,264,15,261,15,259,17,255,18,253,19\" target=\"_blank\" shape=\"poly\" id=\"vascongadas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a63b07a8971",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-33b4062c"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" alt=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" href=\"http://www.lariojacapital.com/alimentos_de_la_rioja\" coords=\"263,63,259,61,258,51,258,46,259,44,261,43,264,44,266,44,269,47,270,49,272,47,275,47,277,49,278,50,282,51,285,53,287,52,289,56,291,58,292,57,291,61,289,60,289,64,289,66,287,66,283,65,282,62,282,61,278,60,274,59,273,61,272,62,271,64,268,64,266,61,265,61\" target=\"_blank\" shape=\"poly\" id=\"rioja\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47ae1c17e247",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b48042ed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.juntadeandalucia.es/organismos/agriculturapescaaguaydesarrollorural/areas/industrias-agroalimentarias/calidad/paginas/denominaciones-calidad.html\" title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"andalucia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3dc5aa7fadbd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a03de23c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.aragon.es/-/denominaciones-de-origen-protegidas\" title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"aragon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ff99fd498f0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7c23f63d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.caib.es/sites/qualitatagroalimentaria/es/informacion/\" title=\"Acceso al servicio de Balears, Illes (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"baleares\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48c8d413960a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3c91a9d0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.gobiernodecanarias.org/agpsa/icca/\" title=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"canarias\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95e76dd20827",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e2467f6d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.alimentosdecantabria.com/denominaciones-de-origen-protegidas-dop\" title=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cantabria\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60d6cf296683",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d255e0d8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.itacyl.es/calidad-diferenciada/dop-e-igp\" title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillaleon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12520d6c142d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f0d8e531"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://www.turismocastillalamancha.es/de-vinos/denominacion-de-origen-y-pagos/\" title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillamancha\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5915aa1b4dbb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b6ec6a1f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://canalempresa.gencat.cat/es/integraciodepartamentaltramit/tramit/PerTemes/8172_Registre-dentitats-de-control-i-certificacio-de-productes-agroalimentaris\" title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cataluna\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6fce68f4ad65",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-05d6a44d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://mediorural.xunta.gal/es/temas/agricultura/productos-gallegos-de-calidad\" title=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"galicia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "294c2a07a573",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ca1e85d6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.comunidad.madrid/servicios/medio-rural/marcas-calidad-alimentos-madrid\" title=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"madrid\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55784d9beefe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5b5f02ca"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.carm.es/web/pagina?IDCONTENIDO=1185&IDTIPO=100&RASTRO=c214$m\" title=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"murcia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ca867cecff0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4bca228f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://www.navarra.es/home_es/Temas/Ambito+rural/Agroalimentacion/Indicaciones+Geograficas+Protegidas.htm\" title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"navarra\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6692ea3a8705",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b08f14ce"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.euskadi.eus/informacion/calidad_diferenciada_dopigp/web01-a2elikal/es/\" title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"vascongadas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3fece416b4fb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6cbf2880"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://www.lariojacapital.com/alimentos_de_la_rioja\" title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" class=\"comunidadlast selected\" name=\"rioja\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93254ef8e8cb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8dd923de"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https :// europa.eu/youreurope/search/index _ es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b3147e98c5a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a734cd16"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https :// europa.eu/youreurope/search/index _ es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25f44bb5af89",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6c2a4e71"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e32d776a8db",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69e2de6031a8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e036dea6"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31f4a0db2ba7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a8232067"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aff29663f87f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7eaab86e"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98ed4ed802a6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93a71b4f394b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3523,
        "uniqueFailedCount": 90,
        "duplicateFailedCount": 10,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 10
    },
    {
      "submittedUrl": "https://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": 11274,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1207,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 6
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3335,
          "failed": 87,
          "cantTell": 72,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "heading_markup_misuse",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly",
          "text_whitespace_valid"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "802011037207",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e41b804ad167",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17ae03391a3b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "582f5f0213f9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c9930ead72e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8150919976e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a657c1c44500",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4ee4705e8a6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b15e7fe7eb33",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4113767e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04781f39f834",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42cdd4c9"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af17986d0a65",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5456bf1dee1e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0e5d1242"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b9f6dc4026d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c91c48576a9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac8e7b907f86",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "108de5dc102f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "985a3768375a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "693b3aaf7c4e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "863666c3dec7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6290873261a7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3abd1385362",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94b403842fb5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6eb82adbff77",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ef704cfc095",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "83b111b744ae",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7f859ff0d77",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d486cff147e0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa499c5eba39",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7879301a1588",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2573fe57ca25",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/eu/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c89b7f671a06",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3d4a4cb9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/eu/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5b4a2e4d2e0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e7215823"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79fda5c41192",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5c8e457"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ciudadanos\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d28284a5e12",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7336c38b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Consumidores\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aba864ed2c9b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4749e9ea"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Conexión a servicios\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1500e6b2832",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-85523d62"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Azken eguneraketa: 08-04-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a542f860d1d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a823acbcd553",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-252bb788"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/electricidad.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d3a8be71db1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fda5568a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/agua.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91b59d01d303",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-76a8fdba"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "38a042bde59b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9c7a4aa7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f7baa68d9a5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-49da1e1e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas.html#-a4042490f57a\" title=\"Ir a Conexión a la Red Gasista\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4bff937cc38b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-59363eed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas.html#-cf6bf35a245c\" title=\"Ir a Nueva conexión a la red del gas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f66add107cc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67b62bf9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas.html#-d6d163c7b53c\" title=\"Ir a Elección del Proveedor de Gas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b08f9d3959c4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b4a38a35"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas.html#-d80491a95681\" title=\"Ir a Tarifa de último recurso\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a6aa0b6bc86f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6e4a3f0c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas.html#-acf94f765d2d\" title=\"Ir a Derechos de los Consumidores\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e81279d32e1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-53fd20fa"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas.html#-bb3d3b77c9fd\" title=\"Ir a Cómo Formular una Reclamación\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f79cf960828b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fb19d8c5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas.html#-72567d4ebb1f\" title=\"Ir a Impago de Facturas e interrupción del suministro\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f8da0bc79a8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9be1c15f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas.html#-773d8b2f5d85\" title=\"Ir a Información por Comunidades Autónomas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "383d4f6585ff",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5eca2aba"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas.html#-70d03941507d\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "589f705cca3c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a9292f6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "177815839d5b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" style=\"font-size: 1em;\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-1998-23284&p=20201118&tn=1#a91\" title=\"punto 3 del artículo 91 de la Ley 34/1998, de 7 de octubre (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50e4dfea0646",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f392e277"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"listado de todas las empresas comercializadoras  (Abre en nueva ventana)\" target=\"_blank\" style=\"font-size: 1em;\" href=\"https://sede.cnmc.gob.es/listado/censo/4\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a34657a5c84e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5dc36ec2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" style=\"font-size: 1em;\" href=\"https://comparador.cnmc.gob.es/\" title=\"CNMC (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8727cc71a7a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-12a850da"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_whitespace_valid",
            "xpath": null,
            "html": "<p class=\"textojustificado\">",
            "message": "Space characters should not be used to create space between the letters of a word",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7fe5bd298e55",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-255f756a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Baser Comercializadora de Referencia, S.A. (Abre en nueva ventana)\" target=\"_blank\" href=\"https://www.basercor.es/es/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b5584243198",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ce0a8f0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Comercializadora Regulada, Gas & Power, S.A. (Abre en nueva ventana)\" target=\"_blank\" href=\"https://tarifaluzhora.es/companias/naturgy/gas-power\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7bcecde27db3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-26228e17"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Curenergia Comercialización de Último Recurso, S.A.U (Abre en nueva ventana)\" target=\"_blank\" href=\"https://www.curenergia.es/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40bfc676833a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8baf073a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Energía XXI Comercializadora de Referencia, S.L. (Abre en nueva ventana)\" target=\"_blank\" href=\"https://www.energiaxxi.com/?d=Any\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "07b700a1767f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-56758f5a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"artículo 57 bis de la Ley 34/1998, de 7 de octubre  (Abre en nueva ventana)\" target=\"_blank\" style=\"font-size: 1em;\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-1998-23284&p=20201118&tn=1#a57bis\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c002bce3cabd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-78909b2b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" alt=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" href=\"https://www.consumoresponde.es/temas/gas_canalizado\" coords=\"202,179,208,183,224,195,231,193,247,193,251,190,260,191,267,189,274,197,271,203,278,206,286,211,286,216,291,226,295,227,289,240,283,248,277,243,271,244,268,250,261,247,249,247,247,249,240,247,228,247,221,248,212,256,206,255,197,260,194,267,191,267,188,271,177,267,170,259,172,255,166,248,167,244,155,232,144,229,138,229,138,222,136,217,141,208,146,203,151,201,151,197,163,204,166,203,172,206,179,203,182,199,186,202,191,198,190,191,195,185,202,180\" target=\"_blank\" shape=\"poly\" id=\"andalucia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e0e78b9e936",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6d53c3bd"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" href=\"https://www.tramitacastillayleon.jcyl.es/web/jcyl/AdministracionElectronica/es/Plantilla100Detalle/1251181077965/Servicio/1285047799464/Tramite\" coords=\"159,122,158,118,159,115,159,107,159,102,156,97,160,97,162,93,165,90,168,89,172,85,176,80,176,76,173,75,169,74,167,73,168,70,168,65,165,65,162,64,157,64,156,59,162,54,163,50,161,48,161,45,155,44,157,37,162,31,172,30,173,27,177,27,183,27,186,30,190,30,190,27,195,28,205,26,211,22,214,27,217,29,223,28,227,32,230,37,237,39,240,37,237,32,235,31,239,27,244,24,250,25,254,23,256,25,256,29,261,32,258,33,255,32,253,32,254,36,255,37,257,38,260,40,260,43,257,44,256,46,257,49,257,57,257,60,261,64,264,64,266,62,268,65,271,65,273,62,277,61,280,62,282,66,287,67,289,70,290,73,291,76,287,79,287,86,283,85,281,89,282,93,284,94,283,97,276,97,271,95,269,91,264,91,263,89,258,90,254,90,248,91,248,94,245,94,243,94,242,96,240,96,239,96,239,100,236,100,234,102,233,106,231,106,227,111,224,111,223,120,218,122,216,128,214,125,211,126,208,129,206,130,201,131,198,130,197,124,196,125,190,126,186,121,184,121,181,123,176,116,173,116,163,123,158,123,158,122\" target=\"_blank\" shape=\"poly\" id=\"castillaleon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1b4db8249bb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b4c8874"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" href=\"https://www.comunidad.madrid/servicios/consumo/informacion-practica-gas\" coords=\"229,125,225,127,222,125,219,128,217,128,219,123,224,120,225,115,226,112,228,112,230,109,232,107,234,107,235,102,237,101,240,101,240,98,243,97,244,95,246,96,248,99,248,102,247,106,248,111,253,117,256,122,255,127,257,127,257,132,246,133,239,139,236,138,243,133,243,131,236,129,228,125,229,125\" target=\"_blank\" shape=\"poly\" id=\"madrid\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b800cb3de260",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-568a1607"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" alt=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" href=\"https://www.kontsumobide.euskadi.eus/luz-gas-y-agua/webkon01-suministros/es/\" coords=\"253,19,253,22,255,22,256,24,257,25,257,29,261,31,262,32,259,34,257,34,256,35,258,37,259,38,261,40,264,40,264,39,264,37,267,37,270,38,271,40,272,42,274,42,277,41,277,38,279,36,278,33,279,31,283,30,284,27,285,25,286,25,286,22,289,20,290,18,290,17,287,18,283,20,277,20,270,16,264,15,261,15,259,17,255,18,253,19\" target=\"_blank\" shape=\"poly\" id=\"vascongadas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "736a70e813cd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c1b635c0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.consumoresponde.es/temas/gas_canalizado\" title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"andalucia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d38d42de741",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ea5f4bea"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.tramitacastillayleon.jcyl.es/web/jcyl/AdministracionElectronica/es/Plantilla100Detalle/1251181077965/Servicio/1285047799464/Tramite\" title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillaleon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b91f2e3c1725",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-744e062f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.comunidad.madrid/servicios/consumo/informacion-practica-gas\" title=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"madrid\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b0f083d231d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-79f65e00"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.kontsumobide.euskadi.eus/luz-gas-y-agua/webkon01-suministros/es/\" title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"vascongadas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18ecd5344fd1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0349e856"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h4 class=\"t-fs-13\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75834f84c0e8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b4ff75ed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https :// europa.eu/youreurope/search/index _ es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4163009619d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a734cd16"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https :// europa.eu/youreurope/search/index _ es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "247a532ad2b3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6c2a4e71"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65a9787812ad",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a81f7d087d0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e036dea6"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d412e4a301bc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a8232067"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa340590bb0a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7eaab86e"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7d9a79391b4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5304f5d4fc07",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3452,
        "uniqueFailedCount": 78,
        "duplicateFailedCount": 9,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 9
    },
    {
      "submittedUrl": "https://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": 11047,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1035,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 3
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2800,
          "failed": 71,
          "cantTell": 54,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "heading_markup_misuse",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5d09b069668",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "feb5fd5c6135",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d48cb9e239b5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a00dc3ae92e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6b359363fe3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cdfd2f42d70b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "63a944614eba",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "314e8c561fb5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5c1a9ad7558",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-220e23dc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "314203d6c975",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a953ef6"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ae5dbabed0c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "edc56c90dcfd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c8cf4398"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a80db38dee2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51272eae7d2e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46f04780c111",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "157533f06fbc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23610c8d0844",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1547457732f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "513b4080a5bb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf581c3fc65c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "35569e76dd3f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a75690b20daf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c953a1777ee8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8c8d0f527bb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0461f777920",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a2367c5b2e5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e812e5880f39",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43e01b5db7c4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1468fc3e4ade",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "755a5b1a42f5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/ca/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8380e956f0a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8568a627"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/ca/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c5f804a43bfe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-02b98b18"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c2597db2755",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ede7c402"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Empresas\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce973f1d25a5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e43bb40a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Impuestos\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11e3169613e8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5206a88f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Impuestos especiales\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13cd9bb4ef5d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ca1f2a85"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Última actualització: 23-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6662059158bb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba268fe98697",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f58c4d1d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/alcohol.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f57ee5c3bdeb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ece7ed76"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/hidrocarburos.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61a81cf6c241",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e13e8f47"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/tabaco.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77007cc65400",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-658d3912"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11bc2c40008e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-664f82f5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "16089b6f652a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-793b9871"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad.html#-351d01509c57\" title=\"Ir a ¿Dónde se aplica y que operaciones grava este impuesto?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6fca408a9509",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4b1a3f3f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad.html#-43ae5aa8f53a\" title=\"Ir a Exenciones\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e53281487e3e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a97cf399"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad.html#-0100d6753bc5\" title=\"Ir a Tipos impositivos\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "611863dc117c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-24aa046e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad.html#-a05df4cf69a0\" title=\"Ir a Pago\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ef48336fea1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-53522eed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad.html#-41607311dfa2\" title=\"Ir a Registro e inscripción\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "415ae054c047",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-da26b724"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad.html#-8bfd97172ee1\" title=\"Ir a Enlaces de interés\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "83619453a570",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c52d1f9d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad.html#-15d6d781c9a3\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d0191ab4a90",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f5d12227"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad.html#-2c4e4f9b57f7\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "01bb7a5983ec",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d48db86a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3552e3012c6d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.agenciatributaria.gob.es/Sede/procedimientoini/DI02.shtml\" title=\"Modelo autoliquidación 560 (Abre en nueva ventana)\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7417ae00d671",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2dcec466"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.agenciatributaria.gob.es/Sede/procedimientoini/DI02.shtml\" title=\"Modelo autoliquidación 560 (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "984d47f4427a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-70534139"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.agenciatributaria.gob.es/Sede/impuestos-especiales-medioambientales/impuesto-especial-sobre-electricidad/liquidacion-pago-impuesto/periodo-liquidacion.html\" title=\"Agencia Tributaria: Liquidación y pago del Impuesto - Período de liquidación y plazos de presentación del modelo 560 (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1643684a12b6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-437b29f6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h4 class=\"t-fs-13\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52417d6e503c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b4ff75ed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "637cd0e3173c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2c31751c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7fd2e3e2b4f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fe75f54d"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "089d726c0266",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ce2999593e0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9cc7d445"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9630bf77ee0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d2b3bc9d"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af42f5601ab5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c0918574811",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2887,
        "uniqueFailedCount": 63,
        "duplicateFailedCount": 8,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 8
    },
    {
      "submittedUrl": "https://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": 11441,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1016,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 4
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2734,
          "failed": 66,
          "cantTell": 47,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "56da10179a77",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e76517ef8ac",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39090e943329",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "091b3f6530f0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bc1a43535faf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9a5f0582077",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24c8f9e3d240",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b0af5e366ff",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d2cf7beb3769",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-00e16913"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e1207d0b8ee",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-31b3633a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c070d0c3960",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39cdcb2cb65f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b3402664"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2c874cdbdb6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "555b6f582dc5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f42316dc9df",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "01faf52092ba",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95cafbb34363",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "708727ef023d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4c91dc41511",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af4150e168c8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a71782cb75c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c6373c1066f8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c5e0bcdc381",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc2370624d1a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd72625769d9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d78f806fdbc6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9dafcd04d97",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0db3bae14db2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5476d8847516",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95f3c4c56e5d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/gl/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48bc269c9dfc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-411757f8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/gl/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae1cd950acd9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-456ef52c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c6487a881c0d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-10b03724"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ciudadanos\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10c3981c5bbc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0fb59511"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Residencia\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b87c46ad279a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7cffc3d7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Obtención de la residencia\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c4ca48bb277",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ec635f0"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Última actualización: 25-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55c717c0443b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1bd7e59b0d3f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9a7de891"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5216f02fe6b4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3c6587d8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b8923e53b8b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-806177c6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribir-familiares-no-ue.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "005a3a8f0598",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3c00d5c1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/residencia-permanente.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "deb682ec9f0c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-19138aff"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/expulsion-repatriacion.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "752ee8a3c08a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-24344f6d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente.html#-7702d0d3486a\" title=\"Ir a Solicitud\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d422c7bff62c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7954a100"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente.html#-f3b5b9e009bb\" title=\"Ir a Plazo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6cbc4a474799",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d6c43abb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente.html#-5eb1c05482dc\" title=\"Ir a Documentación\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f476be8cafb6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-324e64b3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente.html#-053244339df1\" title=\"Ir a Información de Entidades Locales\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4948a4b6e647",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7cfd0c67"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente.html#-286fd3fb5d72\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ca13e8e94f3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ccb39693"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente.html#-6d1e91b894bb\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ab30d0b4cc8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-70289fd2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Oficinas de Extranjería de las Delegaciones del Gobierno (Abre en nueva ventana)\" target=\"_blank\" href=\"https://mptmd.gob.es/portal/delegaciones_gobierno/extranjeria/extranjeria_ddgg\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f912def19366",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d2269009"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.policia.es/_es/dependencias_localizador_accesible_provincias.php#\" title=\"Comisaría de Policía (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ef38069ddf2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-582e47d9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "867e2e980a5b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"/pag_Home/gl/espanaAdmon/directorioOrganigramas/quienEsQuien/EELL.html\" class=\"enlacenegrita\" title=\"mapa de Entidades Locales (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50736ed2c04e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-39d2411b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_é.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0179ab9e5b12",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7b59e4e9"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_é.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19c191cf102f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e4023724"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0adab5eddcb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e8135df015a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be5b1493"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c431678d8f3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cd1f6394"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c20b7e54202",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8e98f0a96f7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2817,
        "uniqueFailedCount": 60,
        "duplicateFailedCount": 6,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 6
    },
    {
      "submittedUrl": "https://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": 10917,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-aae85fc1"
          }
        ],
        "outcomeCount": 1170,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 25
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2935,
          "failed": 74,
          "cantTell": 56,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_keyboard_handler_exists",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "heading_markup_misuse",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a33cd0401e36",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d51dec011650",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29007f6a1a72",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0b289cea2db",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea188e82fa2b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c03c9a7976e9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5710a2578f45",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5ff2101a61c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3c3e66a4a85",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-869f4634"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c6586848950",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bb0ff2d9"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "901648e8ca96",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ff7c56b9adf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-328af5e9"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "672f9aaaf02b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4222ca348ffe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0a194ed4be8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc58ac3302bc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Citizen services and information\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd13528e3ebb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6208b776"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "105df3f02877",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f96d8e30361",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public employment\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c0b16431e22",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a8bd358"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8aeb8a2e9ab",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be756b4ba1a1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Aids\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7217fffa4fef",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8584a03c"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0c61cfd8e01",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d05ee12ce69",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Procedures\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc9e7dc321bb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bdc54f1a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "68b4b3bdd004",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7cf79fac216c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public administration and State\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "115eb50e7ec1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be097936"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Your European Space\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c3e3d5f88474",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b863f69c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/en/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa1f54ded65c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-380c0608"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your European Space\" href=\"/pag_Home/en/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd2bdd4d2e18",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e8424793"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your rights and obligations in the EU\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff6ee645cd3b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-13ccfb80"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Citizens\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8429608c61ba",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-00559bb3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Travel\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3ac7ed2eebd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a5d9953c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Travel documents\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e4bd32993076",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d78123b5"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Last update 13-04-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8b41d2faf3f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/menores-solos.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f533741c4c7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4ee0b603"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69dc9ace3074",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dec359fb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1e2373c3706",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1720f97c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos.html#-4c5cd7dcf2ff\" title=\"Ir a A Spanish citizen whose passport or identity card is lost or stolen in Spain or elsewhere in the EU\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bda27767bfdf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-de60abf9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos.html#-7f9fdcd52fae\" title=\"Ir a Rules applicable to visiting nationals of other EU countries\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1345d64b7dda",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ceebc0a8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos.html#-522ded1a2f50\" title=\"Ir a Visiting citizens of other EU countries whose passport or identity card is lost or stolen\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2143cf71d6c3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-514cb4ef"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos.html#-a25910a0dbb2\" title=\"Ir a Emergency travel document. Conditions and procedure\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "635fd4978076",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6acb2035"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos.html#-e31295d4f98d\" title=\"Ir a Special agreements or exceptions for nationals of other Member States of the EU or EEA whose passport or identity document is lost or stolen in Spain\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ecc867d0acc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0715d110"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos.html#-20dda9455317\" title=\"Ir a Legal and/or technical references\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c638a8a96ad8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-64688acd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos.html#-4f38a3b220f9\" title=\"Ir a Authority responsible for information\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "410b7f94eb9c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2c4a1b7e"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" data-fn=\"accordion\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23fe23b98031",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-52ceb950"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h3 tabindex=\"-1\" aria-expanded=\"false\" aria-selected=\"false\" aria-controls=\"ui-id-2\" role=\"tab\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" id=\"-444dbd49f1cb\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b753f308f3b1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0e6f31b7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d67d87f0789f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" data-fn=\"accordion\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h3 tabindex=\"0\" aria-expanded=\"false\" aria-selected=\"false\" aria-controls=\"ui-id-3\" role=\"tab\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" id=\"-3b5b337d6e85\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "16b9706dde99",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4827614e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" data-fn=\"accordion\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" data-fn=\"accordion\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h3 tabindex=\"0\" aria-expanded=\"false\" aria-selected=\"false\" aria-controls=\"ui-id-6\" role=\"tab\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" id=\"-190bae8a4666\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22754637f81f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d0530a11"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h3 tabindex=\"-1\" aria-expanded=\"false\" aria-selected=\"false\" aria-controls=\"ui-id-7\" role=\"tab\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" id=\"-12ac3d1dffff\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "006f603944e1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1ec2425b"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h3 tabindex=\"-1\" aria-expanded=\"false\" aria-selected=\"false\" aria-controls=\"ui-id-8\" role=\"tab\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" id=\"-75972d965540\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e72fa314b894",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3df30e06"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h2 class=\"ppg-heading ppg-heading--wind\" id=\"-e31295d4f98d\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bbb037511dfc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-54df978a"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" data-fn=\"accordion\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h4 class=\"t-fs-13\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78493db2569c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b4ff75ed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b00bf30ba90",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f37f791c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "423048bb1eb8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ce07da9a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f917e827009",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc6243191689",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e27dde0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "133ffd620d85",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fa9b5cd2"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a88e0d794903",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19c328f339ad",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3025,
        "uniqueFailedCount": 63,
        "duplicateFailedCount": 11,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 11
    },
    {
      "submittedUrl": "https://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": 9943,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 950,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 4
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2578,
          "failed": 65,
          "cantTell": 47,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "heading_markup_misuse",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec123a550c91",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "283b15c39de2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "63c061bf02f4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84d6b8698619",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d640c0c1b405",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d66421d320a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3faceff2c5a4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d83fa586b18",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70b0fc9ce8d9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-220e23dc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a4522604556",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a953ef6"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a5da0108afd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95f221760847",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c8cf4398"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "523228cd7bed",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d2c2ed76a7a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f5aa33b3d0c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "587bfd41fd4c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a79f5263532",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "625e3287e509",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "932b487e2793",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32a2c7478215",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d189a0a1a5d0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "480ad5cb44ba",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9dfdabe31e8f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2701be4e1820",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d97e78b1182a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "83f40d36a6c2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "230e1e21ab37",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f82dc5070165",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b42c9d8e9306",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5c04ca17b44",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/ca/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be80dd06e184",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8568a627"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/ca/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9e5f1c623c0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-02b98b18"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44c3fb008f39",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ede7c402"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ciudadanos\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec5915aee24e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4ffe28e1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Trabajo y jubilación\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d52ba175858",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-27d761f2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Seguridad social y pensiones\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguridad-social-pensiones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65b31cc6763b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d775dd6d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Pensiones de clases pasivas\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguridad-social-pensiones/Pensiones-clases-pasivas.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0e46d29202e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b77c95bd"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Última actualització: 24-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c4581b84b11",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguridad-social-pensiones/Pensiones-clases-pasivas/coordinacion.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e2d2affc956",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a3478f0b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguridad-social-pensiones/Pensiones-clases-pasivas/jubilacion-retiro.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5795d6be93e4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3ca89205"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguridad-social-pensiones/Pensiones-clases-pasivas/familiares.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f48b6652d00",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4633ad3c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguridad-social-pensiones/Pensiones-clases-pasivas/coordinacion.html#-77eff255654b\" title=\"Ir a Reglamentos de la Unión Europea para la coordinación \">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8095525e826e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-879e13d1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguridad-social-pensiones/Pensiones-clases-pasivas/coordinacion.html#-3efdf192bd6f\" title=\"Ir a ¿Qué requisitos debo reunir?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cdb5f485ed49",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9ca9542d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguridad-social-pensiones/Pensiones-clases-pasivas/coordinacion.html#-83707ce5723e\" title=\"Ir a ¿A qué tengo derecho?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c3c4f90f2dae",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9a387297"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguridad-social-pensiones/Pensiones-clases-pasivas/coordinacion.html#-ca169a07c65d\" title=\"Ir a ¿Cómo puedo solicitarlo?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9835084bfff",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-576271ea"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguridad-social-pensiones/Pensiones-clases-pasivas/coordinacion.html#-2b84253419cf\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91aaa8028edb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1a8ba0c5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguridad-social-pensiones/Pensiones-clases-pasivas/coordinacion.html#-f9110ed48e7c\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de5e485a9225",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fa6533dc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59f4f010f518",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.portalclasespasivas.gob.es/sitios/clasespasivas/es-ES/SolicitudesProcedimientos/Solicitudes/Paginas/Solicitudes.aspx\" title=\"solicitudes  (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a675a59f195",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-64e802bb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Solicitudes de pensiones y prestaciones de Clases Pasivas (Abre en nueva ventana)\" target=\"_blank\" href=\"https://www.clasespasivas.sepg.pap.hacienda.gob.es/sitios/clasespasivas/es-ES/SolicitudesProcedimientos/Solicitudes/Paginas/Solicitudes.aspx\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9dde62f593d0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-73902c97"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h4 class=\"t-fs-13\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f173797f15e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b4ff75ed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b49fef36301",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2c31751c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1bb3ac7c297a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fe75f54d"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ebbd317470fa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca1d07adfc70",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9cc7d445"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "981b21360b6a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d2b3bc9d"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f91fd0098eb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a704f501247",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2658,
        "uniqueFailedCount": 58,
        "duplicateFailedCount": 7,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 7
    },
    {
      "submittedUrl": "https://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": 9988,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-fdb4c2a2"
          }
        ],
        "outcomeCount": 691,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1812,
          "failed": 42,
          "cantTell": 18,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_complementary_labelled",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca8f98c84f93",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75b268f37f50",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7cd10145c030",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f322ea067a3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48086e1b23d7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8df2ae76393",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6dcdaf08e67",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19b38adcee0b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46f12129ecac",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8c691d4b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8dd7e9513509",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67b7573a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4675fa24b44",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e04e259a2dd4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dbc11a04"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "797c39c4f64e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dcc6800eb5c4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f536db06a4a4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36594b5d7ba8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "446dc17aa9ab",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1eb19c0ff08f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81174c13db1e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43bf303df63d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0bc670bc192",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96996ba6b856",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "729b8758965d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b230f1f13297",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11bf757c191d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cbd8f177796a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "57757ae0182f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1d025b17421",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba54a772ab19",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu5\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4823f4120f2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5c36bbc7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu5\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60dbd3c4e283",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-063271c3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e09f151f7f4b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6cf295d58497",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dce9f2c7"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside class=\"o-layout__sidebar o-it-sm-unit\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c7f5ba5b00b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0eabf5e2"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b349e138dbd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5976a683"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8aedf0a074c5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b017c3f0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1bdf83bf7114",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-85022af9"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDeCookies.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77fea22e591f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f9d7338e"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a75a334831fe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "097713cf444f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 1855,
        "uniqueFailedCount": 40,
        "duplicateFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 2
    },
    {
      "submittedUrl": "https://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": 11419,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1198,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 3
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3298,
          "failed": 72,
          "cantTell": 60,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6fd5a41dace5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eabc95150258",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "833d4e9df2e4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84bfd4105b8d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "162a4d53d68b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f32bb3ddabc7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25644f4a2724",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25491cd5f612",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9343815ff2ac",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4113767e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75e7f07746e7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42cdd4c9"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c32e72ef04f2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ffbf615a210f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0e5d1242"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "819c67b8d865",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "92137ccd89ae",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "62f695277604",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c717992520b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd664af35737",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1cc7d4fd414c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fcd1203a79ed",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd3f1bedac8d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "abd7b07af103",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c974c55b0e4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fadc4604396d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c79ec6ab02f6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "912baf518787",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "065ff4123c7a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e24577a42a97",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b371e1c670de",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73122a62ce78",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d8d7dedf8d8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/eu/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48ca1d64bcb0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3d4a4cb9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/eu/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b58cc8ffbfcb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e7215823"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ae33c2515cb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5c8e457"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Empresas\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c56d18664cbd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6e70a0a7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Puesta en marcha, gestión, cierre\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ac4747b2dbf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-40a593c6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Fusión o venta\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ce98024e15a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-204fa4f6"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Azken eguneraketa: 16-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e7a18fc10d4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/registros-notariado.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bfbb146c375c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b723acff"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d8be82e1832",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a36c1833"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico.html#-da53f96971de\" title=\"Ir a Laboratorios farmacéuticos\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "256329f8c424",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c3e93f46"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico.html#-a35833398c43\" title=\"Ir a Fabricantes de principios activos de uso farmacéutico\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72a380ee1963",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-38e655c3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico.html#-c85da840b93a\" title=\"Ir a Instalaciones de productos sanitarios\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1af9e44744ff",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-38effe07"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico.html#-bd7968adb32e\" title=\"Ir a Actividades de fabricación y/o importación de productos cosméticos\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7fc1ddb8b778",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6f98d6e0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico.html#-0c6d08995aea\" title=\"Ir a Actividades de fabricación y/o importación de productos de cuidado personal\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d22c2630391b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8b2d95a6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico.html#-522e0a570afe\" title=\"Ir a Actividades de fabricación, importación y/o almacenamiento de productos biocidas competencia de la AEMPS\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0171c6ffb073",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a559c626"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico.html#-d361eb3949cb\" title=\"Ir a Enlaces de interés\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9acfe3209b67",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d6106a79"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico.html#-17624d73de08\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18cdb27e44a8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-82ec50b2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico.html#-afe2271ea532\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e564433176c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5f3575cc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico.html\" title=\"Registro, cambio y cierre de empresas. Sector farmacéutico\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84105a61611f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-995bb29f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ecebbf461ed",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico.html\" title=\"Registro, cambio y cierre de empresas. Sector farmacéutico\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://fabricaps.aemps.es/fabricps/faces/login.xhtml\" title=\"Instalaciones de productos sanitarios, IPS (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c3746b4ffa8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-990dca61"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico.html\" title=\"Registro, cambio y cierre de empresas. Sector farmacéutico\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico.html\" title=\"Registro, cambio y cierre de empresas. Sector farmacéutico\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico.html\" title=\"Registro, cambio y cierre de empresas. Sector farmacéutico\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https :// europa.eu/youreurope/search/index _ es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e17670a05025",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a734cd16"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https :// europa.eu/youreurope/search/index _ es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "01544409263a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6c2a4e71"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c59d832f040",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf70cadcb540",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e036dea6"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c20bc1420a77",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a8232067"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0750c1d2386c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7eaab86e"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1103d7c6eb0f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7956a24b2e4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3409,
        "uniqueFailedCount": 59,
        "duplicateFailedCount": 13,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 13
    },
    {
      "submittedUrl": "https://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": 12447,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-af585bba"
          }
        ],
        "outcomeCount": 1713,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 36
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 4424,
          "failed": 101,
          "cantTell": 95,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_keyboard_handler_exists",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad8139698ad0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78becc69a523",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b2ef6df2747",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ab161f8b623",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7b44a0c87e3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ae9c5df5316",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81e605435118",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27b5182309e2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "35901fe1c646",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-869f4634"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "404d33747043",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bb0ff2d9"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27ddda32c033",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba2c426639f1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-328af5e9"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1125c161c56a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "121806c78cd9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e915e3984e5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e8656db793c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Citizen services and information\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ef5db49de14",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6208b776"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2aaf088abe27",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "821545609e86",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public employment\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "636135d50ca5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a8bd358"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2023bb35b7c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f84e09813d0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Aids\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b330092b0339",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8584a03c"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "580ea60d8d8b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3eb9ef362dbf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Procedures\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f0958b2ff17",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bdc54f1a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf135102566e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a422f68c5c06",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public administration and State\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "421b3659740e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be097936"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Your European Space\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5271fb03203f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b863f69c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/en/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e9dda535563",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-380c0608"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your European Space\" href=\"/pag_Home/en/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ead68344d86",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e8424793"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your rights and obligations in the EU\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1187b52e84f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-13ccfb80"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Business\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46b6117a2d8a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cfc7704b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Starting, running and closing\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc20cbd57218",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-accfb2fc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Registering, changing, closing\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2257772e3e6c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5674f3d3"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Last update 16-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5196c448de01",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/crear.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a3b9664edb7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3f663baa"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/cerrar.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52d75a82b114",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ee3e03ab"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/registros-notariado.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0044c94a7ca0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cc3d8bfd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "236cdd527332",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e5f8b619"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico.html#-6b13ada0472c\" title=\"Ir a Pharmaceutical laboratories\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a945ada9636",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-44024931"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico.html#-dc2c5ab7fecb\" title=\"Ir a Manufacturers of active pharmaceutical ingredients\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4e9741d65ed",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c02e63c4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico.html#-eff763cda812\" title=\"Ir a Plants for medical devices\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e74d829295c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-07d0193c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico.html#-b30e6f3a75b5\" title=\"Ir a Cosmetics manufacturing and/or importing activities\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1612519d4f1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8bad48b1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico.html#-751a77b98448\" title=\"Ir a Businesses manufacturing and/or importing personal care products\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b50850d1d26",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7bc3e96c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico.html#-fde101c633ad\" title=\"Ir a Manufacturing, import or storage of biocides under the AEMPS\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "830fa9ad5482",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ccb2a601"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico.html#-2709ae2008be\" title=\"Ir a Relevant links\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e151b381ae2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5022a09c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico.html#-e83282165118\" title=\"Ir a Información por Comunidades Autónomas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7fb97d886af4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bdc9e6b3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico.html#-0eeb4d1295fa\" title=\"Ir a Legal and/or technical references\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6444ef360dd4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-956c2ebc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico.html#-4d50121e0085\" title=\"Ir a Authority responsible for the information\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c52107ae9e74",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5c842b80"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1d2db80cd92",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" data-fn=\"accordion\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95cdcfd02ba4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-52ceb950"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2010-10827&p=20190413&tn=1#a25\" title=\"Article 25 of Royal Decree 824/2010 of 25 June regulating pharmaceutical laboratories, manufacturers of active substances for pharmaceutical use and the foreign trade of medicines and investigational medicinal products, (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bc3e9434c63d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-679ca5d3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2013-10950\" title=\"Royal Decree 782/2013 of 11 October 2013 on the distribution of medicines for human use (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52d016ab9988",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7ebba3e7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.aemps.gob.es/distribucion-de-medicamentos/principios-activos-fabricacion-importacion-distribucion/ruesa/\" title=\"register of manufacturers, importers and distributors of active substances (RUESA). (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c201e911de5a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-78cd704c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.aemps.gob.es/procedimientos/inspeccion-y-control-de-medicamentos/labofar/\" title=\"LABOFAR (Abre en nueva ventana)\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b191b149611",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-80e17601"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.aemps.gob.es/procedimientos/inspeccion-y-control-de-medicamentos/labofar/\" title=\"LABOFAR (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8cebe47b02c1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-09faf1a1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.aemps.gob.es/la-aemps/tasas/relaciontasas/\" 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)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c29b187b7c3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd5a3957"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.aemps.gob.es/inspeControl/labofar.html\" title=\"LABOFAR  (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1df9a56b06a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-db21f91f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.aemps.gob.es/distribucion-de-medicamentos/principios-activos-fabricacion-importacion-distribucion/?lang=en\" title=\"see Active Ingredients: manufacture, import, distribution. (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0498e30c83d4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f898df2e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://fabricaps.aemps.es/fabricps/faces/login.xhtml\" title=\"IPS INSTALACIONES PS (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e53c6e2d6bd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-93ff506c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.aemps.gob.es/productosSanitarios/docs/instrucciones-obtencion-licencias-instalaciones-PS1.pdf\" title=\"the Instructions on the procedure to follow to obtain a prior operating licence for plants for medical devices (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afaff779a3f8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e60739d5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.aemps.gob.es/PSCH/PS/instalaciones-PS.html\" title=\"See information on applying for login details for the application. (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f361928e1b53",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-abe4b974"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" data-fn=\"accordion\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" 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/\" title=\"The statement of compliance with cosmetics manufacturing  (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be12e2c0427a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-77681af0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sinaem.agemed.es/COSMET2/Declaracion/Login\" title=\"he statement of compliance with cosmetics manufacturing and import activities (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eecf20aad2b2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e67a508d"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" data-fn=\"accordion\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.aemps.gob.es/cosmeticos-cuidado-personal/docs/cumplimentacion_declaracion_responsable_Productos_Cuidado_Personal.pdf?x91809\" title=\"See the Instructions on completing the statement of compliance for personal care products. (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a37a3c0938b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a2d28b0f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.aemps.gob.es/PSCH/CH/cosmeticaHigiene.html\" title=\"COSMET (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "58ede0db0229",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a98d5cb4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.administracion.gob.es/PAG_Sede/ServiciosElectronicos/RegistroElectronicoComun.html?idioma=en\" title=\"the electronic registry. (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d0496e9b0d2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-95bae59a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://www.aemps.gob.es/cosmeticos-cuidado-personal/docs/plaguicidas_empresas_form_abril07.doc?x91809\" title=\"Instructions on the procedure to follow for the licensing of insect repellent manufacture, import and/or storage (pesticides for use in personal hygiene) (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "57fab8af89c6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fdec20ba"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" data-fn=\"accordion\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Balears, Illes (Abre en ventana nueva)\" alt=\"Acceso al servicio de Balears, Illes (Abre en ventana nueva)\" href=\"https://www.caib.es/sites/ordenaciofarmaceutica/es/portada-37618/\" coords=\"435,128,429,127,422,128,406,132,401,134,394,137,386,143,354,167,354,170,355,171,356,174,357,176,358,178,359,179,361,180,364,181,368,181,386,173,402,165,428,148,439,140,440,134,438,130,434,128\" target=\"_blank\" shape=\"poly\" id=\"baleares\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b361f765913",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-60cb4358"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" alt=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" href=\"https://www3.gobiernodecanarias.org/sanidad/scs/contenidoGenerico.jsp?idDocument=33fb1f45-1aa9-11e7-bf63-99aa63333125&idCarpeta=06a6104a-f829-11e2-8241-7543da9dbb8a\" coords=\"9,258,148,315\" target=\"_blank\" shape=\"rect\" id=\"canarias\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2313e23e6232",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4238ad51"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Comunitat Valenciana (Abre en ventana nueva)\" alt=\"Acceso al servicio de Comunitat Valenciana (Abre en ventana nueva)\" href=\"https://www.gva.es/va/inicio/procedimientos?id_proc=2647\" coords=\"320,212,319,208,316,204,314,199,316,196,312,190,315,187,315,183,317,181,317,173,315,171,312,171,308,168,311,162,310,158,304,157,301,155,301,150,303,147,307,146,308,144,308,140,309,136,313,136,315,136,316,139,318,136,320,133,325,129,325,127,329,125,331,122,331,116,331,112,332,109,333,107,338,108,340,108,341,109,344,108,347,113,349,112,350,115,348,120,346,124,344,127,340,132,339,136,337,138,335,141,332,147,331,150,330,154,332,157,333,160,335,164,337,170,339,173,343,174,345,175,347,178,342,181,338,182,334,186,329,189,326,192,326,196,326,197,323,198,323,202,322,206,321,207,321,212\" target=\"_blank\" shape=\"poly\" id=\"valencia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c84a884e8d1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c0874708"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" href=\"https://www.navarra.es/es/tramites/on/-/line/Autorizacion-de-establecimientos-relacionados-con-productos-sanitarios\" coords=\"275,43,275,46,278,49,284,51,288,51,291,56,293,56,293,59,293,61,292,62,291,62,290,62,290,64,292,64,295,65,298,66,300,66,302,64,302,61,301,58,300,56,301,53,302,49,305,44,306,41,310,40,313,36,314,32,313,31,309,29,305,29,302,26,301,28,300,29,298,27,298,25,300,23,299,20,296,20,292,20,291,19,289,21,287,23,287,25,285,27,285,30,280,32,279,33,280,36,278,40,278,42,275,43,275,46\" target=\"_blank\" shape=\"poly\" id=\"navarra\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69e1bc06caf4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8097f494"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" alt=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" href=\"https://www.euskadi.eus/autorizaciones-comunicaciones-y-tramites-relativos-a-oficina-de-farmacia/web01-a2farma/es/\" coords=\"253,19,253,22,255,22,256,24,257,25,257,29,261,31,262,32,259,34,257,34,256,35,258,37,259,38,261,40,264,40,264,39,264,37,267,37,270,38,271,40,272,42,274,42,277,41,277,38,279,36,278,33,279,31,283,30,284,27,285,25,286,25,286,22,289,20,290,18,290,17,287,18,283,20,277,20,270,16,264,15,261,15,259,17,255,18,253,19\" target=\"_blank\" shape=\"poly\" id=\"vascongadas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "910db819e4fd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9b24c67b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.caib.es/sites/ordenaciofarmaceutica/es/portada-37618/\" title=\"Acceso al servicio de Balears, Illes (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"baleares\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5906cabc8408",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-befad765"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www3.gobiernodecanarias.org/sanidad/scs/contenidoGenerico.jsp?idDocument=33fb1f45-1aa9-11e7-bf63-99aa63333125&idCarpeta=06a6104a-f829-11e2-8241-7543da9dbb8a\" title=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"canarias\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59aeb6cb975a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0143f446"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.gva.es/va/inicio/procedimientos?id_proc=2647\" title=\"Acceso al servicio de Comunitat Valenciana (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"valencia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b303e86893ef",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-935dddc7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.navarra.es/es/tramites/on/-/line/Autorizacion-de-establecimientos-relacionados-con-productos-sanitarios\" title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"navarra\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b5813ca7b4e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a4ea3f0b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.euskadi.eus/autorizaciones-comunicaciones-y-tramites-relativos-a-oficina-de-farmacia/web01-a2farma/es/\" title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"vascongadas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e203afffb10",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be175d35"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64523aca6187",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f37f791c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1b3d407ac0b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ce07da9a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "908c26b15ef5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5f8f2b4b89f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e27dde0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b1be57b04e5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fa9b5cd2"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bc08ab0b6512",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e990844e281",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 4595,
        "uniqueFailedCount": 87,
        "duplicateFailedCount": 14,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 14
    },
    {
      "submittedUrl": "https://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": 11350,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 989,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 5
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2783,
          "failed": 86,
          "cantTell": 69,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "01c6d4836761",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26aba1bfef8c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2793968183c6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "521c16fcdf85",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "baa63bc29b67",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb3a7d1fcb0a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9427fe33bb94",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d466405eab1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a38f03f0b56d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4113767e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "83da0f2b42e3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42cdd4c9"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9cab090268bd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4208961350b8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0e5d1242"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe28822bd459",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09005a99d157",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a9ed7729a7e1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8e28d79a697",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe17fae1cd04",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a3ad058e0b4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc85c4115b17",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1dcb01535c4a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d4d391ed3c5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3d2bb6f71de",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5037d383b1cb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "165159edcc4d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5a1bf1a9225",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed01d3099c19",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26fc9a84fc20",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a693ad4453b4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "354f26d22a1a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be2763251822",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/eu/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1dbe50a74cde",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3d4a4cb9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/eu/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8599cc2f1a3e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e7215823"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "881e1b1bfad0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5c8e457"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Empresas\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e94000059ca",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6e70a0a7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Contratación pública\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "258ef8a7da06",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4632b538"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Participación en licitaciones\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2018933b034e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-13894f9e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Azken eguneraketa: 23-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5fa9ec4becf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ba1e2c3184d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a7b02f50"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/otras-formas-licitacion.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94540bcf368e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-498b4ef1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/publicidad.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f89a2af41cb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0f963fff"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/aptitud.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be533669eb1d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b3b1517"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/plazo-documentacion.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "246d134c277b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-64319efa"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/umbrales-regimen-juridico.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d2e92d9e191",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6420835b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34bcae890b2e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6faa8f43"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion.html#-c61d1ebd1101\" title=\"Ir a Guía sobre contratación pública y competencia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6dabaf553f91",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2c465ca7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion.html#-a22c54b9eae7\" title=\"Ir a Planificación de la contratación pública\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd1f4ffccf22",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5c8727d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion.html#-448a0e4db09a\" title=\"Ir a Información por Comunidades Autónomas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8df81a76576",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4131326b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion.html#-518dd34b4737\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "274301b2a0e5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-01c7a23a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion.html#-5164f0e57158\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87a771f03d12",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d6fba599"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.hacienda.gob.es/Documentacion/Publico/D.G.%20PATRIMONIO/Junta%20Consultiva/GuiaPracticaContratacionPublicaPyme.pdf\" title=\"enlace (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "16432bfaf86a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-efc35e66"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.hacienda.gob.es/Documentacion/Publico/D.G. PATRIMONIO/Junta Consultiva/GUIA_CONTRATACION_v41_0.pdf\" title=\"enlace (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "68e7911e6ed9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c1b6f6d0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.hacienda.gob.es/es-ES/Oirescon/Paginas/guias.aspx\" title=\"enlace (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd728913a5be",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d946a23a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a58bd19a6aea",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" alt=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" href=\"https://juntadeandalucia.es/organismos/haciendayfinanciacioneuropea/areas/contratacion-publica/como-contratar.html\" coords=\"202,179,208,183,224,195,231,193,247,193,251,190,260,191,267,189,274,197,271,203,278,206,286,211,286,216,291,226,295,227,289,240,283,248,277,243,271,244,268,250,261,247,249,247,247,249,240,247,228,247,221,248,212,256,206,255,197,260,194,267,191,267,188,271,177,267,170,259,172,255,166,248,167,244,155,232,144,229,138,229,138,222,136,217,141,208,146,203,151,201,151,197,163,204,166,203,172,206,179,203,182,199,186,202,191,198,190,191,195,185,202,180\" target=\"_blank\" shape=\"poly\" id=\"andalucia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0d5d4e8b230",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f831a4ea"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" href=\"https://contratacion.jcyl.es/web/es/contratacion-administrativa.html\" coords=\"159,122,158,118,159,115,159,107,159,102,156,97,160,97,162,93,165,90,168,89,172,85,176,80,176,76,173,75,169,74,167,73,168,70,168,65,165,65,162,64,157,64,156,59,162,54,163,50,161,48,161,45,155,44,157,37,162,31,172,30,173,27,177,27,183,27,186,30,190,30,190,27,195,28,205,26,211,22,214,27,217,29,223,28,227,32,230,37,237,39,240,37,237,32,235,31,239,27,244,24,250,25,254,23,256,25,256,29,261,32,258,33,255,32,253,32,254,36,255,37,257,38,260,40,260,43,257,44,256,46,257,49,257,57,257,60,261,64,264,64,266,62,268,65,271,65,273,62,277,61,280,62,282,66,287,67,289,70,290,73,291,76,287,79,287,86,283,85,281,89,282,93,284,94,283,97,276,97,271,95,269,91,264,91,263,89,258,90,254,90,248,91,248,94,245,94,243,94,242,96,240,96,239,96,239,100,236,100,234,102,233,106,231,106,227,111,224,111,223,120,218,122,216,128,214,125,211,126,208,129,206,130,201,131,198,130,197,124,196,125,190,126,186,121,184,121,181,123,176,116,173,116,163,123,158,123,158,122\" target=\"_blank\" shape=\"poly\" id=\"castillaleon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "140ece72fc75",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-55c122d3"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" href=\"https://contratacion.castillalamancha.es/gestion-electronica-de-la-contratacion\" coords=\"314,181,308,178,306,179,301,180,301,184,300,186,301,191,298,194,293,192,289,194,285,195,283,195,277,204,273,203,276,196,268,188,260,189,251,189,246,191,243,191,237,190,236,192,227,192,224,193,213,185,206,180,209,174,210,172,208,169,211,168,211,165,216,164,214,160,215,153,213,153,208,156,202,149,203,144,202,141,199,141,198,138,198,137,198,131,203,132,208,130,213,127,215,129,218,129,222,128,223,127,224,128,229,127,236,130,240,131,241,132,240,133,240,134,236,137,235,139,236,140,241,139,247,134,257,133,259,133,258,126,257,126,257,120,253,115,249,110,248,105,250,100,247,95,250,94,249,92,255,91,262,91,264,92,268,92,270,96,274,98,280,99,284,98,285,95,288,95,292,98,295,101,296,105,298,107,298,112,297,115,294,115,293,118,291,120,293,123,297,126,301,128,303,133,306,136,308,136,307,143,305,146,301,147,300,152,300,156,305,158,310,159,309,164,307,168,309,171,312,173,315,172,316,177,316,181,315,181\" target=\"_blank\" shape=\"poly\" id=\"castillamancha\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4bff1e9c01e8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7bf7353c"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" href=\"https://contractaciopublica.gencat.cat/ecofin_pscp/AppJava/es_ES/search.pscp?reqCode=start\" coords=\"353,113,350,111,347,111,345,107,347,103,347,98,347,97,345,95,349,92,350,88,348,84,351,79,348,75,350,72,354,69,355,63,357,58,357,55,358,50,356,45,358,42,356,39,353,37,352,35,354,33,360,34,363,35,367,37,371,37,373,42,373,46,374,47,377,46,380,44,384,45,388,44,388,46,388,49,393,47,394,46,400,47,401,48,404,48,407,45,412,44,415,44,417,44,420,46,421,47,421,48,421,50,416,50,416,52,417,54,418,56,419,56,419,58,420,59,421,62,418,64,413,69,405,74,399,78,395,79,395,83,391,86,383,87,374,91,368,94,363,94,361,99,358,102,357,104,361,108,359,111,355,111,352,112,352,113\" target=\"_blank\" shape=\"poly\" id=\"cataluna\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "143fcce1a5a0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-88250bc8"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" alt=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" href=\"https://transparencia.xunta.gal/tema/informacion-economica-orzamentaria-e-estatistica/contratacion-publica\" coords=\"156,64,155,58,160,54,161,53,161,49,160,48,160,46,154,45,153,44,156,35,162,30,161,28,158,27,158,25,160,23,158,19,154,14,156,11,155,8,151,8,147,3,144,2,141,1,137,2,133,1,130,4,126,7,126,13,124,13,120,13,119,15,112,15,111,14,108,16,106,19,102,19,99,24,100,26,102,26,104,33,107,32,105,38,105,42,111,38,110,43,109,45,111,46,112,49,110,54,108,57,108,61,108,64,113,60,115,57,120,57,126,56,127,59,125,64,126,67,129,67,132,64,133,66,137,65,141,67,147,68,151,66,151,63,152,62\" target=\"_blank\" shape=\"poly\" id=\"galicia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f4270253d1cf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-43f2ebe3"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" href=\"http://www.madrid.org/cs/Satellite?pagename=PortalContratacion/Page/PCON_home\" coords=\"229,125,225,127,222,125,219,128,217,128,219,123,224,120,225,115,226,112,228,112,230,109,232,107,234,107,235,102,237,101,240,101,240,98,243,97,244,95,246,96,248,99,248,102,247,106,248,111,253,117,256,122,255,127,257,127,257,132,246,133,239,139,236,138,243,133,243,131,236,129,228,125,229,125\" target=\"_blank\" shape=\"poly\" id=\"madrid\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ac4f9c977e9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ca392f61"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" href=\"http://www.carm.es/web/pagina?IDCONTENIDO=709&IDTIPO=140&RASTRO=c$m22679\" coords=\"320,218,321,215,318,214,318,213,318,210,318,208,317,207,315,205,314,203,314,201,313,199,314,197,315,196,314,195,313,193,312,192,311,190,311,188,314,186,313,183,311,181,310,180,308,180,307,180,306,181,305,180,303,181,303,182,302,183,302,185,302,186,301,186,303,189,303,191,301,193,300,194,299,195,297,195,294,194,293,194,291,194,288,196,286,196,285,196,284,197,282,199,281,200,280,202,279,203,279,204,280,205,282,207,284,208,286,208,288,208,289,210,289,211,288,213,288,214,288,216,289,217,290,218,290,219,290,220,291,221,293,223,294,223,297,224,298,225,299,224,301,222,303,221,305,220,306,219,307,219,309,219,311,218,314,218,317,218,319,218,321,218\" target=\"_blank\" shape=\"poly\" id=\"murcia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fecbd2664fb7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4658cf2a"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" href=\"https://portalcontratacion.navarra.es/es/ayuda\" coords=\"275,43,275,46,278,49,284,51,288,51,291,56,293,56,293,59,293,61,292,62,291,62,290,62,290,64,292,64,295,65,298,66,300,66,302,64,302,61,301,58,300,56,301,53,302,49,305,44,306,41,310,40,313,36,314,32,313,31,309,29,305,29,302,26,301,28,300,29,298,27,298,25,300,23,299,20,296,20,292,20,291,19,289,21,287,23,287,25,285,27,285,30,280,32,279,33,280,36,278,40,278,42,275,43,275,46\" target=\"_blank\" shape=\"poly\" id=\"navarra\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "07de9f91cc68",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5bd8b249"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de País Vasco\" alt=\"Acceso al servicio de País Vasco\" href=\"https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion.html\" coords=\"253,19,253,22,255,22,256,24,257,25,257,29,261,31,262,32,259,34,257,34,256,35,258,37,259,38,261,40,264,40,264,39,264,37,267,37,270,38,271,40,272,42,274,42,277,41,277,38,279,36,278,33,279,31,283,30,284,27,285,25,286,25,286,22,289,20,290,18,290,17,287,18,283,20,277,20,270,16,264,15,261,15,259,17,255,18,253,19\" target=\"_self\" shape=\"poly\" id=\"vascongadas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89dc89733d2b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-679e77c0"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" alt=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" href=\"https://www.larioja.org/contratacion-publica/es\" coords=\"263,63,259,61,258,51,258,46,259,44,261,43,264,44,266,44,269,47,270,49,272,47,275,47,277,49,278,50,282,51,285,53,287,52,289,56,291,58,292,57,291,61,289,60,289,64,289,66,287,66,283,65,282,62,282,61,278,60,274,59,273,61,272,62,271,64,268,64,266,61,265,61\" target=\"_blank\" shape=\"poly\" id=\"rioja\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97177e6005e3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-294f230f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://juntadeandalucia.es/organismos/haciendayfinanciacioneuropea/areas/contratacion-publica/como-contratar.html\" title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"andalucia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8133c19d06e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-85499784"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://contratacion.jcyl.es/web/es/contratacion-administrativa.html\" title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillaleon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c7bb5fed05a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1485180c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://contratacion.castillalamancha.es/gestion-electronica-de-la-contratacion\" title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillamancha\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f3263b7f161",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a359f903"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://contractaciopublica.gencat.cat/ecofin_pscp/AppJava/es_ES/search.pscp?reqCode=start\" title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cataluna\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8ddb35f52f5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-83b8e696"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://transparencia.xunta.gal/tema/informacion-economica-orzamentaria-e-estatistica/contratacion-publica\" title=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"galicia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe2a80f8c190",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8593da00"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://www.madrid.org/cs/Satellite?pagename=PortalContratacion/Page/PCON_home\" title=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"madrid\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dcb96c992a57",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-44211434"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://www.carm.es/web/pagina?IDCONTENIDO=709&IDTIPO=140&RASTRO=c$m22679\" title=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"murcia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1cf5ff13c7f8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b500e23f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://portalcontratacion.navarra.es/es/ayuda\" title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"navarra\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "85fc218f243f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-52dab9a6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_self\" href=\"https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion.html\" title=\"Acceso al servicio de País Vasco\" class=\"comunidad selected\" name=\"vascongadas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e41115136281",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cb2fe959"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.larioja.org/contratacion-publica/es\" title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" class=\"comunidadlast selected\" name=\"rioja\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f5c4d6059f5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-71c84f67"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https :// europa.eu/youreurope/search/index _ es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0fb39d5bcea2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a734cd16"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https :// europa.eu/youreurope/search/index _ es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "817524f869f3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6c2a4e71"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d61c6320f390",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9d503ad7241",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e036dea6"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "983b1a75b356",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a8232067"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a9f067267e8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7eaab86e"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bdc6bf9f8abb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80aac2089942",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2901,
        "uniqueFailedCount": 81,
        "duplicateFailedCount": 5,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 5
    },
    {
      "submittedUrl": "https://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": 12612,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1126,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 7
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3084,
          "failed": 85,
          "cantTell": 65,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "heading_markup_misuse",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d39748a35753",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ca43b32ca76",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7bc04cf84305",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31eca06494c5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "62e68be1bfc0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76422016929c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b73749a58c8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52d55733ab2f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dcc0779ecfb1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-00e16913"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "762fe74355a1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-31b3633a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23cfc04067d7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0657842af8e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b3402664"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22ac2afadb3a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "66986dabaf39",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7f169b12a6a0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a6a53622014",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "35e2c5aa77b3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7179f86f1746",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f57a278fe44a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6315bbe45c79",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37fb9c6fdb5a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ece7da108802",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "767dd7ba6ca6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79ff301f09cd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae9d31cd6557",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b7aba3aeda5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4182ec3f43ed",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18c748bb347b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8fa1472b91c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "651abd850de0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/gl/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b74dba70087",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-411757f8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/gl/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "894048270c1c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-456ef52c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4219c15ee694",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-10b03724"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Empresas\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e0778cd650e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-40351132"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Productos\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2fbea107f318",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c7b4a733"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Última actualización: 18-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b588d0249bf0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e79ac96905d6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2335efb0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a9596bfaf68d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-995256f4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/reconocimiento-mutuo.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b0d1a859886",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cfd0be7a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a18ef0d1efad",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2cad401a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05746362cca0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65049626"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad.html#-e7650a2a576a\" title=\"Ir a Seguridad de los Productos\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0ffad7ae639",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ccb5a800"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad.html#-c379f092e10d\" title=\"Ir a Información por Comunidades Autónomas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8328abdbd737",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-44e8d754"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad.html#-9698ce3008c9\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c805a453e39d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1b0f6a68"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad.html#-4fe96dadfca7\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0029490313b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d36c8718"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://ec.europa.eu/safety-gate/#/screen/home\" title=\"Safety Gate\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8599058ad30",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8b91e8bc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://ec.europa.eu/safety-gate/#/screen/home\" title=\"Safety Gate\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee53979a01a0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6127a073"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://eur-lex.europa.eu/legal-content/ES/TXT/?uri=celex%3A32023R0988\" 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\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26f54b701068",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ca16b6d0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"servicios de consumo (Abre en nueva ventana)\" target=\"_blank\" href=\"https://www.dsca.gob.es/es/consumo/control-oficial-vigilancia-productos-alimenticios-no-alimenticios-servicios-0/autoridades-vigilancia-del-mercado-consumo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5301c4437a6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7ccc59d1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.dsca.gob.es/es/consumo/red-alertas\" title=\"aquí (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6cbb31e9b24",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7cfea5f8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://consumo.sede.gob.es/procedimientos/portada/ida/3743/idp/1592\" title=\"<strong>SISTEMA ESTATAL DE COMUNICACIÓN DE ACCIDENTES EN PRODUCTOS DE CONSUMO</strong> (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d70d64e66c69",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-264ede7f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://webgate.ec.europa.eu/consumer-safety-gateway/screen/public/home\" title=\"Consumer Safety Gateway (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b29c30671b4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-17d06753"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea8e38799b5e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" alt=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" href=\"https://www.consumoresponde.es/seguridad-productos\" coords=\"202,179,208,183,224,195,231,193,247,193,251,190,260,191,267,189,274,197,271,203,278,206,286,211,286,216,291,226,295,227,289,240,283,248,277,243,271,244,268,250,261,247,249,247,247,249,240,247,228,247,221,248,212,256,206,255,197,260,194,267,191,267,188,271,177,267,170,259,172,255,166,248,167,244,155,232,144,229,138,229,138,222,136,217,141,208,146,203,151,201,151,197,163,204,166,203,172,206,179,203,182,199,186,202,191,198,190,191,195,185,202,180\" target=\"_blank\" shape=\"poly\" id=\"andalucia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2481fd885ee5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-afaacfcf"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" alt=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" href=\"https://www.aragon.es/-/consumo-aragon\" coords=\"291,65,289,67,291,73,292,75,292,77,288,79,288,87,284,87,282,89,283,92,285,94,287,94,291,96,295,99,297,101,297,104,299,107,299,112,298,116,295,116,294,119,293,122,298,125,301,128,303,128,306,128,308,129,310,131,311,133,308,134,312,135,316,135,320,132,323,129,324,126,327,125,329,123,330,112,329,110,331,110,332,106,335,106,338,107,344,107,345,106,345,103,345,101,346,100,346,97,343,94,346,93,349,90,348,87,346,84,347,82,350,79,347,77,346,75,348,71,353,68,353,64,355,60,355,56,357,52,356,49,355,45,357,42,356,40,352,38,347,39,341,39,340,38,337,40,334,39,330,36,329,35,325,36,321,36,316,31,315,36,312,39,310,42,307,42,305,47,304,49,303,52,301,55,302,59,303,61,303,64,301,67,300,68,294,66,292,65,291,65\" target=\"_blank\" shape=\"poly\" id=\"aragon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f21606e3e28a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ef0472df"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" alt=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" href=\"https://www.gobiernodecanarias.org/consumo/control/\" coords=\"9,258,148,315\" target=\"_blank\" shape=\"rect\" id=\"canarias\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "422fb0c4bc9e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a0744fb7"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" href=\"https://consumo.jcyl.es/web/es/informacion-consumidor/alerta.html\" coords=\"159,122,158,118,159,115,159,107,159,102,156,97,160,97,162,93,165,90,168,89,172,85,176,80,176,76,173,75,169,74,167,73,168,70,168,65,165,65,162,64,157,64,156,59,162,54,163,50,161,48,161,45,155,44,157,37,162,31,172,30,173,27,177,27,183,27,186,30,190,30,190,27,195,28,205,26,211,22,214,27,217,29,223,28,227,32,230,37,237,39,240,37,237,32,235,31,239,27,244,24,250,25,254,23,256,25,256,29,261,32,258,33,255,32,253,32,254,36,255,37,257,38,260,40,260,43,257,44,256,46,257,49,257,57,257,60,261,64,264,64,266,62,268,65,271,65,273,62,277,61,280,62,282,66,287,67,289,70,290,73,291,76,287,79,287,86,283,85,281,89,282,93,284,94,283,97,276,97,271,95,269,91,264,91,263,89,258,90,254,90,248,91,248,94,245,94,243,94,242,96,240,96,239,96,239,100,236,100,234,102,233,106,231,106,227,111,224,111,223,120,218,122,216,128,214,125,211,126,208,129,206,130,201,131,198,130,197,124,196,125,190,126,186,121,184,121,181,123,176,116,173,116,163,123,158,123,158,122\" target=\"_blank\" shape=\"poly\" id=\"castillaleon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6b424dac1af",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d9f2e422"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" href=\"https://consumo.castillalamancha.es/control_de_mercado\" coords=\"314,181,308,178,306,179,301,180,301,184,300,186,301,191,298,194,293,192,289,194,285,195,283,195,277,204,273,203,276,196,268,188,260,189,251,189,246,191,243,191,237,190,236,192,227,192,224,193,213,185,206,180,209,174,210,172,208,169,211,168,211,165,216,164,214,160,215,153,213,153,208,156,202,149,203,144,202,141,199,141,198,138,198,137,198,131,203,132,208,130,213,127,215,129,218,129,222,128,223,127,224,128,229,127,236,130,240,131,241,132,240,133,240,134,236,137,235,139,236,140,241,139,247,134,257,133,259,133,258,126,257,126,257,120,253,115,249,110,248,105,250,100,247,95,250,94,249,92,255,91,262,91,264,92,268,92,270,96,274,98,280,99,284,98,285,95,288,95,292,98,295,101,296,105,298,107,298,112,297,115,294,115,293,118,291,120,293,123,297,126,301,128,303,133,306,136,308,136,307,143,305,146,301,147,300,152,300,156,305,158,310,159,309,164,307,168,309,171,312,173,315,172,316,177,316,181,315,181\" target=\"_blank\" shape=\"poly\" id=\"castillamancha\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7aea277b33fe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dbbe6d36"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" href=\"http://consum.gencat.cat/es/el-consum/despres-de-la-compra/\" coords=\"353,113,350,111,347,111,345,107,347,103,347,98,347,97,345,95,349,92,350,88,348,84,351,79,348,75,350,72,354,69,355,63,357,58,357,55,358,50,356,45,358,42,356,39,353,37,352,35,354,33,360,34,363,35,367,37,371,37,373,42,373,46,374,47,377,46,380,44,384,45,388,44,388,46,388,49,393,47,394,46,400,47,401,48,404,48,407,45,412,44,415,44,417,44,420,46,421,47,421,48,421,50,416,50,416,52,417,54,418,56,419,56,419,58,420,59,421,62,418,64,413,69,405,74,399,78,395,79,395,83,391,86,383,87,374,91,368,94,363,94,361,99,358,102,357,104,361,108,359,111,355,111,352,112,352,113\" target=\"_blank\" shape=\"poly\" id=\"cataluna\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf798dd63956",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a079f208"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" alt=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" href=\"https://sede.melilla.es/sta/Relec/CatalogDetail?dboidRequest=6269001026753377007187&action=make&dboidProcedure=6262601026753342707187&urlBack=https%3A%2F%2Fsede.melilla.es%2Fsta%2FCarpetaPublic%2FdoEvent%3FAPP_CODE%3DSTA%26PAGE_CODE%3DPTS2_HOME\" coords=\"275,299,276,300,276,303,276,304,271,304,267,304,267,302,268,299,275,299\" target=\"_blank\" shape=\"poly\" id=\"melilla\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8e4eb9d366a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fe532853"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" href=\"https://www.comunidad.madrid/servicios/consumo/inspeccion-alertas\" coords=\"229,125,225,127,222,125,219,128,217,128,219,123,224,120,225,115,226,112,228,112,230,109,232,107,234,107,235,102,237,101,240,101,240,98,243,97,244,95,246,96,248,99,248,102,247,106,248,111,253,117,256,122,255,127,257,127,257,132,246,133,239,139,236,138,243,133,243,131,236,129,228,125,229,125\" target=\"_blank\" shape=\"poly\" id=\"madrid\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34817972d8fc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-71a9baf7"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" href=\"https://www.carm.es/web/pagina?IDCONTENIDO=246&IDTIPO=140&RASTRO=c35$m\" coords=\"320,218,321,215,318,214,318,213,318,210,318,208,317,207,315,205,314,203,314,201,313,199,314,197,315,196,314,195,313,193,312,192,311,190,311,188,314,186,313,183,311,181,310,180,308,180,307,180,306,181,305,180,303,181,303,182,302,183,302,185,302,186,301,186,303,189,303,191,301,193,300,194,299,195,297,195,294,194,293,194,291,194,288,196,286,196,285,196,284,197,282,199,281,200,280,202,279,203,279,204,280,205,282,207,284,208,286,208,288,208,289,210,289,211,288,213,288,214,288,216,289,217,290,218,290,219,290,220,291,221,293,223,294,223,297,224,298,225,299,224,301,222,303,221,305,220,306,219,307,219,309,219,311,218,314,218,317,218,319,218,321,218\" target=\"_blank\" shape=\"poly\" id=\"murcia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7eba98c72f4f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5a67c55a"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" alt=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" href=\"https://www.kontsumobide.euskadi.eus/kon-conoce-mas-tus-derechos/webkon01-derechos/es/\" coords=\"253,19,253,22,255,22,256,24,257,25,257,29,261,31,262,32,259,34,257,34,256,35,258,37,259,38,261,40,264,40,264,39,264,37,267,37,270,38,271,40,272,42,274,42,277,41,277,38,279,36,278,33,279,31,283,30,284,27,285,25,286,25,286,22,289,20,290,18,290,17,287,18,283,20,277,20,270,16,264,15,261,15,259,17,255,18,253,19\" target=\"_blank\" shape=\"poly\" id=\"vascongadas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8c699a639e4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b5cf0044"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.consumoresponde.es/seguridad-productos\" title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"andalucia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c27bdb911a3c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d8e66b83"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.aragon.es/-/consumo-aragon\" title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"aragon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9b24ee92dde",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6188d339"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.gobiernodecanarias.org/consumo/control/\" title=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"canarias\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6dbfb704f016",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-291c1546"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://consumo.jcyl.es/web/es/informacion-consumidor/alerta.html\" title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillaleon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c49050453b8e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2a2350c9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://consumo.castillalamancha.es/control_de_mercado\" title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillamancha\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef858b6e08db",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-426dbeed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://consum.gencat.cat/es/el-consum/despres-de-la-compra/\" title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cataluna\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4436917e5438",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-24f0e1ff"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.melilla.es/sta/Relec/CatalogDetail?dboidRequest=6269001026753377007187&action=make&dboidProcedure=6262601026753342707187&urlBack=https%3A%2F%2Fsede.melilla.es%2Fsta%2FCarpetaPublic%2FdoEvent%3FAPP_CODE%3DSTA%26PAGE_CODE%3DPTS2_HOME\" title=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"melilla\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "74b6fb6d6b13",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-79f8eecd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.comunidad.madrid/servicios/consumo/inspeccion-alertas\" title=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"madrid\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5220bea51314",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b79c67f5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.carm.es/web/pagina?IDCONTENIDO=246&IDTIPO=140&RASTRO=c35$m\" title=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"murcia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "035b00058e89",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-21a2871c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.kontsumobide.euskadi.eus/kon-conoce-mas-tus-derechos/webkon01-derechos/es/\" title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"vascongadas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "244327082d63",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-28cd29a5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h4 class=\"t-fs-13\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84a3af8725ca",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b4ff75ed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_é.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d697aee5517d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7b59e4e9"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_é.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f54c5ab5643d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e4023724"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f17c82d3d3ba",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ec3d9694c52",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be5b1493"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c47ee167785",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cd1f6394"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b364e8f2fc7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c8b9f3fd9b0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3205,
        "uniqueFailedCount": 81,
        "duplicateFailedCount": 4,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 4
    },
    {
      "submittedUrl": "https://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": 14028,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1757,
          "failed": 30,
          "cantTell": 22,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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: 25000px; 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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-f99eb432"
          }
        ],
        "outcomeCount": 1846,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 2,
        "uniqueFailedCount": 28
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 5530,
          "failed": 158,
          "cantTell": 74,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_child_tabbable",
          "aria_child_valid",
          "aria_complementary_labelled",
          "aria_content_in_landmark",
          "aria_id_unique",
          "aria_keyboard_handler_exists",
          "aria_role_redundant",
          "aria_role_valid",
          "aria_widget_labelled",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "img_alt_valid",
          "input_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_quoted_correctly",
          "widget_tabbable_single"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f9685f29c75",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7239dd81b124",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8c7bf7e12c5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a86dea797208",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4fd8ed3136c7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d68631202f4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d25dc869782d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "837db9ea221e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24e205b1c88c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-00e16913"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "670de196aee6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-31b3633a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "35d6c6b239d2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "316e04672abe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b3402664"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d06bc1fa6d93",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9e91a0bed03",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "07ba56d4267b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "670fe43c7b69",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2276d9b93cb4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67dd98ee9af0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa3794eb7755",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72cbcff13d98",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "618f1b17fddc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5446e9cd7f5b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "215f2cee2e5a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5fb09f6c2f65",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a6d1af3f4db",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0cc9983427b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d9e3d37957c6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a799afa7b4fd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7bc95f83ec8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu5\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d72a0f0d640",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5c36bbc7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu5\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cae4913a60f8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-063271c3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c94daa76297c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/dam/jcr:e31ce16e-02c8-487e-b5dc-8163515b1293/oficina-atencion.jpg\" title=\" \" alt=\" \" class=\"fullImg\">",
            "message": "Image 'alt' attribute value consists only of blank space(s)",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a007301cb755",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aaacfa66"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h1 class=\"ppg-heading ppg-heading--white\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3cd99fe92d6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1f8d906f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h1 class=\"ppg-heading ppg-heading--white\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "02053aee78e0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-38a4d218"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button style=\"\" role=\"button\" class=\"slick-prev slick-arrow\" data-role=\"none\" type=\"button\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "402bfa1635ac",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-34c7d3ff"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button style=\"\" role=\"button\" class=\"slick-prev slick-arrow\" data-role=\"none\" type=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ec1d83b2798",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-151e2abb"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<div style=\"opacity: 1; width: 3321px; transform: translate3d(-738px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "message": "Verify the <div> element with \"listbox\" role has keyboard access",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "129359c9541a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-327ae023"
          },
          {
            "rule": "input_label_exists",
            "xpath": null,
            "html": "<div style=\"opacity: 1; width: 3321px; transform: translate3d(-738px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "message": "Form control with \"listbox\" role has no associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad54d425397c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-159f585d"
          },
          {
            "rule": "widget_tabbable_single",
            "xpath": null,
            "html": "<div style=\"opacity: 1; width: 3321px; transform: translate3d(-738px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "message": "Component with \"listbox\" role has more than one tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4021d906e410",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f1957280"
          },
          {
            "rule": "aria_child_tabbable",
            "xpath": null,
            "html": "<div style=\"opacity: 1; width: 3321px; transform: translate3d(-738px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "message": "None of the descendent elements with \"option\" role is tabbable",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "16dd71983f37",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ed469ec8"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide00\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"0\" style=\"width: 369px;\" class=\"slick-slide slick-current slick-active\">",
            "message": "The 'id' \"slick-slide00\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed83d76e7ce2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-69ea4a1c"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide00\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"0\" style=\"width: 369px;\" class=\"slick-slide slick-current slick-active\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9cd343fe13d1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e78f63f3"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9feae96efa20",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide01\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"1\" style=\"width: 369px;\" class=\"slick-slide slick-active\">",
            "message": "The 'id' \"slick-slide01\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bcd5699cfd46",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8aa708cb"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide01\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"1\" style=\"width: 369px;\" class=\"slick-slide slick-active\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0b0f219340f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-74f21c4a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide02\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"2\" style=\"width: 369px;\" class=\"slick-slide\">",
            "message": "The 'id' \"slick-slide02\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4d108fb4c2d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b1c69af"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide02\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"2\" style=\"width: 369px;\" class=\"slick-slide\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ee5c8bb10c6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6b598a77"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide03\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"3\" style=\"width: 369px;\" class=\"slick-slide\">",
            "message": "The 'id' \"slick-slide03\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d183a658e43e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d62b6768"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide03\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"3\" style=\"width: 369px;\" class=\"slick-slide\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "427add0e8d5e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-94fc37e5"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide04\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"4\" style=\"width: 369px;\" class=\"slick-slide\">",
            "message": "The 'id' \"slick-slide04\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db1063405925",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c3a1ea43"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide04\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"4\" style=\"width: 369px;\" class=\"slick-slide\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41ad7d325582",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c24fa797"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button style=\"\" role=\"button\" class=\"slick-next slick-arrow\" data-role=\"none\" type=\"button\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db74d5a551bf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0424f514"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button style=\"\" role=\"button\" class=\"slick-next slick-arrow\" data-role=\"none\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f4c2aea0d7b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-086f4e21"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/atencionCiudadana/Quienes-somos.html\" title=\"Punto de Acceso General electrónico (administracion.gob.es)\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3fd97ddb9a0e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-767d43fc"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/atencionCiudadana/Quienes-somos.html\" title=\"Punto de Acceso General electrónico (administracion.gob.es)\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "340e14e87781",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6cfd48d9"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Lectura-Facil.html\" title=\"Índice de contenidos\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7db210917bc5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2c9e25fe"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Lectura-Facil.html\" title=\"Índice de contenidos\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6124a2ec0c65",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-29f222e1"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.administracion.gob.es/PAG_Sede/HomeSede.html\" title=\"Sede electrónica do PAGe\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "309f38bd0f25",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1fcfa6f9"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.administracion.gob.es/PAG_Sede/HomeSede.html\" title=\"Sede electrónica do PAGe\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e61c383c41f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dbcea483"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/empleoPublico/Destacados-empleo-publico.html\" class=\"o-card__link ppg-icon__crossW-2a ppg-link ppg-link--btn\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2594936c0cc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c0b2841a"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/empleoPublico/Destacados-empleo-publico.html\" class=\"o-card__link ppg-icon__crossW-2a ppg-link ppg-link--btn\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "efbf0c23949b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-08d405c8"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/atencionCiudadana/encuentraTuOficina.html\" class=\"o-card__link ppg-icon__crossW-2a ppg-link ppg-link--btn\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12ee30e88c3c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2d499a35"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/atencionCiudadana/encuentraTuOficina.html\" class=\"o-card__link ppg-icon__crossW-2a ppg-link ppg-link--btn\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5efecd5bab63",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a04e7a3a"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://twitter.com/060gobes\" title=\"Twitter @060gobes\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37f21856375f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-294ef067"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://twitter.com/060gobes\" title=\"Twitter @060gobes\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95d0ec23356b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c6087aff"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.facebook.com/060pag/\" title=\"Facebook 060PAG\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f0b1416a000",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8bdb4ba2"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.facebook.com/060pag/\" title=\"Facebook 060PAG\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5667bb727519",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-47cf28cf"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.youtube.com/user/eadministraciones/videos\" title=\"Youtube Administracion.gob.es\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e908a70785d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b75b8b27"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.youtube.com/user/eadministraciones/videos\" title=\"Youtube Administracion.gob.es\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6536259dc97d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-581a1ffb"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/atencionCiudadana/redesSocialesMedios/AdministracionEsMedios.html\" class=\"ppg-link ppg-icon__crossR-2a\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41b00a6a85d7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bfe3ff26"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/atencionCiudadana/redesSocialesMedios/AdministracionEsMedios.html\" class=\"ppg-link ppg-icon__crossR-2a\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a8e02b671bf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-08b8a03c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/atencionCiudadana/ayudame/telefono.html\" title=\"Teléfono 060\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "faf786588efc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-983ef1bd"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/atencionCiudadana/ayudame/telefono.html\" title=\"Teléfono 060\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "03730bd9d1d9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-10d8c39f"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/contacto/buzon-atencion.html\" title=\"Caixa de correos de atención\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "788576320606",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d7b2be89"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/contacto/buzon-atencion.html\" title=\"Caixa de correos de atención\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80717957b2f4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b4213fec"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/contacto/webchat-060.html\" title=\"WebChat (soporte técnico)\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5bf9b7256565",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d79dc2c6"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/contacto/webchat-060.html\" title=\"WebChat (soporte técnico)\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2145c8e8a9ca",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-33d7acfd"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/contacto/oficina.html\" title=\"A nosa Oficina de Atención\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "888c78663b8d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8173897d"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/contacto/oficina.html\" title=\"A nosa Oficina de Atención\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8314913e538e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cba29afc"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://play.google.com/store/apps/details?ide=gov.es.minhap.emprego060\" title=\"App Empleo Público - Android\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5aae314d6997",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d215415b"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://play.google.com/store/apps/details?ide=gov.es.minhap.emprego060\" title=\"App Empleo Público - Android\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "785cc117e293",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-abe3ea51"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://itunes.apple.com/é/app/emprego-publico/ide1018781314?mt=8\" title=\"App Empleo Público - IOS (iPhone)\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fee3fd9ce340",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1d94e17d"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://play.google.com/store/apps/details?ide=é.minhap.android.lineasayuda\" title=\"App Ayudas - Android\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "803556345222",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2daaab3a"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://itunes.apple.com/é/app/l%C3%ADneas-de-axuda/ide1126334060?mt=8\" title=\"App Ayudas - IOS (iPhone)\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59de7467231a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8023a5e3"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/atencionCiudadana/calendarios.html\" title=\"Calendarios laborais e de días inhábiles\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd39d5ecf232",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-41156623"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"ppg-link-novedad\" title=\"Información para personas afectadas por la DANA\" href=\"/pag_Home/gl/Tramites/hechos-vitales/informacion-dana.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e0ee8984eb0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-90a61582"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72387538947c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"ppg-link-novedad\" title=\"Medidas urgentes\" href=\"https://www.boe.es/diario_boe/txt.php?id=BOE-A-2026-9359\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b783340fce35",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-575dc5d0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"ppg-link-novedad\" title=\"Herramienta innovadora de comunicación \" href=\"https://www.interior.gob.es/opencms/es/detalle/articulo/La-Policia-Nacional-presenta-un-sistema-de-comunicacion-con-pictogramas-para-mejorar-la-atencion-a-victimas-de-delitos-sexuales/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7df873668a6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7ed9a513"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"ppg-link-novedad\" title=\"Oficina de Difusión de la Danza\" href=\"https://www.cultura.gob.es/actualidad/2026/04/260429-presentacion-oficina-danza.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90923e4dff0b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fa7175fa"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/atencionCiudadana/Noticias.html\" title=\"Todas  as  noticias\" class=\"ocultar\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e507c4345790",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b9e2af4c"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" class=\"ppg-tabs__list ui-tabs-nav ui-corner-all ui-helper-reset ui-helper-clearfix ui-widget-header\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "83efb9c93f6f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1d192e30"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li aria-expanded=\"true\" aria-selected=\"true\" aria-labelledby=\"ui-id-1\" aria-controls=\"tab-0\" tabindex=\"0\" role=\"tab\" class=\"ppg-tabs__item ui-tabs-tab ui-corner-top ui-state-default ui-tab ui-tabs-active ui-state-active\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c10f01ec7adb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c48c434e"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<a id=\"ui-id-1\" tabindex=\"-1\" role=\"presentation\" class=\"ppg-tabs__link ui-tabs-anchor\" href=\"#tab-0\">",
            "message": "The ARIA role 'presentation' is not valid for the element <a> and may be ignored by the browser since the element is focusable",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "370367554966",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-07a62d0f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"textojustificado\">",
            "message": "Confirm this text 'Carta de servizos do Centro de Información Administrativa' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93a1a547f2d5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-eb1cb1c0"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside class=\"o-layout__sidebar\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78a896300c9f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d09b04b3"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button style=\"\" role=\"button\" class=\"slick-prev slick-arrow\" data-role=\"none\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3caa4fed755",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fbc85d05"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button style=\"\" role=\"button\" class=\"slick-prev slick-arrow\" data-role=\"none\" type=\"button\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button style=\"\" role=\"button\" class=\"slick-prev slick-arrow\" data-role=\"none\" type=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<button style=\"\" role=\"button\" class=\"slick-prev slick-arrow\" data-role=\"none\" type=\"button\">",
            "message": "Ensure the overlapped target \"button\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96b817c830f0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-50ac38c4"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<div style=\"opacity: 1; width: 55000px; transform: translate3d(-675px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc777533ceea",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2f46cf76"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<div style=\"opacity: 1; width: 55000px; transform: translate3d(-675px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "message": "Verify the <div> element with \"listbox\" role has keyboard access",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41da60eff366",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bbaf0210"
          },
          {
            "rule": "input_label_exists",
            "xpath": null,
            "html": "<div style=\"opacity: 1; width: 55000px; transform: translate3d(-675px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "message": "Form control with \"listbox\" role has no associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac22be098be2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-13198c93"
          },
          {
            "rule": "widget_tabbable_single",
            "xpath": null,
            "html": "<div style=\"opacity: 1; width: 55000px; transform: translate3d(-675px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "message": "Component with \"listbox\" role has more than one tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e53832fdedb0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-75ac8cb9"
          },
          {
            "rule": "aria_child_tabbable",
            "xpath": null,
            "html": "<div style=\"opacity: 1; width: 55000px; transform: translate3d(-675px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "message": "None of the descendent elements with \"option\" role is tabbable",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "548839ab9f12",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dc466f7c"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<div style=\"opacity: 1; width: 55000px; transform: translate3d(-675px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "message": "The element with role \"listbox\" owns the child element with the role \"list\" that is not one of the allowed role(s): \"option\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9552dac88d54",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f87ca6e2"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<div style=\"opacity: 1; width: 55000px; transform: translate3d(-675px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "message": "The element with role \"listbox\" owns the child element with the role \"list\" that is not one of the allowed role(s): \"option\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-slick__fig\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "802a222f6585",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7a85c3a8"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-slick__fig\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide10\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"0\" class=\"slick-slide slick-current slick-active slick-center\">",
            "message": "The 'id' \"slick-slide10\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1186fdc10fd7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-75d2fb95"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide10\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"0\" class=\"slick-slide slick-current slick-active slick-center\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b27602ce8e2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ff70696a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-slick__fig\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide11\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"1\" class=\"slick-slide slick-active\">",
            "message": "The 'id' \"slick-slide11\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd8e45d9c31e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7c749ac8"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide11\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"1\" class=\"slick-slide slick-active\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6729fe3ecf3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a38fa43f"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide11\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"1\" class=\"slick-slide slick-active\">",
            "message": "Interactive component with ARIA role 'option' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f4f05956bce8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f696df30"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-slick__fig\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide12\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"2\" class=\"slick-slide slick-active\">",
            "message": "The 'id' \"slick-slide12\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "594b176efb89",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-63b9f242"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide12\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"2\" class=\"slick-slide slick-active\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a06b6f81a0c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f089da92"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide12\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"2\" class=\"slick-slide slick-active\">",
            "message": "Interactive component with ARIA role 'option' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fbc2c529cb5a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-32814cda"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-slick__fig\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide13\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"3\" class=\"slick-slide\">",
            "message": "The 'id' \"slick-slide13\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8209eed750fa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4f979d66"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide13\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"3\" class=\"slick-slide\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2526b0baed2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-065f85f3"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide13\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"3\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'option' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d92e01c7075d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e38495e4"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide14\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"4\" class=\"slick-slide\">",
            "message": "The 'id' \"slick-slide14\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cdbbce06498c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4d68813b"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide14\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"4\" class=\"slick-slide\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab9c2f33e919",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4cd65983"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide14\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"4\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'option' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd88808ac428",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-feec8bfd"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide15\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"5\" class=\"slick-slide\">",
            "message": "The 'id' \"slick-slide15\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2530792c0f55",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-422417ff"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide15\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"5\" class=\"slick-slide\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0193e1f8fd4d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-55b0d183"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide15\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"5\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'option' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2aae1d8aeaec",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e60f53d6"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide16\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"6\" class=\"slick-slide\">",
            "message": "The 'id' \"slick-slide16\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2243e46975d4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d749608a"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide16\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"6\" class=\"slick-slide\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa07de1f460c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d88270b7"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide16\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"6\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'option' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f672541001ea",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-52209b2b"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide17\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"7\" class=\"slick-slide\">",
            "message": "The 'id' \"slick-slide17\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "158c42be401c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e8d46630"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide17\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"7\" class=\"slick-slide\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18ff7fa6fd8e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fc12ac66"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide17\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"7\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'option' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d5491a10a8a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-61bb0596"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide18\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"8\" class=\"slick-slide\">",
            "message": "The 'id' \"slick-slide18\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18141f5ce7bb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b62526a2"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide18\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"8\" class=\"slick-slide\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64349e55e9c9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-058aaab2"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide18\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"8\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'option' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a438d51605b9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0d63d609"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide19\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"9\" class=\"slick-slide\">",
            "message": "The 'id' \"slick-slide19\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2928051a4a69",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-290d5c96"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide19\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"9\" class=\"slick-slide\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a6b662103d87",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-52554d54"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide19\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"9\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'option' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1807fb788029",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a3e0cc60"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide110\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"10\" class=\"slick-slide\">",
            "message": "The 'id' \"slick-slide110\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0060010688b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-949d4d8f"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide110\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"10\" class=\"slick-slide\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0aace107afa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2d3aaeb5"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide110\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"10\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'option' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a763fe895036",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4374ddfa"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button style=\"\" role=\"button\" class=\"slick-next slick-arrow\" data-role=\"none\" type=\"button\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<button style=\"\" role=\"button\" class=\"slick-next slick-arrow\" data-role=\"none\" type=\"button\">",
            "message": "Ensure the overlapped target \"button\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5bd66be9b96",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ba233537"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button style=\"\" role=\"button\" class=\"slick-next slick-arrow\" data-role=\"none\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #e9e9e9. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b827e6c8663",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be5b1493"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "750a3d69fe06",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cd1f6394"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d2843fa48960",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e8f877c645d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 5725,
        "uniqueFailedCount": 143,
        "duplicateFailedCount": 15,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 17
    },
    {
      "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": 13852,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 990,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2885,
          "failed": 103,
          "cantTell": 83,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ed83f8bfd9f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7422de27d5d4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73fd1c8a6cff",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8aee77ccd1f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2af4c9220ee",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11e9a08ee6d5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b82632a31b24",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c08a56d3bec",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "daa04a199524",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4113767e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff320bdf6573",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42cdd4c9"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23d3417e5d75",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "650949edf8ae",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0e5d1242"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a860c2a19b1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae9100f39366",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6aa4507e1a28",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a7ff15753dd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0df0267849d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "351f6470a4c7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fbabd36f9b96",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19d745c6203e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3cb1e62c07de",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c1d2addf5a7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7983e22d6388",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e71e55a70d72",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "409c4067cab3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3abc818d3f66",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe13d36fa123",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11ccf84935f5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8403013bcd0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "731bf6b096a8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/eu/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "99f6a311e4c8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3d4a4cb9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/eu/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "faeabf05cee7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e7215823"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00f3de5b6f6c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5c8e457"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ciudadanos\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da08b76e601d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7336c38b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Trabajo y jubilación\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ed09ca6a905",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5f21b52c"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Azken eguneraketa: 13-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ae74fe945d6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97dc4faf2d04",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b3c5f981"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c5d69494359a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2222e80f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2690c62e67a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a43f1376"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae987a86f827",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ef4336cd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguro-responsabilidad.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4f4dc8f0d19",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-96cc57fe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86b63c7b75af",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0d46429e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b54dcb0b5d2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bc9686ae"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguridad-salud.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d72a8c7c5ab",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c4f0d3ad"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguridad-social-pensiones.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c71272156e1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ce6e728"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion.html#-18a4b740834f\" title=\"Ir a Incorporación a un puesto de trabajo en otro Estado miembro\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7a9cb113f45",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-56b7d21a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion.html#-e0ee42358a2d\" title=\"Ir a Información por Comunidades Autónomas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "02c446b2bbd5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9a9eb914"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion.html#-c985f80e833a\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3be60592ea0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2af6649c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion.html#-c4910c8363b2\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "baa8c220468a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6ccfc92e"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"textojustificado\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"vida y trabajo en España\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "182878fc4690",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9c3a2710"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"EURES: Vida y Trabajo: España (Abre en nueva ventana)\" target=\"_blank\" href=\"https://eures.europa.eu/index_es\" class=\"enlacenegrita\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f3acab42a5c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-02c4d758"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"EURES: encontrar trabajo en Europa. SEPE (Abre en nueva ventana)\" target=\"_blank\" href=\"https://www.sepe.es/HomeSepe/Personas/encontrar-trabajo/empleo-europa.html\" class=\"enlacenegrita\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06aca50b1ae1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-92c53d06"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94751673c34e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" alt=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" href=\"https://www.juntadeandalucia.es/organismos/sae.html\" coords=\"202,179,208,183,224,195,231,193,247,193,251,190,260,191,267,189,274,197,271,203,278,206,286,211,286,216,291,226,295,227,289,240,283,248,277,243,271,244,268,250,261,247,249,247,247,249,240,247,228,247,221,248,212,256,206,255,197,260,194,267,191,267,188,271,177,267,170,259,172,255,166,248,167,244,155,232,144,229,138,229,138,222,136,217,141,208,146,203,151,201,151,197,163,204,166,203,172,206,179,203,182,199,186,202,191,198,190,191,195,185,202,180\" target=\"_blank\" shape=\"poly\" id=\"andalucia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "131718eb6fa4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f12a6b72"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" alt=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" href=\"https://inaem.aragon.es/\" coords=\"291,65,289,67,291,73,292,75,292,77,288,79,288,87,284,87,282,89,283,92,285,94,287,94,291,96,295,99,297,101,297,104,299,107,299,112,298,116,295,116,294,119,293,122,298,125,301,128,303,128,306,128,308,129,310,131,311,133,308,134,312,135,316,135,320,132,323,129,324,126,327,125,329,123,330,112,329,110,331,110,332,106,335,106,338,107,344,107,345,106,345,103,345,101,346,100,346,97,343,94,346,93,349,90,348,87,346,84,347,82,350,79,347,77,346,75,348,71,353,68,353,64,355,60,355,56,357,52,356,49,355,45,357,42,356,40,352,38,347,39,341,39,340,38,337,40,334,39,330,36,329,35,325,36,321,36,316,31,315,36,312,39,310,42,307,42,305,47,304,49,303,52,301,55,302,59,303,61,303,64,301,67,300,68,294,66,292,65,291,65\" target=\"_blank\" shape=\"poly\" id=\"aragon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30a90624acca",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-efc62349"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Asturias, Principado de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Asturias, Principado de (Abre en ventana nueva)\" href=\"https://trabajastur.asturias.es/\" coords=\"220,16,220,18,218,18,215,19,213,20,214,22,211,20,210,21,209,22,204,25,199,26,194,27,190,26,189,26,189,29,186,29,184,26,183,26,177,26,173,26,171,29,164,30,163,29,162,28,161,27,159,26,159,25,161,24,161,21,157,16,155,14,158,10,156,9,161,9,167,9,171,9,176,8,179,8,181,10,185,8,188,7,191,10,195,10,201,10,203,12,206,13,210,13,214,14,216,16,220,16\" target=\"_blank\" shape=\"poly\" id=\"asturias\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "74e44b7a3aa4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16a984b0"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Balears, Illes (Abre en ventana nueva)\" alt=\"Acceso al servicio de Balears, Illes (Abre en ventana nueva)\" href=\"https://soib.es/es/\" coords=\"435,128,429,127,422,128,406,132,401,134,394,137,386,143,354,167,354,170,355,171,356,174,357,176,358,178,359,179,361,180,364,181,368,181,386,173,402,165,428,148,439,140,440,134,438,130,434,128\" target=\"_blank\" shape=\"poly\" id=\"baleares\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b70cacb8cab",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6e6c62fc"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" alt=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" href=\"https://www.gobiernodecanarias.org/empleo/sce/principal\" coords=\"9,258,148,315\" target=\"_blank\" shape=\"rect\" id=\"canarias\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52125b99921d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-164d5dd0"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" href=\"https://empleacantabria.es/\" coords=\"213,23,215,26,217,28,223,27,226,28,228,31,230,34,231,36,236,37,238,37,237,33,234,32,234,29,238,27,242,24,244,23,245,23,250,24,249,21,250,20,252,19,254,17,252,16,249,16,246,13,245,12,242,14,238,14,236,13,232,15,231,16,227,16,222,16,221,18,221,19,218,19,215,20,216,22,215,23,213,22\" target=\"_blank\" shape=\"poly\" id=\"cantabria\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b8d2aa37f49",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4dd2fe24"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" href=\"https://empleo.jcyl.es/web/es/empleo-castilla-leon.html\" coords=\"159,122,158,118,159,115,159,107,159,102,156,97,160,97,162,93,165,90,168,89,172,85,176,80,176,76,173,75,169,74,167,73,168,70,168,65,165,65,162,64,157,64,156,59,162,54,163,50,161,48,161,45,155,44,157,37,162,31,172,30,173,27,177,27,183,27,186,30,190,30,190,27,195,28,205,26,211,22,214,27,217,29,223,28,227,32,230,37,237,39,240,37,237,32,235,31,239,27,244,24,250,25,254,23,256,25,256,29,261,32,258,33,255,32,253,32,254,36,255,37,257,38,260,40,260,43,257,44,256,46,257,49,257,57,257,60,261,64,264,64,266,62,268,65,271,65,273,62,277,61,280,62,282,66,287,67,289,70,290,73,291,76,287,79,287,86,283,85,281,89,282,93,284,94,283,97,276,97,271,95,269,91,264,91,263,89,258,90,254,90,248,91,248,94,245,94,243,94,242,96,240,96,239,96,239,100,236,100,234,102,233,106,231,106,227,111,224,111,223,120,218,122,216,128,214,125,211,126,208,129,206,130,201,131,198,130,197,124,196,125,190,126,186,121,184,121,181,123,176,116,173,116,163,123,158,123,158,122\" target=\"_blank\" shape=\"poly\" id=\"castillaleon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d16901c47914",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f2504183"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" href=\"https://empleoyformacion.castillalamancha.es/\" coords=\"314,181,308,178,306,179,301,180,301,184,300,186,301,191,298,194,293,192,289,194,285,195,283,195,277,204,273,203,276,196,268,188,260,189,251,189,246,191,243,191,237,190,236,192,227,192,224,193,213,185,206,180,209,174,210,172,208,169,211,168,211,165,216,164,214,160,215,153,213,153,208,156,202,149,203,144,202,141,199,141,198,138,198,137,198,131,203,132,208,130,213,127,215,129,218,129,222,128,223,127,224,128,229,127,236,130,240,131,241,132,240,133,240,134,236,137,235,139,236,140,241,139,247,134,257,133,259,133,258,126,257,126,257,120,253,115,249,110,248,105,250,100,247,95,250,94,249,92,255,91,262,91,264,92,268,92,270,96,274,98,280,99,284,98,285,95,288,95,292,98,295,101,296,105,298,107,298,112,297,115,294,115,293,118,291,120,293,123,297,126,301,128,303,133,306,136,308,136,307,143,305,146,301,147,300,152,300,156,305,158,310,159,309,164,307,168,309,171,312,173,315,172,316,177,316,181,315,181\" target=\"_blank\" shape=\"poly\" id=\"castillamancha\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e66c4ec70bce",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-234b6efe"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" href=\"https://serveiocupacio.gencat.cat/ca/inici\" coords=\"353,113,350,111,347,111,345,107,347,103,347,98,347,97,345,95,349,92,350,88,348,84,351,79,348,75,350,72,354,69,355,63,357,58,357,55,358,50,356,45,358,42,356,39,353,37,352,35,354,33,360,34,363,35,367,37,371,37,373,42,373,46,374,47,377,46,380,44,384,45,388,44,388,46,388,49,393,47,394,46,400,47,401,48,404,48,407,45,412,44,415,44,417,44,420,46,421,47,421,48,421,50,416,50,416,52,417,54,418,56,419,56,419,58,420,59,421,62,418,64,413,69,405,74,399,78,395,79,395,83,391,86,383,87,374,91,368,94,363,94,361,99,358,102,357,104,361,108,359,111,355,111,352,112,352,113\" target=\"_blank\" shape=\"poly\" id=\"cataluna\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef37adf28e5f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e3d59814"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Ciudad de Ceuta (Abre en ventana nueva)\" alt=\"Acceso al servicio de Ciudad de Ceuta (Abre en ventana nueva)\" href=\"https://empleo.jcyl.es/web/es/empleo-castilla-leon.html\" coords=\"195,283,192,283,188,283,186,283,186,281,186,279,188,278,193,278,195,278,196,282,196,284,195,283\" target=\"_blank\" shape=\"poly\" id=\"ceuta\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b6e452c4499",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e7f866bf"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" alt=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" href=\"https://sepe.es/HomeSepe/que-es-el-sepe/informacion-ceuta-melilla/informacion-melilla.html\" coords=\"275,299,276,300,276,303,276,304,271,304,267,304,267,302,268,299,275,299\" target=\"_blank\" shape=\"poly\" id=\"melilla\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50424b53feb0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a928590"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Comunitat Valenciana (Abre en ventana nueva)\" alt=\"Acceso al servicio de Comunitat Valenciana (Abre en ventana nueva)\" href=\"https://labora.gva.es/va/inici\" coords=\"320,212,319,208,316,204,314,199,316,196,312,190,315,187,315,183,317,181,317,173,315,171,312,171,308,168,311,162,310,158,304,157,301,155,301,150,303,147,307,146,308,144,308,140,309,136,313,136,315,136,316,139,318,136,320,133,325,129,325,127,329,125,331,122,331,116,331,112,332,109,333,107,338,108,340,108,341,109,344,108,347,113,349,112,350,115,348,120,346,124,344,127,340,132,339,136,337,138,335,141,332,147,331,150,330,154,332,157,333,160,335,164,337,170,339,173,343,174,345,175,347,178,342,181,338,182,334,186,329,189,326,192,326,196,326,197,323,198,323,202,322,206,321,207,321,212\" target=\"_blank\" shape=\"poly\" id=\"valencia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc894de1e7f1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f36c000f"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" alt=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" href=\"https://sexpeemplea.juntaex.es/\" coords=\"214,154,208,157,201,149,202,144,201,142,198,142,197,139,196,138,197,130,196,126,190,127,185,122,181,124,175,117,163,124,153,125,153,128,156,131,156,136,153,142,153,145,138,145,143,151,145,159,148,163,152,164,153,168,145,178,144,184,142,186,147,196,153,196,164,203,165,202,172,204,178,202,180,199,183,198,187,200,189,198,188,191,200,179,202,178,206,178,209,172,207,169,210,167,210,164,214,163,213,160,214,157\" target=\"_blank\" shape=\"poly\" id=\"extremadura\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "042f54ba13b2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-75709b14"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" alt=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" href=\"https://emprego.xunta.gal/portal/es/\" coords=\"156,64,155,58,160,54,161,53,161,49,160,48,160,46,154,45,153,44,156,35,162,30,161,28,158,27,158,25,160,23,158,19,154,14,156,11,155,8,151,8,147,3,144,2,141,1,137,2,133,1,130,4,126,7,126,13,124,13,120,13,119,15,112,15,111,14,108,16,106,19,102,19,99,24,100,26,102,26,104,33,107,32,105,38,105,42,111,38,110,43,109,45,111,46,112,49,110,54,108,57,108,61,108,64,113,60,115,57,120,57,126,56,127,59,125,64,126,67,129,67,132,64,133,66,137,65,141,67,147,68,151,66,151,63,152,62\" target=\"_blank\" shape=\"poly\" id=\"galicia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ce843f55d5f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9fece143"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" href=\"https://www.comunidad.madrid/servicios/empleo\" coords=\"229,125,225,127,222,125,219,128,217,128,219,123,224,120,225,115,226,112,228,112,230,109,232,107,234,107,235,102,237,101,240,101,240,98,243,97,244,95,246,96,248,99,248,102,247,106,248,111,253,117,256,122,255,127,257,127,257,132,246,133,239,139,236,138,243,133,243,131,236,129,228,125,229,125\" target=\"_blank\" shape=\"poly\" id=\"madrid\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6ff05eb12d1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-74c14467"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" href=\"https://www.sefcarm.es/web/pagina?IDCONTENIDO=8&IDTIPO=180\" coords=\"320,218,321,215,318,214,318,213,318,210,318,208,317,207,315,205,314,203,314,201,313,199,314,197,315,196,314,195,313,193,312,192,311,190,311,188,314,186,313,183,311,181,310,180,308,180,307,180,306,181,305,180,303,181,303,182,302,183,302,185,302,186,301,186,303,189,303,191,301,193,300,194,299,195,297,195,294,194,293,194,291,194,288,196,286,196,285,196,284,197,282,199,281,200,280,202,279,203,279,204,280,205,282,207,284,208,286,208,288,208,289,210,289,211,288,213,288,214,288,216,289,217,290,218,290,219,290,220,291,221,293,223,294,223,297,224,298,225,299,224,301,222,303,221,305,220,306,219,307,219,309,219,311,218,314,218,317,218,319,218,321,218\" target=\"_blank\" shape=\"poly\" id=\"murcia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b513604f7a5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f93e4446"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" href=\"https://www.navarra.es/es/empleo\" coords=\"275,43,275,46,278,49,284,51,288,51,291,56,293,56,293,59,293,61,292,62,291,62,290,62,290,64,292,64,295,65,298,66,300,66,302,64,302,61,301,58,300,56,301,53,302,49,305,44,306,41,310,40,313,36,314,32,313,31,309,29,305,29,302,26,301,28,300,29,298,27,298,25,300,23,299,20,296,20,292,20,291,19,289,21,287,23,287,25,285,27,285,30,280,32,279,33,280,36,278,40,278,42,275,43,275,46\" target=\"_blank\" shape=\"poly\" id=\"navarra\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c03d71173f4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5a4dd799"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" alt=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" href=\"https://www.lanbide.euskadi.eus/hasiera/\" coords=\"253,19,253,22,255,22,256,24,257,25,257,29,261,31,262,32,259,34,257,34,256,35,258,37,259,38,261,40,264,40,264,39,264,37,267,37,270,38,271,40,272,42,274,42,277,41,277,38,279,36,278,33,279,31,283,30,284,27,285,25,286,25,286,22,289,20,290,18,290,17,287,18,283,20,277,20,270,16,264,15,261,15,259,17,255,18,253,19\" target=\"_blank\" shape=\"poly\" id=\"vascongadas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6380c906ef23",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5c4aadb8"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" alt=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" href=\"https://www.larioja.org/empleo-formacion/es\" coords=\"263,63,259,61,258,51,258,46,259,44,261,43,264,44,266,44,269,47,270,49,272,47,275,47,277,49,278,50,282,51,285,53,287,52,289,56,291,58,292,57,291,61,289,60,289,64,289,66,287,66,283,65,282,62,282,61,278,60,274,59,273,61,272,62,271,64,268,64,266,61,265,61\" target=\"_blank\" shape=\"poly\" id=\"rioja\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "190236f8a25b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-85ce3e82"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.juntadeandalucia.es/organismos/sae.html\" title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"andalucia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3ca139832ff",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7691d055"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://inaem.aragon.es/\" title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"aragon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab309dd84c9f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e33db4bc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://trabajastur.asturias.es/\" title=\"Acceso al servicio de Asturias, Principado de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"asturias\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7970c208c279",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-343cd9c6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://soib.es/es/\" title=\"Acceso al servicio de Balears, Illes (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"baleares\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "118ec2536faa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-51cb712b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.gobiernodecanarias.org/empleo/sce/principal\" title=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"canarias\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c269c62be04e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7eee0ccb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://empleacantabria.es/\" title=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cantabria\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d971a6112fc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f69ee9d2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://empleo.jcyl.es/web/es/empleo-castilla-leon.html\" title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillaleon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90631d2c9127",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-509fda0c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://empleoyformacion.castillalamancha.es/\" title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillamancha\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22eefbea4aac",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3aff2369"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://serveiocupacio.gencat.cat/ca/inici\" title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cataluna\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "321fd98be214",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fa079d41"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://empleo.jcyl.es/web/es/empleo-castilla-leon.html\" title=\"Acceso al servicio de Ciudad de Ceuta (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"ceuta\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "07d3c0db1ca6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4eeec51b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sepe.es/HomeSepe/que-es-el-sepe/informacion-ceuta-melilla/informacion-melilla.html\" title=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"melilla\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7649c9fab1e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-712e2de4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://labora.gva.es/va/inici\" title=\"Acceso al servicio de Comunitat Valenciana (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"valencia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b1a6c435e65",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b03cec6c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sexpeemplea.juntaex.es/\" title=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"extremadura\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e10d56c578a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a985b770"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://emprego.xunta.gal/portal/es/\" title=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"galicia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f3c9ea0f625",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3794e6f5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.comunidad.madrid/servicios/empleo\" title=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"madrid\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da6f03e383fa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a290f5fc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.sefcarm.es/web/pagina?IDCONTENIDO=8&IDTIPO=180\" title=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"murcia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb220d698bf7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-83c4fb4a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.navarra.es/es/empleo\" title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"navarra\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0249e2efa0d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7bbc61d0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.lanbide.euskadi.eus/hasiera/\" title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"vascongadas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1de379cc2bdc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e4216d8a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.larioja.org/empleo-formacion/es\" title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" class=\"comunidadlast selected\" name=\"rioja\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4288deeb517",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-692d873b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https :// europa.eu/youreurope/search/index _ es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a4b632f21d9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a734cd16"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https :// europa.eu/youreurope/search/index _ es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "68b2be507c80",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6c2a4e71"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60c8dea28c2e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c5399061116b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e036dea6"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe73dc957fce",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a8232067"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d900ffbbf46",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7eaab86e"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d423a5eebe0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c421e95ff863",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3036,
        "uniqueFailedCount": 99,
        "duplicateFailedCount": 4,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 4
    },
    {
      "submittedUrl": "https://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": 12998,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1046,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3003,
          "failed": 93,
          "cantTell": 78,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88b7c70768f0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "184b4ec43c91",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "408e9a3bfbc6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ced4f1450007",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "323b46a5f488",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9808a3c6f3b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b7c940052ff",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44aa631e868c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "459babd4b672",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4113767e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f82b575ebde",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42cdd4c9"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "377b0e7226f4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3c18303416b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0e5d1242"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cbaae283ac89",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa6eb51fbde0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51103df8db13",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6fb452e199c6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e59ff2e86e9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d8471af351b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a457fd52c2f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3cb2290a6d8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ffff03fdcc7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "babb0fd1adec",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d9911c2bc0d1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6623b57d599d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3cfd74daeb7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed64748f9cbf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f6c80a34cdb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f90dfcf98544",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a549b39d3aec",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "943d72f014ca",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/eu/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18215d19d9e9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3d4a4cb9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/eu/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a69457d483cb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e7215823"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13fcebde1bf5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5c8e457"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ciudadanos\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b403962843e0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7336c38b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Consumidores\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1a60e9eb3a8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4749e9ea"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Compraventa de productos y servicios\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1ab3335d7a2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c562105e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Azken eguneraketa: 18-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dcc4567df290",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/garantias.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17e1eac2c442",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f287a7de"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/devolucion.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "008c2ad93ac6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a44b09cc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c023028739e6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2b456a38"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "851dfed8132c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-35c27bd1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos.html#-2bc69cd92eda\" title=\"Ir a ¿Qué tipo de reclamación se puede interponer?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3b8625e1617",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6b3d4b44"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos.html#-1f6d31d6c5e1\" title=\"Ir a ¿Cómo se puede iniciar una reclamación?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a9e6ec272c7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e849d1b8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos.html#-1142ac7d82d2\" title=\"Ir a ¿Cuáles son las fórmulas para tramitar una reclamación?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cea96760d364",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5e70bb8d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos.html#-92b35e2819f4\" title=\"Ir a Información por Comunidades Autónomas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "795ae10887c1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cc698796"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos.html#-84e17f0d5a6a\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "57327dfe4846",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b6201815"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos.html#-6e7cd6920b3b\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f72e3ac62e14",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0e8a5c32"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c45c073b43fc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" alt=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" href=\"https://www.juntadeandalucia.es/temas/vivienda-consumo/consumo/proteccion.html\" coords=\"202,179,208,183,224,195,231,193,247,193,251,190,260,191,267,189,274,197,271,203,278,206,286,211,286,216,291,226,295,227,289,240,283,248,277,243,271,244,268,250,261,247,249,247,247,249,240,247,228,247,221,248,212,256,206,255,197,260,194,267,191,267,188,271,177,267,170,259,172,255,166,248,167,244,155,232,144,229,138,229,138,222,136,217,141,208,146,203,151,201,151,197,163,204,166,203,172,206,179,203,182,199,186,202,191,198,190,191,195,185,202,180\" target=\"_blank\" shape=\"poly\" id=\"andalucia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d717c5f95a7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5a269901"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" alt=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" href=\"https://www.aragon.es/-/reclamaciones-de-consumo\" coords=\"291,65,289,67,291,73,292,75,292,77,288,79,288,87,284,87,282,89,283,92,285,94,287,94,291,96,295,99,297,101,297,104,299,107,299,112,298,116,295,116,294,119,293,122,298,125,301,128,303,128,306,128,308,129,310,131,311,133,308,134,312,135,316,135,320,132,323,129,324,126,327,125,329,123,330,112,329,110,331,110,332,106,335,106,338,107,344,107,345,106,345,103,345,101,346,100,346,97,343,94,346,93,349,90,348,87,346,84,347,82,350,79,347,77,346,75,348,71,353,68,353,64,355,60,355,56,357,52,356,49,355,45,357,42,356,40,352,38,347,39,341,39,340,38,337,40,334,39,330,36,329,35,325,36,321,36,316,31,315,36,312,39,310,42,307,42,305,47,304,49,303,52,301,55,302,59,303,61,303,64,301,67,300,68,294,66,292,65,291,65\" target=\"_blank\" shape=\"poly\" id=\"aragon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d52ba1ca7d9b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-95e8aa54"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Balears, Illes (Abre en ventana nueva)\" alt=\"Acceso al servicio de Balears, Illes (Abre en ventana nueva)\" href=\"https://www.caib.es/sites/consumidor/es/reclamaciones_denuncias_y_consultas-90/\" coords=\"435,128,429,127,422,128,406,132,401,134,394,137,386,143,354,167,354,170,355,171,356,174,357,176,358,178,359,179,361,180,364,181,368,181,386,173,402,165,428,148,439,140,440,134,438,130,434,128\" target=\"_blank\" shape=\"poly\" id=\"baleares\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d5e2d4e05bf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5757730e"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" alt=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" href=\"https://www.gobiernodecanarias.org/consumo/\" coords=\"9,258,148,315\" target=\"_blank\" shape=\"rect\" id=\"canarias\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d17f5b592729",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6b666fbd"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" href=\"https://comercioyconsumodecantabria.es/junta-arbitral\" coords=\"213,23,215,26,217,28,223,27,226,28,228,31,230,34,231,36,236,37,238,37,237,33,234,32,234,29,238,27,242,24,244,23,245,23,250,24,249,21,250,20,252,19,254,17,252,16,249,16,246,13,245,12,242,14,238,14,236,13,232,15,231,16,227,16,222,16,221,18,221,19,218,19,215,20,216,22,215,23,213,22\" target=\"_blank\" shape=\"poly\" id=\"cantabria\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "02a584f8b0fa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-eed6dcf5"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" href=\"https://www.tramitacastillayleon.jcyl.es/web/jcyl/AdministracionElectronica/es/Plantilla100Detalle/1251181050732/Tramite/1285034647013/Tramite\" coords=\"159,122,158,118,159,115,159,107,159,102,156,97,160,97,162,93,165,90,168,89,172,85,176,80,176,76,173,75,169,74,167,73,168,70,168,65,165,65,162,64,157,64,156,59,162,54,163,50,161,48,161,45,155,44,157,37,162,31,172,30,173,27,177,27,183,27,186,30,190,30,190,27,195,28,205,26,211,22,214,27,217,29,223,28,227,32,230,37,237,39,240,37,237,32,235,31,239,27,244,24,250,25,254,23,256,25,256,29,261,32,258,33,255,32,253,32,254,36,255,37,257,38,260,40,260,43,257,44,256,46,257,49,257,57,257,60,261,64,264,64,266,62,268,65,271,65,273,62,277,61,280,62,282,66,287,67,289,70,290,73,291,76,287,79,287,86,283,85,281,89,282,93,284,94,283,97,276,97,271,95,269,91,264,91,263,89,258,90,254,90,248,91,248,94,245,94,243,94,242,96,240,96,239,96,239,100,236,100,234,102,233,106,231,106,227,111,224,111,223,120,218,122,216,128,214,125,211,126,208,129,206,130,201,131,198,130,197,124,196,125,190,126,186,121,184,121,181,123,176,116,173,116,163,123,158,123,158,122\" target=\"_blank\" shape=\"poly\" id=\"castillaleon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d17f33c7142",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-773e4e7f"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" href=\"https://consumo.castillalamancha.es/sede_electronica/arbitraje_de_consumo\" coords=\"314,181,308,178,306,179,301,180,301,184,300,186,301,191,298,194,293,192,289,194,285,195,283,195,277,204,273,203,276,196,268,188,260,189,251,189,246,191,243,191,237,190,236,192,227,192,224,193,213,185,206,180,209,174,210,172,208,169,211,168,211,165,216,164,214,160,215,153,213,153,208,156,202,149,203,144,202,141,199,141,198,138,198,137,198,131,203,132,208,130,213,127,215,129,218,129,222,128,223,127,224,128,229,127,236,130,240,131,241,132,240,133,240,134,236,137,235,139,236,140,241,139,247,134,257,133,259,133,258,126,257,126,257,120,253,115,249,110,248,105,250,100,247,95,250,94,249,92,255,91,262,91,264,92,268,92,270,96,274,98,280,99,284,98,285,95,288,95,292,98,295,101,296,105,298,107,298,112,297,115,294,115,293,118,291,120,293,123,297,126,301,128,303,133,306,136,308,136,307,143,305,146,301,147,300,152,300,156,305,158,310,159,309,164,307,168,309,171,312,173,315,172,316,177,316,181,315,181\" target=\"_blank\" shape=\"poly\" id=\"castillamancha\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea3ef0f11ea6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fcf2723b"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" href=\"http://consum.gencat.cat/es/lagencia/atencio-al-consumidor/resolucio-de-conflictes-de-consum/\" coords=\"353,113,350,111,347,111,345,107,347,103,347,98,347,97,345,95,349,92,350,88,348,84,351,79,348,75,350,72,354,69,355,63,357,58,357,55,358,50,356,45,358,42,356,39,353,37,352,35,354,33,360,34,363,35,367,37,371,37,373,42,373,46,374,47,377,46,380,44,384,45,388,44,388,46,388,49,393,47,394,46,400,47,401,48,404,48,407,45,412,44,415,44,417,44,420,46,421,47,421,48,421,50,416,50,416,52,417,54,418,56,419,56,419,58,420,59,421,62,418,64,413,69,405,74,399,78,395,79,395,83,391,86,383,87,374,91,368,94,363,94,361,99,358,102,357,104,361,108,359,111,355,111,352,112,352,113\" target=\"_blank\" shape=\"poly\" id=\"cataluna\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c82d9a954782",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-23428672"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" alt=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" href=\"https://www.melilla.es/melillaPortal/contenedor.jsp?seccion=s_ldes_d1_v2.jsp&codbusqueda=188&language=es&codResi=1&codMenuPN=601&codMenuSN=2&codMenu=153&layout=contenedor.jsp\" coords=\"275,299,276,300,276,303,276,304,271,304,267,304,267,302,268,299,275,299\" target=\"_blank\" shape=\"poly\" id=\"melilla\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9aa0da9b0ab",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5641d37c"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" alt=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" href=\"https://saludextremadura.ses.es/incoex/consultas--reclamaciones--denuncias-en-materia-de-consumo\" coords=\"214,154,208,157,201,149,202,144,201,142,198,142,197,139,196,138,197,130,196,126,190,127,185,122,181,124,175,117,163,124,153,125,153,128,156,131,156,136,153,142,153,145,138,145,143,151,145,159,148,163,152,164,153,168,145,178,144,184,142,186,147,196,153,196,164,203,165,202,172,204,178,202,180,199,183,198,187,200,189,198,188,191,200,179,202,178,206,178,209,172,207,169,210,167,210,164,214,163,213,160,214,157\" target=\"_blank\" shape=\"poly\" id=\"extremadura\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cccc2917d5ef",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-06407e2e"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" alt=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" href=\"https://consumo.xunta.gal/es/consumidores/arbitraxe\" coords=\"156,64,155,58,160,54,161,53,161,49,160,48,160,46,154,45,153,44,156,35,162,30,161,28,158,27,158,25,160,23,158,19,154,14,156,11,155,8,151,8,147,3,144,2,141,1,137,2,133,1,130,4,126,7,126,13,124,13,120,13,119,15,112,15,111,14,108,16,106,19,102,19,99,24,100,26,102,26,104,33,107,32,105,38,105,42,111,38,110,43,109,45,111,46,112,49,110,54,108,57,108,61,108,64,113,60,115,57,120,57,126,56,127,59,125,64,126,67,129,67,132,64,133,66,137,65,141,67,147,68,151,66,151,63,152,62\" target=\"_blank\" shape=\"poly\" id=\"galicia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e557bc66e377",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d3150ce2"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" href=\"https://www.comunidad.madrid/servicios/consumo/presentar-reclamacion-consumo\" coords=\"229,125,225,127,222,125,219,128,217,128,219,123,224,120,225,115,226,112,228,112,230,109,232,107,234,107,235,102,237,101,240,101,240,98,243,97,244,95,246,96,248,99,248,102,247,106,248,111,253,117,256,122,255,127,257,127,257,132,246,133,239,139,236,138,243,133,243,131,236,129,228,125,229,125\" target=\"_blank\" shape=\"poly\" id=\"madrid\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "876f4078aa7c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-47d4a909"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" href=\"https://www.carm.es/web/pagina?IDCONTENIDO=242&IDTIPO=140&RASTRO=c35$m\" coords=\"320,218,321,215,318,214,318,213,318,210,318,208,317,207,315,205,314,203,314,201,313,199,314,197,315,196,314,195,313,193,312,192,311,190,311,188,314,186,313,183,311,181,310,180,308,180,307,180,306,181,305,180,303,181,303,182,302,183,302,185,302,186,301,186,303,189,303,191,301,193,300,194,299,195,297,195,294,194,293,194,291,194,288,196,286,196,285,196,284,197,282,199,281,200,280,202,279,203,279,204,280,205,282,207,284,208,286,208,288,208,289,210,289,211,288,213,288,214,288,216,289,217,290,218,290,219,290,220,291,221,293,223,294,223,297,224,298,225,299,224,301,222,303,221,305,220,306,219,307,219,309,219,311,218,314,218,317,218,319,218,321,218\" target=\"_blank\" shape=\"poly\" id=\"murcia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5067515bd772",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-02ae6ade"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" href=\"https://www.navarra.es/es/consumo\" coords=\"275,43,275,46,278,49,284,51,288,51,291,56,293,56,293,59,293,61,292,62,291,62,290,62,290,64,292,64,295,65,298,66,300,66,302,64,302,61,301,58,300,56,301,53,302,49,305,44,306,41,310,40,313,36,314,32,313,31,309,29,305,29,302,26,301,28,300,29,298,27,298,25,300,23,299,20,296,20,292,20,291,19,289,21,287,23,287,25,285,27,285,30,280,32,279,33,280,36,278,40,278,42,275,43,275,46\" target=\"_blank\" shape=\"poly\" id=\"navarra\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70af985b8acb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-25f8bdd4"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" alt=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" href=\"https://www.kontsumobide.euskadi.eus/kon-como-se-resuelve-un-conflicto-de-consumo/webkon01-contmult/es/\" coords=\"253,19,253,22,255,22,256,24,257,25,257,29,261,31,262,32,259,34,257,34,256,35,258,37,259,38,261,40,264,40,264,39,264,37,267,37,270,38,271,40,272,42,274,42,277,41,277,38,279,36,278,33,279,31,283,30,284,27,285,25,286,25,286,22,289,20,290,18,290,17,287,18,283,20,277,20,270,16,264,15,261,15,259,17,255,18,253,19\" target=\"_blank\" shape=\"poly\" id=\"vascongadas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d1cac69abbc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a9b8237c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.juntadeandalucia.es/temas/vivienda-consumo/consumo/proteccion.html\" title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"andalucia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7eccb5f9577e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-05784478"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.aragon.es/-/reclamaciones-de-consumo\" title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"aragon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef1702cb8fb5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b5a1de73"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.caib.es/sites/consumidor/es/reclamaciones_denuncias_y_consultas-90/\" title=\"Acceso al servicio de Balears, Illes (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"baleares\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da884404f066",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7185894b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.gobiernodecanarias.org/consumo/\" title=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"canarias\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed63086afe06",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6d25bc23"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://comercioyconsumodecantabria.es/junta-arbitral\" title=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cantabria\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6b3a0059ab6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-469eca30"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.tramitacastillayleon.jcyl.es/web/jcyl/AdministracionElectronica/es/Plantilla100Detalle/1251181050732/Tramite/1285034647013/Tramite\" title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillaleon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e46da2f069c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ec6420fb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://consumo.castillalamancha.es/sede_electronica/arbitraje_de_consumo\" title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillamancha\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d9dfb98c47e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d58298e8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://consum.gencat.cat/es/lagencia/atencio-al-consumidor/resolucio-de-conflictes-de-consum/\" title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cataluna\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06cbc183f0c6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e60d7dee"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.melilla.es/melillaPortal/contenedor.jsp?seccion=s_ldes_d1_v2.jsp&codbusqueda=188&language=es&codResi=1&codMenuPN=601&codMenuSN=2&codMenu=153&layout=contenedor.jsp\" title=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"melilla\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4fb0f4751115",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2afa598b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://saludextremadura.ses.es/incoex/consultas--reclamaciones--denuncias-en-materia-de-consumo\" title=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"extremadura\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b645da897a3d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8fdeda95"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://consumo.xunta.gal/es/consumidores/arbitraxe\" title=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"galicia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81eb02472c41",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6689c51b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.comunidad.madrid/servicios/consumo/presentar-reclamacion-consumo\" title=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"madrid\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b56a61d8369",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-08e66751"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.carm.es/web/pagina?IDCONTENIDO=242&IDTIPO=140&RASTRO=c35$m\" title=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"murcia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ef2d623a20a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a25eefd2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.navarra.es/es/consumo\" title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"navarra\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "49a5feb56042",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9cf004ec"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.kontsumobide.euskadi.eus/kon-como-se-resuelve-un-conflicto-de-consumo/webkon01-contmult/es/\" title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"vascongadas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a48224ea6f0b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-93d9041c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https :// europa.eu/youreurope/search/index _ es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "263458254a12",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a734cd16"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https :// europa.eu/youreurope/search/index _ es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "607d2ca46f93",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6c2a4e71"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25b670ea7616",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a376cd4f3d7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e036dea6"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c9efbef1319",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a8232067"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d95a285fc281",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7eaab86e"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41576559ae85",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f98c7b361604",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3143,
        "uniqueFailedCount": 86,
        "duplicateFailedCount": 7,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 7
    },
    {
      "submittedUrl": "https://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": 13079,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-f5fd9e40"
          }
        ],
        "outcomeCount": 1257,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 21
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3150,
          "failed": 72,
          "cantTell": 60,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_keyboard_handler_exists",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "heading_markup_misuse",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cfa300d33c81",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a280571f0aef",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "15070261bbd2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9203b4643e07",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc9eabe5f351",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d78da17f47a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70f00667b6d8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e56d2e2f419",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "adf3bc9ec8b0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4113767e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "85ddeb2b8821",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42cdd4c9"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89ee8333c3e1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8fc2e4bc73ba",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0e5d1242"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c1fbd7ea2d9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "82f2244a84a7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "800a46faa946",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7bae422e41f0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3852c25fb7ef",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61aed36391c0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b912af295c2f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1e8fdd4088a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1c97b77479b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b3ef89685be",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e5a4d406d4b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d18630e2289",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "399802fe5785",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "051b8a59e7dc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d6e1b89ce9a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ffeedb56732",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e037838b2429",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce5f22830b91",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/eu/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ebc4857ffec",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3d4a4cb9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/eu/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0711bd39690",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e7215823"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05c8db9508bf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5c8e457"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Empresas\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afa1d1c27054",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6e70a0a7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Puesta en marcha, gestión, cierre\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec14a6c3ad98",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-40a593c6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Propiedad industrial e intelectual\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4464457697f0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5b35bc50"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Patentes y marcas\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd9960c5f5ec",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5a0b1415"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Azken eguneraketa: 24-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "004cfd6d15bd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/propiedad-industrial.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26d021a6ae78",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d0394248"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/nombre-comercial.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a9a6ec5e239",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0e999580"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/modelo-utilidad.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e50ac9f0a141",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ce8715a3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71eb7176161e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-38eb40de"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6667ba0395bb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2b9b5717"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d180551c5859",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3883aa0d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/formacion.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "209b16d9674b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-27090fd3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm.html#-90ffce021de0\" title=\"Ir a Servicios gratuitos\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "380e635dd686",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2bfdd27e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm.html#-08442405b8bc\" title=\"Ir a Servicios de pago\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d60e32987a09",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-43d42bdf"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm.html#-ed7e30c64171\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c3ce634105d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-52d18c3c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm.html#-be6d884cb430\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6de00cb7175b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9f9b244c"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" data-fn=\"accordion\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d66e947ffce",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-52ceb950"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ebbb52a66e2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.oepm.es/es/informacion-tecnologica/consultoria-a-medida/informes-tecnologicos-de-patentes-ITP/\" class=\"enlacenegrita\" title=\"Informes tecnológicos de patentes ITP (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b8e00fb018f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5406fdf6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.oepm.es/es/informacion-tecnologica/consultoria-a-medida/informes-de-vigilancia-tecnologica-a-medida/\" class=\"enlacenegrita\" title=\"Informes de Vigilancia Tecnológica a Medida (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00ee2ee6dea5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f4ab55ce"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.oepm.es/es/informacion-tecnologica/consultoria-a-medida/busquedas-retrospectiva/\" class=\"enlacenegrita\" title=\"Búsquedas retrospectivas (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18bacb1900fc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d528fac1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.oepm.es/es/informacion-tecnologica/consultoria-a-medida/otros-servicios/\" class=\"enlacenegrita\" title=\"Búsquedas de anterioridades por otros criterios (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94ae376a346f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b6687060"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.oepm.gob.es/\" title=\"<u>Sede Electrónica</u> (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b882231d1094",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1e788f30"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5c4573d0045",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f459bb78"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.oepm.es/export/sites/oepm/comun/documentos_relacionados/Publicaciones/Folletos/Minifolleto_ExaminadorGuardiaPatentes.pdf\" class=\"ppg-link ppg-link--black\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: 'Examinador de Guardia de Patentes'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4bcb1e0f4b7d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1cb298a3"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.oepm.es/export/sites/oepm/comun/documentos_relacionados/Publicaciones/Folletos/Sostenibilidad_energetica_ES.pdf\" class=\"ppg-link ppg-link--black\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Sostenibilidad energética, 540  ... privilegio registrado en España\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b9aa7dad4b5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-acbd9ab6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h4 class=\"t-fs-13\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a59effffabfe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b4ff75ed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https :// europa.eu/youreurope/search/index _ es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2fd4c0c267b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a734cd16"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https :// europa.eu/youreurope/search/index _ es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2e9fed6fc5e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6c2a4e71"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "99db4de61bfd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f75447cc377",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e036dea6"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3c7f91c3e33",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a8232067"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb4d74c73469",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7eaab86e"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c704e565ac24",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f1befd8bc0c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3257,
        "uniqueFailedCount": 68,
        "duplicateFailedCount": 4,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 4
    },
    {
      "submittedUrl": "https://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": 11426,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 852,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2288,
          "failed": 55,
          "cantTell": 34,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ce99d954cb9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a6c23718dfc5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5aa01d390beb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e804e1e3c1a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a79c1cb5d65",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a7b1bbb595a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2c48df0740a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e070a801d167",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a2436468be4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4113767e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a527d4ac49f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42cdd4c9"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23557bcc1b8c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73c4e514b5a6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0e5d1242"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "38177791601b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ce0d2f26c38",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d92518aea67",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7f5ae7256a3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e73527d69ce",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b19eaaddba1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0c8d62f22ca",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1678d2f9ccde",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2eb22a6bf47",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9af0ff27d58d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7939962a0bdf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24e2b29668dd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c42344cd2835",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1c12fedf5eb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59e4cd195df5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d4835033c68",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a932bfc18da9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "82f28f7ad2b0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/eu/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8acdcd7cdf0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3d4a4cb9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/eu/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dcfab83146a8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e7215823"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e0772e794b1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5c8e457"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ciudadanos\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f44c750bea44",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7336c38b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Trabajo y jubilación\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "358c3f0eb4eb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5f21b52c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Reconocimiento de cualificaciones de profesiones reguladas\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b3014da0e15",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-162023ef"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Azken eguneraketa: 18-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc39a8416b43",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "58b612c4ea81",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c7478c1a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia.html#-cec5b4ead3db\" title=\"Ir a Centro de Asistencia Nacional\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78bc2d3a5245",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3897ae0f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia.html#-1c33e518fccd\" title=\"Ir a Referencias legales\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "652b86eeba30",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-569d1850"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia.html#-823a25531914\" title=\"Ir a Autoridad responsable del Centro de Asistencia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4241f9d66f52",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7bf6b6cf"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"mailto:naric@ciencia.gob.es\" title=\"naric@ciencia.gob.es\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41f6b687007e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-88e3cd4f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05635bdd9bd0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https :// europa.eu/youreurope/search/index _ es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c4ad7fe645c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a734cd16"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https :// europa.eu/youreurope/search/index _ es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1bbe27741082",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6c2a4e71"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04a7d0f2fb7a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33370f0314b8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e036dea6"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24db8e271bf9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a8232067"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca0fdfa82c87",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7eaab86e"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4644caee2176",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79102984f3b6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2351,
        "uniqueFailedCount": 51,
        "duplicateFailedCount": 4,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 4
    },
    {
      "submittedUrl": "https://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": 11604,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1381,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 3
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3700,
          "failed": 85,
          "cantTell": 70,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_accessiblename_exists",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "heading_content_exists",
          "heading_markup_misuse",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4aac7affd6c6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2295c150ebff",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "414e086ef9f5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7b902380a35",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24bfe7285efa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "15baa371df88",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e5a8b9b9cc5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79088fb24b48",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e64ae850621",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-00e16913"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "502da95583e0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-31b3633a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c67bff2d154",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55f25b5d0a4f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b3402664"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "83c4825735e0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13a043d26b78",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce927b1db649",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e0179ec5cf1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9152da39890",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f12fa5a6b734",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f57adf0d4ac",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "38ba71b3bcbf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e783b08bd5db",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3384882d257",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "38206e0ce16f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0302483d921",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34f670759f63",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f8a82dca87e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3cb0ddb8ff2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33f03fdc231e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e883676532c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6672f75dfb84",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/gl/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "563e60342c46",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-411757f8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/gl/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fca036d734b3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-456ef52c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af8df0dc8b05",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-10b03724"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ciudadanos\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd22afada987",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0fb59511"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ciudadanía y vida familiar\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "144764c28c6f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-52e75852"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Pareja\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c41796888fd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-34e2f70c"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Última actualización: 31-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "950968caee9c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "200bb8128c72",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e076f42"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/separacion-divorcio.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51c2d40bbef2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2024d486"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/parejas-hecho.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b081d3862ae1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d4a3affd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio.html#-7d7d9cf9be87\" title=\"Ir a ¿Qué es el matrimonio?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7cef482ae3d1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1b373728"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio.html#-bef99a0b0d85\" title=\"Ir a ¿Qué es la autorización de matrimonio?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c9beafbbdb6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7539b904"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio.html#-2e7ecdbe893d\" title=\"Ir a ¿Dónde se tramita el acta o expediente matrimonial?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "880300bd0cc7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a5bc3b88"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio.html#-9294f054141f\" title=\"Ir a ¿Cómo se inicia el expediente o acta matrimonial?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc769b026539",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e02be9a0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio.html#-ca3d2961aedc\" title=\"Ir a Autorización del matrimonio y certificado de capacidad matrimonial\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "553774d88990",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-61928473"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio.html#-66f37df533e5\" title=\"Ir a ¿Dónde puede celebrarse el matrimonio?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69e7237e0283",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dc000449"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio.html#-2ac5f72173ef\" title=\"Ir a ¿Qué es la inscripción de matrimonio?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b44b9bc6b80",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cb04c46d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio.html#-4d19422efeb1\" title=\"Ir a ¿Dónde debe inscribirse el matrimonio?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d811f336626",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c723fcde"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio.html#-6741605ee2f4\" title=\"Ir a Información por Comunidades Autónomas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a072de4adc2c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f72fd74"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio.html#-b171325faea5\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3888f7ccb0f8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6e26a0dc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio.html#-fd0d1d04d3de\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9971e0c3f97b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ddc67945"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c596d23b8285",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h3 class=\"subtitulo\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7887289b5c4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f822838b"
          },
          {
            "rule": "aria_accessiblename_exists",
            "xpath": null,
            "html": "<h3 class=\"subtitulo\">",
            "message": "Element <h3> with \"heading\" role has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84ab2ff5deca",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b7d7032c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" alt=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" href=\"https://www.juntadeandalucia.es/temas/familias-igualdad/formar-familia/parejas/matrimonio.html\" coords=\"202,179,208,183,224,195,231,193,247,193,251,190,260,191,267,189,274,197,271,203,278,206,286,211,286,216,291,226,295,227,289,240,283,248,277,243,271,244,268,250,261,247,249,247,247,249,240,247,228,247,221,248,212,256,206,255,197,260,194,267,191,267,188,271,177,267,170,259,172,255,166,248,167,244,155,232,144,229,138,229,138,222,136,217,141,208,146,203,151,201,151,197,163,204,166,203,172,206,179,203,182,199,186,202,191,198,190,191,195,185,202,180\" target=\"_blank\" shape=\"poly\" id=\"andalucia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cfbd29c0cbe8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2bbf9b17"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" alt=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" href=\"https://sedejudicial.aragon.es/registro-civil\" coords=\"291,65,289,67,291,73,292,75,292,77,288,79,288,87,284,87,282,89,283,92,285,94,287,94,291,96,295,99,297,101,297,104,299,107,299,112,298,116,295,116,294,119,293,122,298,125,301,128,303,128,306,128,308,129,310,131,311,133,308,134,312,135,316,135,320,132,323,129,324,126,327,125,329,123,330,112,329,110,331,110,332,106,335,106,338,107,344,107,345,106,345,103,345,101,346,100,346,97,343,94,346,93,349,90,348,87,346,84,347,82,350,79,347,77,346,75,348,71,353,68,353,64,355,60,355,56,357,52,356,49,355,45,357,42,356,40,352,38,347,39,341,39,340,38,337,40,334,39,330,36,329,35,325,36,321,36,316,31,315,36,312,39,310,42,307,42,305,47,304,49,303,52,301,55,302,59,303,61,303,64,301,67,300,68,294,66,292,65,291,65\" target=\"_blank\" shape=\"poly\" id=\"aragon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6776796c7a3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-33405ff6"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" href=\"https://web.gencat.cat/es/tramits/que-cal-fer-si/vull-casar-me-pel-civil/index.html\" coords=\"353,113,350,111,347,111,345,107,347,103,347,98,347,97,345,95,349,92,350,88,348,84,351,79,348,75,350,72,354,69,355,63,357,58,357,55,358,50,356,45,358,42,356,39,353,37,352,35,354,33,360,34,363,35,367,37,371,37,373,42,373,46,374,47,377,46,380,44,384,45,388,44,388,46,388,49,393,47,394,46,400,47,401,48,404,48,407,45,412,44,415,44,417,44,420,46,421,47,421,48,421,50,416,50,416,52,417,54,418,56,419,56,419,58,420,59,421,62,418,64,413,69,405,74,399,78,395,79,395,83,391,86,383,87,374,91,368,94,363,94,361,99,358,102,357,104,361,108,359,111,355,111,352,112,352,113\" target=\"_blank\" shape=\"poly\" id=\"cataluna\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3fd38d6538ce",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-46188d27"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Comunitat Valenciana (Abre en ventana nueva)\" alt=\"Acceso al servicio de Comunitat Valenciana (Abre en ventana nueva)\" href=\"https://registrocivil.gva.es/es/matrimonio-civil\" coords=\"320,212,319,208,316,204,314,199,316,196,312,190,315,187,315,183,317,181,317,173,315,171,312,171,308,168,311,162,310,158,304,157,301,155,301,150,303,147,307,146,308,144,308,140,309,136,313,136,315,136,316,139,318,136,320,133,325,129,325,127,329,125,331,122,331,116,331,112,332,109,333,107,338,108,340,108,341,109,344,108,347,113,349,112,350,115,348,120,346,124,344,127,340,132,339,136,337,138,335,141,332,147,331,150,330,154,332,157,333,160,335,164,337,170,339,173,343,174,345,175,347,178,342,181,338,182,334,186,329,189,326,192,326,196,326,197,323,198,323,202,322,206,321,207,321,212\" target=\"_blank\" shape=\"poly\" id=\"valencia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64894057d6ed",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-de929cdb"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" href=\"https://www.navarra.es/es/tramites/on/-/line/registro-civil-de-navarra\" coords=\"275,43,275,46,278,49,284,51,288,51,291,56,293,56,293,59,293,61,292,62,291,62,290,62,290,64,292,64,295,65,298,66,300,66,302,64,302,61,301,58,300,56,301,53,302,49,305,44,306,41,310,40,313,36,314,32,313,31,309,29,305,29,302,26,301,28,300,29,298,27,298,25,300,23,299,20,296,20,292,20,291,19,289,21,287,23,287,25,285,27,285,30,280,32,279,33,280,36,278,40,278,42,275,43,275,46\" target=\"_blank\" shape=\"poly\" id=\"navarra\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17f01a55d39a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e41362ac"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" alt=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" href=\"https://www.justizia.eus/matrimonio-civil/webjus00-contentgen/es/\" coords=\"253,19,253,22,255,22,256,24,257,25,257,29,261,31,262,32,259,34,257,34,256,35,258,37,259,38,261,40,264,40,264,39,264,37,267,37,270,38,271,40,272,42,274,42,277,41,277,38,279,36,278,33,279,31,283,30,284,27,285,25,286,25,286,22,289,20,290,18,290,17,287,18,283,20,277,20,270,16,264,15,261,15,259,17,255,18,253,19\" target=\"_blank\" shape=\"poly\" id=\"vascongadas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9ac85fe5cb4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-43da471e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.juntadeandalucia.es/temas/familias-igualdad/formar-familia/parejas/matrimonio.html\" title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"andalucia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70131cb5f9fa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-28d7c513"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sedejudicial.aragon.es/registro-civil\" title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"aragon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b305248eb17",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-830f0ba3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://web.gencat.cat/es/tramits/que-cal-fer-si/vull-casar-me-pel-civil/index.html\" title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cataluna\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77f68f80c28a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-36663815"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://registrocivil.gva.es/es/matrimonio-civil\" title=\"Acceso al servicio de Comunitat Valenciana (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"valencia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "601b5752d209",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0b7729bf"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.navarra.es/es/tramites/on/-/line/registro-civil-de-navarra\" title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"navarra\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9abb0cf374e2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c8271a3a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.justizia.eus/matrimonio-civil/webjus00-contentgen/es/\" title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"vascongadas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b67cd15045f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-97803cfe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h4 class=\"t-fs-13\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12485663229c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b4ff75ed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_é.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a78c9e84b5f7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7b59e4e9"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_é.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd6eae3922e0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e4023724"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9cc9e9263de",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2929519f385d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be5b1493"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a9c5a5b1b984",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cd1f6394"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed054e8a4113",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "85595b83c6ce",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3815,
        "uniqueFailedCount": 74,
        "duplicateFailedCount": 11,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 11
    },
    {
      "submittedUrl": "https://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": 12198,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1139,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 10
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3191,
          "failed": 104,
          "cantTell": 88,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b935003d33ca",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "716d9722898e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8bb4c9dc05e3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e021c5e15cf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c7e4e64f27f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fba9295cd8b9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7304d7078d49",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46d1c8f949f8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86078ccde51d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-869f4634"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b7e20697e6f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bb0ff2d9"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98a4f73245b9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "435acf32ec8f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-328af5e9"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "305926e9df57",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "488950d5ed61",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f603578f37c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2af5bfabdb6c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Citizen services and information\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9df0966abdf9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6208b776"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c10f294fb7d7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "58c115d541fc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public employment\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72de0f5f6edb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a8bd358"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab923446d930",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0f654dd3083",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Aids\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec1557ff3e31",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8584a03c"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e52f98de64f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a154fbdbcaba",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Procedures\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2497a5ffacf2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bdc54f1a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6822c38ba896",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "697d6ba5286a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public administration and State\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1945daa3ec24",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be097936"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Your European Space\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f6fb771e8c6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b863f69c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/en/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "460df08e3019",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-380c0608"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your European Space\" href=\"/pag_Home/en/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "314f64c409ae",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e8424793"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your rights and obligations in the EU\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "519a101e1e77",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-13ccfb80"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Citizens\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "899ad4928291",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-00559bb3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Consumer rights\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4ccd53d53a2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1a156f77"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Connection to utilities\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "366a1c48193c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-74e1d945"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Last update 08-04-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6030a18b3f79",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d096a0d6d20",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8ce7ad08"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/electricidad.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c207aff7794",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ca899af5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/agua.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0b1f47f8f90",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3c73c5e2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "42c6f32bac5b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6f1eeef5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb162bff9db6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-36b2b509"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos.html#-e444048c8a4f\" title=\"Ir a What is household waste?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd36f78a0e1a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e1aad331"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos.html#-5abf7931a52c\" title=\"Ir a Services related to household waste\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "055235486d86",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fbc91f04"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos.html#-9ccccfff70bf\" title=\"Ir a Household waste separation models\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c2b7a9d133e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-af68c722"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos.html#-4f3b072f8679\" title=\"Ir a Household waste collection systems\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59bd0e0bc9b0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a2db6f6e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos.html#-390a41c6dd5b\" title=\"Ir a Information for each Autonomous Community\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c7de615f61c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ddc660b5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos.html#-571de66eeb41\" title=\"Ir a Information from local authorities\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50582c1c5000",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6ee68582"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos.html#-a038919be010\" title=\"Ir a Legal and/or technical references\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f2f8af486bc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-07d8aa1c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos.html#-ecd8a9879821\" title=\"Ir a Authority responsible for the information\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fac1b99eb962",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-890dcb2e"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p class=\"textojustificado\">",
            "message": "Confirm the word(s) 'above' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "431c9781e303",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-afad10e6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0354710a53ae",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.miteco.gob.es/en/calidad-y-evaluacion-ambiental/temas/prevencion-y-gestion-residuos/flujos/domesticos/fracciones/Default.aspx\" title=\"different types of household waste, (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6dc902c4d24b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-af215740"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" 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\" title=\"glass (Abre en nueva ventana)\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "272987c2b340",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6a24000e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" 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\" title=\"glass (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7265cae32f89",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3421a178"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.miteco.gob.es/en/calidad-y-evaluacion-ambiental/temas/prevencion-y-gestion-residuos/flujos/domesticos/fracciones/papel-y-carton/\" title=\"paper and cardboard (Abre en nueva ventana)\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2f27dbfd644",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e89e595f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.miteco.gob.es/en/calidad-y-evaluacion-ambiental/temas/prevencion-y-gestion-residuos/flujos/domesticos/fracciones/papel-y-carton/\" title=\"paper and cardboard (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8259461b230a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-135a3df5"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.miteco.gob.es/en/calidad-y-evaluacion-ambiental/temas/prevencion-y-gestion-residuos/flujos/domesticos/fracciones/envases/\" title=\"  (Abre en nueva ventana)\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "748015bbf68a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-869d73a0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.miteco.gob.es/en/calidad-y-evaluacion-ambiental/temas/prevencion-y-gestion-residuos/flujos/domesticos/fracciones/envases/\" title=\"  (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "036dbe013dc2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-536d6175"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.miteco.gob.es/es/calidad-y-evaluacion-ambiental/temas/prevencion-y-gestion-residuos/flujos/domesticos/fracciones/envases/\" title=\"l (Abre en nueva ventana)\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7d3215440f4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c4a51b3a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.miteco.gob.es/es/calidad-y-evaluacion-ambiental/temas/prevencion-y-gestion-residuos/flujos/domesticos/fracciones/envases/\" title=\"l (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "820d9016ab6e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-375e637a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.miteco.gob.es/en/calidad-y-evaluacion-ambiental/temas/prevencion-y-gestion-residuos/flujos/domesticos/fracciones/envases/\" title=\"ight packaging (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a50d9285054",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-10d44eeb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.miteco.gob.es/en/calidad-y-evaluacion-ambiental/temas/prevencion-y-gestion-residuos/flujos/domesticos/fracciones/pilas-y-acumuladores/\" title=\"batteries (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee5ad56e9be4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7ab86993"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.miteco.gob.es/en/calidad-y-evaluacion-ambiental/temas/prevencion-y-gestion-residuos/flujos/domesticos/fracciones/textil-y-calzado/\" title=\"textiles (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe872af67b30",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f3e696d4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.miteco.gob.es/en/calidad-y-evaluacion-ambiental/temas/prevencion-y-gestion-residuos/flujos/domesticos/fracciones/aceites-cocina/\" title=\"oils (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9f7551bda77",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d41375c0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" alt=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" href=\"https://juntadeandalucia.es/temas/medio-ambiente/urbano/residuos.html#toc-gesti-n-de-residuos\" coords=\"202,179,208,183,224,195,231,193,247,193,251,190,260,191,267,189,274,197,271,203,278,206,286,211,286,216,291,226,295,227,289,240,283,248,277,243,271,244,268,250,261,247,249,247,247,249,240,247,228,247,221,248,212,256,206,255,197,260,194,267,191,267,188,271,177,267,170,259,172,255,166,248,167,244,155,232,144,229,138,229,138,222,136,217,141,208,146,203,151,201,151,197,163,204,166,203,172,206,179,203,182,199,186,202,191,198,190,191,195,185,202,180\" target=\"_blank\" shape=\"poly\" id=\"andalucia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6a8db526d2c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8828b4d7"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" alt=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" href=\"https://www.aragon.es/-/residuos-domesticos-y-comerciales\" coords=\"291,65,289,67,291,73,292,75,292,77,288,79,288,87,284,87,282,89,283,92,285,94,287,94,291,96,295,99,297,101,297,104,299,107,299,112,298,116,295,116,294,119,293,122,298,125,301,128,303,128,306,128,308,129,310,131,311,133,308,134,312,135,316,135,320,132,323,129,324,126,327,125,329,123,330,112,329,110,331,110,332,106,335,106,338,107,344,107,345,106,345,103,345,101,346,100,346,97,343,94,346,93,349,90,348,87,346,84,347,82,350,79,347,77,346,75,348,71,353,68,353,64,355,60,355,56,357,52,356,49,355,45,357,42,356,40,352,38,347,39,341,39,340,38,337,40,334,39,330,36,329,35,325,36,321,36,316,31,315,36,312,39,310,42,307,42,305,47,304,49,303,52,301,55,302,59,303,61,303,64,301,67,300,68,294,66,292,65,291,65\" target=\"_blank\" shape=\"poly\" id=\"aragon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "587c9855dc29",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ead02da1"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" alt=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" href=\"https://www.gobiernodecanarias.org/medioambiente/materias/residuos/mas-informacion/recomendaciones-al-ciudadano/\" coords=\"9,258,148,315\" target=\"_blank\" shape=\"rect\" id=\"canarias\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0885a49c450b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-61d42e63"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" href=\"https://www.mare.es/que-hacemos/residuos\" coords=\"213,23,215,26,217,28,223,27,226,28,228,31,230,34,231,36,236,37,238,37,237,33,234,32,234,29,238,27,242,24,244,23,245,23,250,24,249,21,250,20,252,19,254,17,252,16,249,16,246,13,245,12,242,14,238,14,236,13,232,15,231,16,227,16,222,16,221,18,221,19,218,19,215,20,216,22,215,23,213,22\" target=\"_blank\" shape=\"poly\" id=\"cantabria\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "278212ca3b4a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b19b90a8"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" href=\"https://medioambiente.jcyl.es/web/es/calidad-ambiental/residuos-domesticos.html\" coords=\"159,122,158,118,159,115,159,107,159,102,156,97,160,97,162,93,165,90,168,89,172,85,176,80,176,76,173,75,169,74,167,73,168,70,168,65,165,65,162,64,157,64,156,59,162,54,163,50,161,48,161,45,155,44,157,37,162,31,172,30,173,27,177,27,183,27,186,30,190,30,190,27,195,28,205,26,211,22,214,27,217,29,223,28,227,32,230,37,237,39,240,37,237,32,235,31,239,27,244,24,250,25,254,23,256,25,256,29,261,32,258,33,255,32,253,32,254,36,255,37,257,38,260,40,260,43,257,44,256,46,257,49,257,57,257,60,261,64,264,64,266,62,268,65,271,65,273,62,277,61,280,62,282,66,287,67,289,70,290,73,291,76,287,79,287,86,283,85,281,89,282,93,284,94,283,97,276,97,271,95,269,91,264,91,263,89,258,90,254,90,248,91,248,94,245,94,243,94,242,96,240,96,239,96,239,100,236,100,234,102,233,106,231,106,227,111,224,111,223,120,218,122,216,128,214,125,211,126,208,129,206,130,201,131,198,130,197,124,196,125,190,126,186,121,184,121,181,123,176,116,173,116,163,123,158,123,158,122\" target=\"_blank\" shape=\"poly\" id=\"castillaleon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c50283855b2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0a88d1b1"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" href=\"https://www.castillalamancha.es/gobierno/desarrollosostenible/estructura/dgecocir/actuaciones/residuos\" coords=\"314,181,308,178,306,179,301,180,301,184,300,186,301,191,298,194,293,192,289,194,285,195,283,195,277,204,273,203,276,196,268,188,260,189,251,189,246,191,243,191,237,190,236,192,227,192,224,193,213,185,206,180,209,174,210,172,208,169,211,168,211,165,216,164,214,160,215,153,213,153,208,156,202,149,203,144,202,141,199,141,198,138,198,137,198,131,203,132,208,130,213,127,215,129,218,129,222,128,223,127,224,128,229,127,236,130,240,131,241,132,240,133,240,134,236,137,235,139,236,140,241,139,247,134,257,133,259,133,258,126,257,126,257,120,253,115,249,110,248,105,250,100,247,95,250,94,249,92,255,91,262,91,264,92,268,92,270,96,274,98,280,99,284,98,285,95,288,95,292,98,295,101,296,105,298,107,298,112,297,115,294,115,293,118,291,120,293,123,297,126,301,128,303,133,306,136,308,136,307,143,305,146,301,147,300,152,300,156,305,158,310,159,309,164,307,168,309,171,312,173,315,172,316,177,316,181,315,181\" target=\"_blank\" shape=\"poly\" id=\"castillamancha\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "772b87182ab6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-652822b7"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" href=\"http://residus.gencat.cat/es/ambits_dactuacio/recollida_selectiva/\" coords=\"353,113,350,111,347,111,345,107,347,103,347,98,347,97,345,95,349,92,350,88,348,84,351,79,348,75,350,72,354,69,355,63,357,58,357,55,358,50,356,45,358,42,356,39,353,37,352,35,354,33,360,34,363,35,367,37,371,37,373,42,373,46,374,47,377,46,380,44,384,45,388,44,388,46,388,49,393,47,394,46,400,47,401,48,404,48,407,45,412,44,415,44,417,44,420,46,421,47,421,48,421,50,416,50,416,52,417,54,418,56,419,56,419,58,420,59,421,62,418,64,413,69,405,74,399,78,395,79,395,83,391,86,383,87,374,91,368,94,363,94,361,99,358,102,357,104,361,108,359,111,355,111,352,112,352,113\" target=\"_blank\" shape=\"poly\" id=\"cataluna\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4faf43e12399",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6e349992"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" alt=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" href=\"https://www.melilla.es/melillaPortal/contenedor.jsp?seccion=s_ldes_d1_v2.jsp&codbusqueda=722&language=es&codResi=1&codMenuPN=601&codMenuSN=8&codMenu=705\" coords=\"275,299,276,300,276,303,276,304,271,304,267,304,267,302,268,299,275,299\" target=\"_blank\" shape=\"poly\" id=\"melilla\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ca3d6da9e94",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-66975cce"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" href=\"https://www.comunidad.madrid/servicios/urbanismo-medio-ambiente/residuos-domesticos-reduce-recicla-recupera\" coords=\"229,125,225,127,222,125,219,128,217,128,219,123,224,120,225,115,226,112,228,112,230,109,232,107,234,107,235,102,237,101,240,101,240,98,243,97,244,95,246,96,248,99,248,102,247,106,248,111,253,117,256,122,255,127,257,127,257,132,246,133,239,139,236,138,243,133,243,131,236,129,228,125,229,125\" target=\"_blank\" shape=\"poly\" id=\"madrid\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "201afaf23cd8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b1b5aed2"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" href=\"https://www.navarra.es/home_es/Temas/Medio+Ambiente/Residuos/Inventarios+de+residuos.htm\" coords=\"275,43,275,46,278,49,284,51,288,51,291,56,293,56,293,59,293,61,292,62,291,62,290,62,290,64,292,64,295,65,298,66,300,66,302,64,302,61,301,58,300,56,301,53,302,49,305,44,306,41,310,40,313,36,314,32,313,31,309,29,305,29,302,26,301,28,300,29,298,27,298,25,300,23,299,20,296,20,292,20,291,19,289,21,287,23,287,25,285,27,285,30,280,32,279,33,280,36,278,40,278,42,275,43,275,46\" target=\"_blank\" shape=\"poly\" id=\"navarra\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "649577b6e902",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5d2537fb"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" alt=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" href=\"https://www.euskadi.eus/informacion/residuos-urbanos/web01-a2inghon/es/\" coords=\"253,19,253,22,255,22,256,24,257,25,257,29,261,31,262,32,259,34,257,34,256,35,258,37,259,38,261,40,264,40,264,39,264,37,267,37,270,38,271,40,272,42,274,42,277,41,277,38,279,36,278,33,279,31,283,30,284,27,285,25,286,25,286,22,289,20,290,18,290,17,287,18,283,20,277,20,270,16,264,15,261,15,259,17,255,18,253,19\" target=\"_blank\" shape=\"poly\" id=\"vascongadas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0cf28df8171d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9c0b7437"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" alt=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" href=\"https://www.larioja.org/medio-ambiente/es/residuos/residuos-urbanos\" coords=\"263,63,259,61,258,51,258,46,259,44,261,43,264,44,266,44,269,47,270,49,272,47,275,47,277,49,278,50,282,51,285,53,287,52,289,56,291,58,292,57,291,61,289,60,289,64,289,66,287,66,283,65,282,62,282,61,278,60,274,59,273,61,272,62,271,64,268,64,266,61,265,61\" target=\"_blank\" shape=\"poly\" id=\"rioja\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a17c9112129",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-83a794a5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://juntadeandalucia.es/temas/medio-ambiente/urbano/residuos.html#toc-gesti-n-de-residuos\" title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"andalucia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd5e6c1192a6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-25a5c61d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.aragon.es/-/residuos-domesticos-y-comerciales\" title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"aragon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a2d76979181",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2de6f01c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.gobiernodecanarias.org/medioambiente/materias/residuos/mas-informacion/recomendaciones-al-ciudadano/\" title=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"canarias\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb5c2765844d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1e003f73"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.mare.es/que-hacemos/residuos\" title=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cantabria\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e739b8d6604",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3709acc9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://medioambiente.jcyl.es/web/es/calidad-ambiental/residuos-domesticos.html\" title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillaleon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ff7d91263a1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1653af8b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.castillalamancha.es/gobierno/desarrollosostenible/estructura/dgecocir/actuaciones/residuos\" title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillamancha\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e4a712cf18ee",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-83a2904e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://residus.gencat.cat/es/ambits_dactuacio/recollida_selectiva/\" title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cataluna\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "348215d626bc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-daff7d77"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.melilla.es/melillaPortal/contenedor.jsp?seccion=s_ldes_d1_v2.jsp&codbusqueda=722&language=es&codResi=1&codMenuPN=601&codMenuSN=8&codMenu=705\" title=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"melilla\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "549cf57a178c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dabccf8c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.comunidad.madrid/servicios/urbanismo-medio-ambiente/residuos-domesticos-reduce-recicla-recupera\" title=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"madrid\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5167a566733",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f24f2fb6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.navarra.es/home_es/Temas/Medio+Ambiente/Residuos/Inventarios+de+residuos.htm\" title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"navarra\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0785a7528c0f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-693fd4a3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.euskadi.eus/informacion/residuos-urbanos/web01-a2inghon/es/\" title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"vascongadas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0becf8e307e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0f0c33aa"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.larioja.org/medio-ambiente/es/residuos/residuos-urbanos\" title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" class=\"comunidadlast selected\" name=\"rioja\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "804c91e08418",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8160fc3c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"/pag_Home/en/espanaAdmon/directorioOrganigramas/quienEsQuien/EELL.html\" class=\"enlacenegrita\" title=\"Local Government Map (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be85fa81f734",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-95852653"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1f06722e057",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f37f791c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "487aec464447",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ce07da9a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b94b2af3d61",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d187644129e7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e27dde0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61ce951e496c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fa9b5cd2"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f83780d2df3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "158fb67e22ef",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3342,
        "uniqueFailedCount": 97,
        "duplicateFailedCount": 7,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 7
    },
    {
      "submittedUrl": "https://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": 12736,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-63bdcbdb"
          }
        ],
        "outcomeCount": 1722,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 16
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 4788,
          "failed": 125,
          "cantTell": 118,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_keyboard_handler_exists",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "heading_markup_misuse",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40231f290674",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "476b97bdca1e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1233182252af",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad5ffed8d80f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7f547830c0d4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12cf1c081e1d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67c27a73f78c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ccdbc813edb4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "046ae5f2a687",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-00e16913"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9673212ab771",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-31b3633a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dee4f6d5f667",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c25cba830779",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b3402664"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d116351997c2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d50dd02eb5d9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94abe5ba2e04",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "208bea5a8c1b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12bd273dbdcc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "427b6eeb0a78",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eff9ba554092",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f898fde7b9dd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6adab088b7d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "442b3d3dc999",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "292bf6c7ce91",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a3cd0f5701b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a564c6736c8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd79c82984c7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79cbad0b04bb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f295008b08d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "031f4e5ea0c5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cdae3f5fee9f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/gl/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b555b03853b3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-411757f8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/gl/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "baa4bd716e1f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-456ef52c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1a34828038a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-10b03724"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Empresas\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79eb1dc6d028",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-40351132"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Productos\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c3905151bf52",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c7b4a733"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Última actualización: 06-04-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ef1439f2221",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23bec2ed48f8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2335efb0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "893e2404b949",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-995256f4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/reconocimiento-mutuo.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e37ad6ff20c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cfd0be7a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09d840772c67",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-431dc923"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9068c9577fd4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d27b07f2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos.html#-fa737a822417\" title=\"Ir a ¿Qué es un residuo?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73a878b7a528",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-03ff0031"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos.html#-02963a4898b5\" title=\"Ir a ¿Cómo se clasifican los residuos?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed0cb4e6fbb5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f6ffa904"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos.html#-2a5b41dd0505\" title=\"Ir a Obligaciones de los productores iniciales/poseedores de residuos\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e45c246355f3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-94c3f722"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos.html#-7277c698e4dc\" title=\"Ir a Obligaciones de los gestores de residuos\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61bbecdd9df3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-929df6a2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos.html#-3ef0e459f375\" title=\"Ir a Autorizaciones y comunicaciones de las actividades de producción y gestión de residuos\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06e1b1e2437e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4bb0148e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos.html#-00ec69946fe2\" title=\"Ir a Traslados de residuos\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6dffbe8cee0f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d15cea03"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos.html#-116b35ba6e65\" title=\"Ir a Responsabilidad ampliada del productor\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "204d9bffbe53",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-df923edb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos.html#-17ec4b00554b\" title=\"Ir a Régimen sancionador\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f4348f1295d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9766cd23"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos.html#-88cf76db9418\" title=\"Ir a Información por Comunidades Autónomas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ab6a892d42e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f5f65791"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos.html#-8e229a01c0fb\" title=\"Ir a Información de Entidades Locales\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8e5850f2634",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-58527a1a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos.html#-f97f06bf3d45\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f61fa48adfa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5a779549"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos.html#-7496991eb5a2\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b36eab9e24d2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3a806d95"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5fb81c2f251f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://eur-lex.europa.eu/legal-content/ES/TXT/PDF/?uri=CELEX:32000D0532\" title=\"Decisión 2000/532/CE de la Comisión. (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c78dcae764af",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-badf7016"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" style=\"font-size: 1em;\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-1762\" title=\"Real Decreto 110/2015, de 20 de febrero (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f0c764e4719",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d26c832e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/doue/2008/353/L00001-01355.pdf\" title=\"el artículo 35 del Reglamento (CE) n.º 1272/2008 sobre clasificación, etiquetado y envasado de sustancias y mezclas. (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6c0de449b0f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42c2c65c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" data-fn=\"accordion\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "064a206bbc23",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-52ceb950"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/doue/2024/1157/L00001-00145.pdf\" 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)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c0c84dcf25b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2b44b958"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/doue/2024/1157/L00001-00145.pdf\" title=\"artículo 18 del Reglamento (UE) 2024/1157, del 11 de abril de 2024, (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b3c3c38b3aa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-61fafcdb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2022-5809&p=20250402&tn=1#a3-3\" title=\"31 de la Ley 7/2022, de 8 de abril (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a802656ee3b4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd2989c9"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2011-13046&p=20160512&tn=1#a25\" title=\"y en su reglamento de desarrollo,  (Abre en nueva ventana)\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d9fd3d0d376d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e48272b3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2011-13046&p=20160512&tn=1#a25\" title=\"y en su reglamento de desarrollo,  (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef6027e5e738",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-621ce21e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2020-6422\" title=\"Real Decreto 553/2020, de 2 de junio, por el que se regula el traslado de residuos en el interior del territorio del Estado (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "816e075fa42d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7e067af5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/doue/2024/1157/L00001-00145.pdf\" title=\"Reglamento (UE)  2024/1157, del 11 de abril de 2024, (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bff978fbf261",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a5d6be23"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/pdf/2020/BOE-A-2020-6422-consolidado.pdf\" title=\"3.2 del Real Decreto 553/2020, de 2 de junio (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3fd9093f0f6e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-126fe8d8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2022-5809&p=20250402&tn=1#ti-4\" title=\"Título IV de la Ley 7/2022, de 8 de abril, (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18f65d6430e6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6fde47b5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-1997-8875\" title=\"Envases y residuos de envases. (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c787f2d9dca1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a07dc2b8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2008-2387\" title=\"Pilas y acumuladores. (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46ca37379e23",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-35a9daba"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-1762\" title=\"Residuos de aparatos eléctricos y electrónicos. (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8330a96e859",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dea73c20"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2006-41\" title=\"Neumáticos fuera de uso.  (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f09090b93526",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4bb38041"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2006-41\" title=\"Aceites industriales usados.  (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c28a57e98b2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-df80f748"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2017-656\" title=\"Vehículos al final de su vida útil. (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5991bd53100",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4e78f387"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/diario_boe/txt.php?id=BOE-A-2024-21709\" title=\"Productos del tabaco con filtros y de los filtros comercializados para utilizarse con productos del tabaco que contengan plástico y que sean de un solo uso. (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "964f3e522e8e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b10fd10"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/doc.php?id=DOUE-L-2025-81403\" title=\"Directiva (UE) 2025/1892 del Parlamento Europeo y del Consejo (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da8e37fa03c9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3a663522"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2022-5809&p=20250402&tn=1#a1-20\" title=\"artículo 108, de la Ley 7/2022, de 8 de abril (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5eef72906667",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-052a29d9"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h3 class=\"subtitulo\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8f6e566944c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6dda326d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" alt=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" href=\"https://juntadeandalucia.es/temas/empresas/obligaciones/medio-ambiente/paginas/gestion-residuos.html\" coords=\"202,179,208,183,224,195,231,193,247,193,251,190,260,191,267,189,274,197,271,203,278,206,286,211,286,216,291,226,295,227,289,240,283,248,277,243,271,244,268,250,261,247,249,247,247,249,240,247,228,247,221,248,212,256,206,255,197,260,194,267,191,267,188,271,177,267,170,259,172,255,166,248,167,244,155,232,144,229,138,229,138,222,136,217,141,208,146,203,151,201,151,197,163,204,166,203,172,206,179,203,182,199,186,202,191,198,190,191,195,185,202,180\" target=\"_blank\" shape=\"poly\" id=\"andalucia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33e36e0d51d8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-405abf14"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" alt=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" href=\"https://www.gobiernodecanarias.org/medioambiente/materias/residuos/gestion-de-residuos/\" coords=\"9,258,148,315\" target=\"_blank\" shape=\"rect\" id=\"canarias\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9492b89fd6fc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-da42c383"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" href=\"https://www.cantabria.es/web/subdir-control-ambiental\" coords=\"213,23,215,26,217,28,223,27,226,28,228,31,230,34,231,36,236,37,238,37,237,33,234,32,234,29,238,27,242,24,244,23,245,23,250,24,249,21,250,20,252,19,254,17,252,16,249,16,246,13,245,12,242,14,238,14,236,13,232,15,231,16,227,16,222,16,221,18,221,19,218,19,215,20,216,22,215,23,213,22\" target=\"_blank\" shape=\"poly\" id=\"cantabria\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bdfc2fa1ce28",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4277f90b"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" href=\"https://medioambiente.jcyl.es/web/es/calidad-ambiental/residuos.html\" coords=\"159,122,158,118,159,115,159,107,159,102,156,97,160,97,162,93,165,90,168,89,172,85,176,80,176,76,173,75,169,74,167,73,168,70,168,65,165,65,162,64,157,64,156,59,162,54,163,50,161,48,161,45,155,44,157,37,162,31,172,30,173,27,177,27,183,27,186,30,190,30,190,27,195,28,205,26,211,22,214,27,217,29,223,28,227,32,230,37,237,39,240,37,237,32,235,31,239,27,244,24,250,25,254,23,256,25,256,29,261,32,258,33,255,32,253,32,254,36,255,37,257,38,260,40,260,43,257,44,256,46,257,49,257,57,257,60,261,64,264,64,266,62,268,65,271,65,273,62,277,61,280,62,282,66,287,67,289,70,290,73,291,76,287,79,287,86,283,85,281,89,282,93,284,94,283,97,276,97,271,95,269,91,264,91,263,89,258,90,254,90,248,91,248,94,245,94,243,94,242,96,240,96,239,96,239,100,236,100,234,102,233,106,231,106,227,111,224,111,223,120,218,122,216,128,214,125,211,126,208,129,206,130,201,131,198,130,197,124,196,125,190,126,186,121,184,121,181,123,176,116,173,116,163,123,158,123,158,122\" target=\"_blank\" shape=\"poly\" id=\"castillaleon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9c13c01842d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9486967f"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" href=\"https://www.castillalamancha.es/gobierno/desarrollosostenible/estructura/dgecocir/actuaciones/residuos\" coords=\"314,181,308,178,306,179,301,180,301,184,300,186,301,191,298,194,293,192,289,194,285,195,283,195,277,204,273,203,276,196,268,188,260,189,251,189,246,191,243,191,237,190,236,192,227,192,224,193,213,185,206,180,209,174,210,172,208,169,211,168,211,165,216,164,214,160,215,153,213,153,208,156,202,149,203,144,202,141,199,141,198,138,198,137,198,131,203,132,208,130,213,127,215,129,218,129,222,128,223,127,224,128,229,127,236,130,240,131,241,132,240,133,240,134,236,137,235,139,236,140,241,139,247,134,257,133,259,133,258,126,257,126,257,120,253,115,249,110,248,105,250,100,247,95,250,94,249,92,255,91,262,91,264,92,268,92,270,96,274,98,280,99,284,98,285,95,288,95,292,98,295,101,296,105,298,107,298,112,297,115,294,115,293,118,291,120,293,123,297,126,301,128,303,133,306,136,308,136,307,143,305,146,301,147,300,152,300,156,305,158,310,159,309,164,307,168,309,171,312,173,315,172,316,177,316,181,315,181\" target=\"_blank\" shape=\"poly\" id=\"castillamancha\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d85f93df80da",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-652822b7"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" href=\"https://residus.gencat.cat/es/inici/\" coords=\"353,113,350,111,347,111,345,107,347,103,347,98,347,97,345,95,349,92,350,88,348,84,351,79,348,75,350,72,354,69,355,63,357,58,357,55,358,50,356,45,358,42,356,39,353,37,352,35,354,33,360,34,363,35,367,37,371,37,373,42,373,46,374,47,377,46,380,44,384,45,388,44,388,46,388,49,393,47,394,46,400,47,401,48,404,48,407,45,412,44,415,44,417,44,420,46,421,47,421,48,421,50,416,50,416,52,417,54,418,56,419,56,419,58,420,59,421,62,418,64,413,69,405,74,399,78,395,79,395,83,391,86,383,87,374,91,368,94,363,94,361,99,358,102,357,104,361,108,359,111,355,111,352,112,352,113\" target=\"_blank\" shape=\"poly\" id=\"cataluna\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0103d68e4873",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ea83ad9f"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" alt=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" href=\"https://www.melilla.es/melillaPortal/contenedor.jsp?seccion=s_ldes_d1_v2.jsp&codbusqueda=722&language=es&codResi=1&codMenuPN=601&codMenuSN=8&codMenu=705\" coords=\"275,299,276,300,276,303,276,304,271,304,267,304,267,302,268,299,275,299\" target=\"_blank\" shape=\"poly\" id=\"melilla\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d8f81711215",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-66975cce"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" alt=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" href=\"https://www.juntaex.es/temas/medio-ambiente/residuos-y-reciclaje\" coords=\"214,154,208,157,201,149,202,144,201,142,198,142,197,139,196,138,197,130,196,126,190,127,185,122,181,124,175,117,163,124,153,125,153,128,156,131,156,136,153,142,153,145,138,145,143,151,145,159,148,163,152,164,153,168,145,178,144,184,142,186,147,196,153,196,164,203,165,202,172,204,178,202,180,199,183,198,187,200,189,198,188,191,200,179,202,178,206,178,209,172,207,169,210,167,210,164,214,163,213,160,214,157\" target=\"_blank\" shape=\"poly\" id=\"extremadura\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e0d10e3fa1a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c2e4c239"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" alt=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" href=\"https://sirga.xunta.gal/presentacion-tipos-de-residuos\" coords=\"156,64,155,58,160,54,161,53,161,49,160,48,160,46,154,45,153,44,156,35,162,30,161,28,158,27,158,25,160,23,158,19,154,14,156,11,155,8,151,8,147,3,144,2,141,1,137,2,133,1,130,4,126,7,126,13,124,13,120,13,119,15,112,15,111,14,108,16,106,19,102,19,99,24,100,26,102,26,104,33,107,32,105,38,105,42,111,38,110,43,109,45,111,46,112,49,110,54,108,57,108,61,108,64,113,60,115,57,120,57,126,56,127,59,125,64,126,67,129,67,132,64,133,66,137,65,141,67,147,68,151,66,151,63,152,62\" target=\"_blank\" shape=\"poly\" id=\"galicia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b97364c8c831",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7ad493df"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" href=\"https://www.comunidad.madrid/servicios/urbanismo-medio-ambiente/residuos\" coords=\"229,125,225,127,222,125,219,128,217,128,219,123,224,120,225,115,226,112,228,112,230,109,232,107,234,107,235,102,237,101,240,101,240,98,243,97,244,95,246,96,248,99,248,102,247,106,248,111,253,117,256,122,255,127,257,127,257,132,246,133,239,139,236,138,243,133,243,131,236,129,228,125,229,125\" target=\"_blank\" shape=\"poly\" id=\"madrid\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c95639147514",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-80dd6d65"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" href=\"https://sede.carm.es/web/pagina?IDCONTENIDO=2779&IDTIPO=200&IDAMBITO=5&RASTRO=c$m40288,71443\" coords=\"320,218,321,215,318,214,318,213,318,210,318,208,317,207,315,205,314,203,314,201,313,199,314,197,315,196,314,195,313,193,312,192,311,190,311,188,314,186,313,183,311,181,310,180,308,180,307,180,306,181,305,180,303,181,303,182,302,183,302,185,302,186,301,186,303,189,303,191,301,193,300,194,299,195,297,195,294,194,293,194,291,194,288,196,286,196,285,196,284,197,282,199,281,200,280,202,279,203,279,204,280,205,282,207,284,208,286,208,288,208,289,210,289,211,288,213,288,214,288,216,289,217,290,218,290,219,290,220,291,221,293,223,294,223,297,224,298,225,299,224,301,222,303,221,305,220,306,219,307,219,309,219,311,218,314,218,317,218,319,218,321,218\" target=\"_blank\" shape=\"poly\" id=\"murcia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a17787bbc65f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d978dd86"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" href=\"https://www.navarra.es/home_es/Temas/Medio+Ambiente/Residuos/Inventarios+de+residuos.htm\" coords=\"275,43,275,46,278,49,284,51,288,51,291,56,293,56,293,59,293,61,292,62,291,62,290,62,290,64,292,64,295,65,298,66,300,66,302,64,302,61,301,58,300,56,301,53,302,49,305,44,306,41,310,40,313,36,314,32,313,31,309,29,305,29,302,26,301,28,300,29,298,27,298,25,300,23,299,20,296,20,292,20,291,19,289,21,287,23,287,25,285,27,285,30,280,32,279,33,280,36,278,40,278,42,275,43,275,46\" target=\"_blank\" shape=\"poly\" id=\"navarra\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96a23db05ac7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5d2537fb"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" alt=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" href=\"https://www.euskadi.eus/documentacion/2021/plan-de-prevencion-y-gestion-de-residuos-de-euskadi-2030/web01-a2inghon/es/\" coords=\"253,19,253,22,255,22,256,24,257,25,257,29,261,31,262,32,259,34,257,34,256,35,258,37,259,38,261,40,264,40,264,39,264,37,267,37,270,38,271,40,272,42,274,42,277,41,277,38,279,36,278,33,279,31,283,30,284,27,285,25,286,25,286,22,289,20,290,18,290,17,287,18,283,20,277,20,270,16,264,15,261,15,259,17,255,18,253,19\" target=\"_blank\" shape=\"poly\" id=\"vascongadas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "62f8346df62a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3e68a400"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" alt=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" href=\"https://www.larioja.org/medio-ambiente/es/residuos/gestion-residuos-rioja\" coords=\"263,63,259,61,258,51,258,46,259,44,261,43,264,44,266,44,269,47,270,49,272,47,275,47,277,49,278,50,282,51,285,53,287,52,289,56,291,58,292,57,291,61,289,60,289,64,289,66,287,66,283,65,282,62,282,61,278,60,274,59,273,61,272,62,271,64,268,64,266,61,265,61\" target=\"_blank\" shape=\"poly\" id=\"rioja\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2108ddd8c97",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-89983ffa"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://juntadeandalucia.es/temas/empresas/obligaciones/medio-ambiente/paginas/gestion-residuos.html\" title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"andalucia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "316da318a3db",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-34c4f049"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.gobiernodecanarias.org/medioambiente/materias/residuos/gestion-de-residuos/\" title=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"canarias\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "645b67dcb57d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c3d53f54"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.cantabria.es/web/subdir-control-ambiental\" title=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cantabria\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "124d0788e3c5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3a0c5dfd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://medioambiente.jcyl.es/web/es/calidad-ambiental/residuos.html\" title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillaleon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a630e5f1de44",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e685e8e3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.castillalamancha.es/gobierno/desarrollosostenible/estructura/dgecocir/actuaciones/residuos\" title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillamancha\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "370c72e7184e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-83a2904e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://residus.gencat.cat/es/inici/\" title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cataluna\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "abe6aa1dcfdf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6f4b7692"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.melilla.es/melillaPortal/contenedor.jsp?seccion=s_ldes_d1_v2.jsp&codbusqueda=722&language=es&codResi=1&codMenuPN=601&codMenuSN=8&codMenu=705\" title=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"melilla\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6994ba3b4209",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dabccf8c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.juntaex.es/temas/medio-ambiente/residuos-y-reciclaje\" title=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"extremadura\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf68e7caca28",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3e9a4ea8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sirga.xunta.gal/presentacion-tipos-de-residuos\" title=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"galicia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2966523fbe2f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-83d627ff"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.comunidad.madrid/servicios/urbanismo-medio-ambiente/residuos\" title=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"madrid\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91eb500c1be4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2475c30d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.carm.es/web/pagina?IDCONTENIDO=2779&IDTIPO=200&IDAMBITO=5&RASTRO=c$m40288,71443\" title=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"murcia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e466c6fc884",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9c28c446"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.navarra.es/home_es/Temas/Medio+Ambiente/Residuos/Inventarios+de+residuos.htm\" title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"navarra\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "072c9ebe6201",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-693fd4a3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.euskadi.eus/documentacion/2021/plan-de-prevencion-y-gestion-de-residuos-de-euskadi-2030/web01-a2inghon/es/\" title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"vascongadas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "227e2fd27fda",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-20f9cc72"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.larioja.org/medio-ambiente/es/residuos/gestion-residuos-rioja\" title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" class=\"comunidadlast selected\" name=\"rioja\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "727aefff3322",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8515e104"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"/pag_Home/gl/espanaAdmon/directorioOrganigramas/quienEsQuien/EELL.html\" class=\"enlacenegrita\" title=\"mapa de Entidades Locales (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d4ab38040db",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-39d2411b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_é.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2be43a021491",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7b59e4e9"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_é.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ee295665d37",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e4023724"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a7f2b03e88d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd1479ab8897",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be5b1493"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e109cef09ba",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cd1f6394"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb7d40d47098",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6ab122445f7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 5005,
        "uniqueFailedCount": 113,
        "duplicateFailedCount": 12,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 12
    },
    {
      "submittedUrl": "https://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": 11617,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-38010e37"
          }
        ],
        "outcomeCount": 1153,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 23
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2905,
          "failed": 65,
          "cantTell": 45,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_keyboard_handler_exists",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "heading_markup_misuse",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e9e98fb77e9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44c6144b1019",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "589825bf335b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "573d4229b837",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2f71e920803",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79e6f6909333",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "119c71165905",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e1e1ea926a2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d1d48508cd3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4113767e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6060399243dd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42cdd4c9"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f8f70971d09",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d62f74fede1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0e5d1242"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73cf97a79cdd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d4a7980a21d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef5d0ab7a2cf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4fd41a25cec6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47f2f0b4afbe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2a334f27466",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89a105c1db4e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1082421db847",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c28532a12968",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e9a5eb5a26a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c9f75c62f05",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08b32115afde",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7cf1e2e1c4c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a219da3aafa6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00d58dca6b4c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d001d003a44",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71f6dec788a1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d8e4aa5b28f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/eu/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7fd56ba542cc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3d4a4cb9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/eu/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d20f6bfadc1c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e7215823"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "179d421f1011",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5c8e457"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ciudadanos\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a3a8cc7b343",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7336c38b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Residencia\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9901d2a3309",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3c7bf12e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Elecciones\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ca099f7dee0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dafa6d1d"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Azken eguneraketa: 01-04-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f1b5d73651b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/municipales.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "57b04701ed35",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5c721aa3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55c9951e8c40",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1f14dbdd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/votar-desde-extranjero.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "991b97ea4890",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-254fea58"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas.html#-854380d699b4\" title=\"Ir a Ciudadanos de otro Estado miembro de la UE que quieran votar en las elecciones europeas en España\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed51596c8663",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fa4535e1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas.html#-80e42a067609\" title=\"Ir a Ciudadanos españoles que quieran votar en las elecciones europeas en España mientras viven en otro país de la UE\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88024cc70c05",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c29d2860"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas.html#-c57c1ebfbe3c\" title=\"Ir a Requisitos para los ciudadanos de la UE que quieran presentarse como candidatos a las elecciones europeas en el país de la UE de acogida\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "033ac720761f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6884a042"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas.html#-3b2e87108362\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "03320b98b10a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-086e0c2f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas.html#-81e1263faccd\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "528a9a471175",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-077e2769"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" data-fn=\"accordion\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa287e381d2d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-52ceb950"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d8c24b25136",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/votar-desde-extranjero.html\" title=\"Votar desde el extranjero\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5abb2466b5c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-74a58354"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" data-fn=\"accordion\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h2 class=\"ppg-heading ppg-heading--wind\" id=\"-c57c1ebfbe3c\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73a3d74a1be4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-96f37e54"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-1985-11672&p=20190625&tn=1#adoscientosdiezbis\" title=\" 210 bis de la Ley Orgánica del Régimen Electoral General) (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "017b7f740ede",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7b4275c6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-1985-11672&p=20190625&tn=1#asexto\" title=\"artículo 6 Ley Orgánica del Régimen Electoral General (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00a2221c4ad3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f64e8d35"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https :// europa.eu/youreurope/search/index _ es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3f914e96fe4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a734cd16"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https :// europa.eu/youreurope/search/index _ es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d6dac35b351",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6c2a4e71"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36e3b144d102",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ea36ac63b23",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e036dea6"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6613a984fa0a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a8232067"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9fb8969bfad5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7eaab86e"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7cbd331fb96",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d75604acf04",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2987,
        "uniqueFailedCount": 59,
        "duplicateFailedCount": 6,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 6
    },
    {
      "submittedUrl": "https://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": 13230,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "patternId": "A11Y-b7cedc29"
          }
        ],
        "outcomeCount": 913,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2543,
          "failed": 55,
          "cantTell": 33,
          "inapplicable": 0
        },
        "failedRules": [
          "element_attribute_deprecated",
          "element_id_unique",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "297884797b3c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b9a01011d6b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb3f51737d0a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96d00b07f792",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d882df8a9525",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab0407f4481d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f0215ffc622",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac915b9cccd6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3653e02f570f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8c691d4b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a74e4af204b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67b7573a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "320a651c0ccb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0fd343813b78",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dbc11a04"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "964f5b23d995",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f078b2503e09",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0ea6abf9cd0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1de9891c4703",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "66977e7153de",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e177a606f726",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59a8a5d0a5ac",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8131549bca80",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "14b1e1cb18eb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4429988fd239",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d22208683287",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "58656316f98f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1636ad93a07",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a1409ed770f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75a8759e5b2f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu5\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6fa646167ce3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5c36bbc7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu5\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6d66eef162d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-063271c3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "501480765406",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1db2772f2faa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dce9f2c7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Trámites y Servicios Electrónicos\" href=\"/pag_Home/Tramites.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3d21abec243",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d50905be"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div class=\"readspeaker rs_skip rs_preserve reads_cargaPaginaHTML\" id=\"xp1\">",
            "message": "The <div> element has the id \"xp1\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24d470b095a9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6f65c8fd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" title=\"Estudio en la universidad\" href=\"https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/sistema-educativo/superior.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c17078ea2799",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cfd8d22d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" title=\"Me saco el carnet de conducir\" href=\"https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/obtencion.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8378702ae33",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-495d58fb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" title=\"Buscar trabajo\" href=\"https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo.html#-02071033234b\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95b2daf834cb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-105381f6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" title=\"Compro una vivienda\" href=\"https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/compraventa-bienes-inmuebles/notarias-registros-propiedad.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9621af249079",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-38b4ca02"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" title=\"Conexión a servicios\" href=\"https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "798fac1fe311",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a01a4811"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" title=\"Paso la ITV\" href=\"https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/itv.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4576ad466d6a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-19c9061c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" title=\"Me caso\" href=\"https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "879088f53ad4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d66e5993"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" title=\"Me separo o divorcio\" href=\"https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/separacion-divorcio.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7adf3bb44025",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e2661d9a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" title=\"Pareja de hecho\" href=\"https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/parejas-hecho.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f14321fe2fe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4b4896d0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" title=\"Tengo un bebé\" href=\"https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/nacimiento.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27b84efaf044",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7f4a7b9e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" title=\"Adopto un hijo\" href=\"https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/adopcion.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f8428734edd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f4f8f473"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" title=\"Me jubilo\" href=\"https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguridad-social-pensiones/info-general.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b1254e3a62e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6df74669"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" title=\"Mi herencia\" href=\"https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/sucesiones/info-general.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9489ed43a9fe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cf270527"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" title=\"Servicios emergencia\" href=\"https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "758d972b3e32",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c03f4e44"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c9f1792ace2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5976a683"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da824710e49f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b017c3f0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b75ab4f6ba8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-85022af9"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDeCookies.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4487db2a4d4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f9d7338e"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2fe8ca8f8f4f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69b908e0a706",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2613,
        "uniqueFailedCount": 53,
        "duplicateFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 2
    },
    {
      "submittedUrl": "https://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": 11787,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1071,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 4
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2898,
          "failed": 67,
          "cantTell": 49,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f717b2e4c399",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "776f0de39237",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e59a5e6eb5de",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26ff9d0f4f29",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e64f4795c2ee",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0f851fc2e8b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "400aea7a99e3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "57fb4d8430d6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ede20ae931c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8c691d4b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9bd0b9815282",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67b7573a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "646b40ff3dbc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6586e0fa5ff",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dbc11a04"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd7a1b8d0ef8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a4bab119b17",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2ced24c62ca",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eaafc6623623",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce383474712a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79372139242d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08b941a6edb6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1835df54233",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f29b4e883d27",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4920673ada7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0fcfe1cf09a0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cfd1929871ec",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e653dd22a45c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "227fea7b5207",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c00339abbbe9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "696144395a62",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b08b0bbd81af",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1288402f658",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "354dcc401331",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dce9f2c7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5e0dfd5f69f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ee5a3617"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b1048056496",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8bea4664"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ciudadanos\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d6845f8978a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-964745ca"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Trabajo y jubilación\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e436177568d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-138e071d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Fiscalidad\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e91376bd009b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6ac992dc"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Última actualización: 23-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ceb46f9c0cae",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/impuesto-renta.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27aae5ba4bde",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-39bbb345"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4eb5d725b31c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-294d7f93"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de7c8a3bb69f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7d98ccef"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84bc411448b3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a67c9cad"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos.html#-77c4bc0df3a7\" title=\"Ir a Pensiones de otros países para residentes en España\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c3eee9a7944",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2f438f4e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos.html#-74f4d4ccc279\" title=\"Ir a País con convenio para evitar la doble imposición\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b23d66f78686",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-586ebf77"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos.html#-4bfb93358ca1\" title=\"Ir a País sin convenio para evitar la doble imposición\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d69b25651b3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-892e5791"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos.html#-e4514ab10ca3\" title=\"Ir a Obligación de declarar por Impuesto de la Renta de las Personas Físicas (IRPF)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a83865615096",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-70f26707"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos.html#-73fc3e5fd0a7\" title=\"Ir a Recursos y reclamaciones contra liquidaciones tributarias\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c1eb8f9b812",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-341717c6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos.html#-e3170333a4ef\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55e977535636",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1cffbd39"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos.html#-59cc4b5122dd\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b5a8444f377",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-70122d2d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "928cb92bb871",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2003-23186&p=20200617&tn=1#a222\" title=\"artículos 222 y siguientes de la Ley General Tributaria (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "66eee10f0361",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b262dfe7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.agenciatributaria.gob.es/Sede/recursos-reclamaciones-otros-procedimientos-revision-suspensiones.html\" title=\"sede electrónica de la Agencia Tributaria (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80a09a1e3570",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e83e90cb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3ee5bc67678",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2c31751c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5941800a09f3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fe75f54d"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "018a060f3e81",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "600f1cc8f97e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5976a683"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54f51aa6306e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b017c3f0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45691365e875",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-85022af9"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDeCookies.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17db5e10ca2d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f9d7338e"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b74717787c76",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb92013314d0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2985,
        "uniqueFailedCount": 60,
        "duplicateFailedCount": 7,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 7
    },
    {
      "submittedUrl": "https://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": 33312,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-5073ec04"
          }
        ],
        "outcomeCount": 2568,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 6
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2383,
          "failed": 50,
          "cantTell": 29,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_attribute_value_valid",
          "aria_complementary_labelled",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "frame_src_valid",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a43d70ec3058",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a84b3c082767",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link rel=\"stylesheet\" href=\"https://administracion.gob.es/pag_Home/resources/templating-kit/themes/pag/css/select2.css\" type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c6886be9d509",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6b0df8ac"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link rel=\"stylesheet\" href=\"https://administracion.gob.es/pag_Home/resources/templating-kit/themes/pag/css/select2.css\" type=\"text/css\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45113143b4dc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5914b3cf"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "850769de8faf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "deee0b2be5da",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8c691d4b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce8ba342f700",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67b7573a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0493ee90ef60",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f80b9e856fe4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dbc11a04"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51dd1bdf759f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b9ae9e9ff72",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8980658823be",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37520ef4528b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea9195b16b24",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "334f4316121f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ddea47b2f591",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c75bb9a15b45",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8fca9737a0fe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ab771504a87",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af8290f08ef9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a25694c6249",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "799abdaec3bb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e17aaefb831",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "122bf1f19f46",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ae9b0f898e3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e2c230b9f42",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu5\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d193d95451e3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5c36bbc7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu5\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e499e0223aad",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-063271c3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "53b6b7d7dbe2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/\" tabindex=\"0\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0e12369f193",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4391c3cd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/\" tabindex=\"0\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7f4670627d93",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0235ace1"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/atencionCiudadana.html\" tabindex=\"0\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad2af0b0696e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6ba2553b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/atencionCiudadana.html\" tabindex=\"0\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fdf01d0c3d15",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8bdd345d"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<span aria-current=\"âpageâ\" class=\"ppg-form-marron ppg-heading--bold t-fs-16\">",
            "message": "The value \"âpageâ\" specified for attribute 'aria-current' on element <span> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e2520f88ad7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-21a17dcd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://servicios.administraciondigital.gob.es/index.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4668fb56b3af",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-896b678b"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe allowfullscreen=\"true\" src=\"https://egeovisor.redsara.es/egeo-frontend-web/leaflet/MainLeaflet.action?visualizationId=1233&addr=28020&rad=1000\" title=\"Buscador de oficinas\" allow=\"geolocation;\" class=\"cstm-iframe-buscadorOficinas\" id=\"egeoBuscadorMap\">",
            "message": "Verify <frame> content is accessible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd747defb75f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7f96b7c9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<iframe allowfullscreen=\"true\" src=\"https://egeovisor.redsara.es/egeo-frontend-web/leaflet/MainLeaflet.action?visualizationId=1233&addr=28020&rad=1000\" title=\"Buscador de oficinas\" allow=\"geolocation;\" class=\"cstm-iframe-buscadorOficinas\" id=\"egeoBuscadorMap\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c161ff6cb72",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9a9c065d"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77a4c3627cf5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"boton-tarjeta\" title=\"Registro electrónico\" href=\"/pag_Home/atencionCiudadana/encuentraTuOficina/REG.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d968e1e1bc87",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e419ec2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/contacto/oficina.html\" title=\"Nuestra Oficina de Atención e Información a la Ciudadanía\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a486615de766",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-27fd888e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/contacto/oficina.html\" title=\"nuestra página sobre la oficina\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9d803238e91",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-69f846ea"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1cffb8efee12",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside class=\"o-layout__sidebar\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b41b6c17d29b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d09b04b3"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d86337b7a68d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5976a683"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1eed50c623e3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b017c3f0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4739189607f8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-85022af9"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDeCookies.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3aa31ad142d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f9d7338e"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1d113a50a00",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75d55aefafb3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2437,
        "uniqueFailedCount": 49,
        "duplicateFailedCount": 1,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 1
    },
    {
      "submittedUrl": "https://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": 12014,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-aae85fc1"
          }
        ],
        "outcomeCount": 1171,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 25
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2940,
          "failed": 77,
          "cantTell": 59,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_keyboard_handler_exists",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "heading_markup_misuse",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00ba842654b9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70a63f5fb85d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f97093f0da65",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54d64a906bb5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f34081161bfc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29880c01905b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca83da3a0f73",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "724895af490a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60b9f886175a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-220e23dc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c5866645d44",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a953ef6"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2b853f6810c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93196c584ba2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c8cf4398"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6db675831748",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29b64da0abe8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "440ea2398506",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e4254afd679d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fbd9c201204b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90661f0bbc83",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c710d40eafd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c25d36a0b16",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f18714c4875d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca67e86a7096",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e78b83a363f0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f59cad3742b2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3d3c7a674e1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3988b8fa917c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0fd6683e4fad",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1f7eb97bb5c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e1a5ba9d2a8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a56fac165bf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/ca/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50ea1c3645b8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8568a627"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/ca/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "208802b7e48c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-02b98b18"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d71413554a10",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ede7c402"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ciudadanos\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8ab5aaf3eaf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4ffe28e1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Viajes\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ad40a466d75",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-80369911"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Documents de viatge\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8d7828e4047",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c93345ab"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Última actualització: 13-04-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52092d32999a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/menores-solos.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "211888c8b803",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ed446695"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67e4e0cba9c2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-695aa37a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3526a7b3424",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dbfac37c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos.html#-4c5cd7dcf2ff\" title=\"Ir a Ciutadà espanyol que perd o li roben el seu passaport o document d'identitat a Espanya o a un altre país de la UE\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9bbb243c7c71",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d1aec58c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos.html#-7f9fdcd52fae\" title=\"Ir a Reglas aplicables a los visitantes nacionales de otros países de la UE\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a679ae62146",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8729b62f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos.html#-522ded1a2f50\" title=\"Ir a Ciutadans visitants d'altres països de la UE que han perdut o els han robat el seu passaport o document d'identitat\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd8e3c025554",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c767207b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos.html#-a25910a0dbb2\" title=\"Ir a Document de viatge d'emergència. Condicions i procediment\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de5e606b2d77",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-291d9074"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos.html#-e31295d4f98d\" title=\"Ir a Acords especials o excepcions per a nacionals d'altres Estats membres o de l'EEE si perden o els roben el seu passaport o document d'identitat a Espanya\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ec0951d1911",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bc157dc2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos.html#-20dda9455317\" title=\"Ir a Referències legals i/o tècniques\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2cbb06a3f0a4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-44197d0a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos.html#-4f38a3b220f9\" title=\"Ir a Autoritat responsable de la informació\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc1bb88b7a15",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4b155c6f"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h2 class=\"ppg-heading ppg-heading--wind\" id=\"-4c5cd7dcf2ff\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb5f0836f6d6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7ce72c69"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" data-fn=\"accordion\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c5cec29cf37",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-52ceb950"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h3 tabindex=\"0\" aria-expanded=\"false\" aria-selected=\"false\" aria-controls=\"ui-id-1\" role=\"tab\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" id=\"-e4abbbc71c49\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6bb6d02accbb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c0638b2f"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h3 tabindex=\"-1\" aria-expanded=\"false\" aria-selected=\"false\" aria-controls=\"ui-id-2\" role=\"tab\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" id=\"-444dbd49f1cb\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb4da89078c6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0e6f31b7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dff3df1932d4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" data-fn=\"accordion\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h3 tabindex=\"0\" aria-expanded=\"false\" aria-selected=\"false\" aria-controls=\"ui-id-3\" role=\"tab\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" id=\"-3b5b337d6e85\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f0d8439c1bf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4827614e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" data-fn=\"accordion\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h3 tabindex=\"-1\" aria-expanded=\"false\" aria-selected=\"false\" aria-controls=\"ui-id-5\" role=\"tab\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" id=\"-b08df2179f04\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "01565dd019d0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-13105f4c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" data-fn=\"accordion\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h3 tabindex=\"0\" aria-expanded=\"false\" aria-selected=\"false\" aria-controls=\"ui-id-6\" role=\"tab\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" id=\"-190bae8a4666\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "593634ead001",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d0530a11"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h3 tabindex=\"-1\" aria-expanded=\"false\" aria-selected=\"false\" aria-controls=\"ui-id-7\" role=\"tab\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" id=\"-12ac3d1dffff\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b0a8f7adb2b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1ec2425b"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h3 tabindex=\"-1\" aria-expanded=\"false\" aria-selected=\"false\" aria-controls=\"ui-id-8\" role=\"tab\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" id=\"-75972d965540\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b92228405ba0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3df30e06"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h2 class=\"ppg-heading ppg-heading--wind\" id=\"-e31295d4f98d\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd99587d6c22",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-54df978a"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" data-fn=\"accordion\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h4 class=\"t-fs-13\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c146895c4964",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b4ff75ed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3c71a9bcd3d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2c31751c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "efd368a25015",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fe75f54d"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf101dcf5a09",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d91363e36e05",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9cc7d445"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac99eb289fac",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d2b3bc9d"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7e3e32ba03d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c5534da46b3a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3033,
        "uniqueFailedCount": 66,
        "duplicateFailedCount": 11,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 11
    },
    {
      "submittedUrl": "https://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": 10732,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1085,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 5
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2949,
          "failed": 75,
          "cantTell": 60,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "heading_markup_misuse",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0b6a6590bfa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa9fc1be70bd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5181af3160d6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b1ffb60f225",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55836e44b2c9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71820bbbb52c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ce224ea652b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ee5bbe11032",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "946c078ed682",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4113767e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d184547707eb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42cdd4c9"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db8faec1a2c7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4999c6d71b59",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0e5d1242"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0236fbf3e080",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "457c85657f17",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dfce622cad03",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "35290ccbeef6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "231b44d753e3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d38cf64d04f6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fba28b29b4c1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ec0153127ef",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ffbe865c8702",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f16bd8a9f1c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1fb89cfdce11",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af0c10e193da",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f442112bacaf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1401fb3366c3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eef5d690b09f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a58d3fd2226",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "466a64f22ee4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10d9db807804",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/eu/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "114d997bdd89",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3d4a4cb9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/eu/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "088fa9d9993c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e7215823"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72b1850a3596",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5c8e457"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ciudadanos\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "564b3f2cdaa3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7336c38b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Trabajo y jubilación\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29de7e44c981",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5f21b52c"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Azken eguneraketa: 18-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08b5203295b6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5fe800159a6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b3c5f981"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae9996baeeda",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4e9dc026"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f724bb8ade1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-87920703"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cebfa1c2f9e0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ef4336cd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguro-responsabilidad.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5778174b786",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-96cc57fe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3271c8b93bc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0d46429e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ab12f85cb8c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bc9686ae"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguridad-salud.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "63f4793e1dba",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c4f0d3ad"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguridad-social-pensiones.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eda07cde802c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ce6e728"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones.html#-87074bbe10d4\" title=\"Ir a Qué es una profesión regulada\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34e18c447843",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6b2d897d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones.html#-94ddee0befcb\" title=\"Ir a Qué son las cualificaciones profesionales\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b932b6beb92e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-70bedcd5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones.html#-ed96af09113a\" title=\"Ir a Base de datos europea de profesiones reguladas (REGPROF)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a424d932cd0a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b6049aa2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones.html#-9ef0d6db593c\" title=\"Ir a Efectos del reconocimiento de una profesión regulada\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0da2e3f0438a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1f52d153"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones.html#-3f83f43b9971\" title=\"Ir a Tarjeta profesional europea\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3190166b028f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-92c6e1bc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones.html#-0ff4ede73db7\" title=\"Ir a Centro de Asistencia Nacional\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0be199f6ace3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-892aa128"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones.html#-d81fa21ddc0f\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1792be642057",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6350908c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones.html#-670641fb5a68\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0ef15c1d257",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-64be2c99"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2705795c85fe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://ec.europa.eu/growth/tools-databases/regprof/index.cfm?action=homepage\" title=\"base de datos de profesiones reguladas (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a187dddfba7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-77939fbe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia.html\" title=\"Centro de asistencia nacional para el reconocimiento de cualificaciones profesionales (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd520f019d76",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-07113bb3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/citizens/work/professional-qualifications/european-professional-card/index_es.htm\" title=\"tarjeta profesional europea (European Professional Card, EPC)  (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c954bd4acb5d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9eb734ab"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h4 class=\"t-fs-13\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93a7e6601fa0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b4ff75ed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https :// europa.eu/youreurope/search/index _ es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10402aa5fd85",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a734cd16"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https :// europa.eu/youreurope/search/index _ es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "707f5e489bbc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6c2a4e71"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0de1f0fd290",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67edf57c93ed",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e036dea6"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8ed7f91326e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a8232067"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46b8bd45a569",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7eaab86e"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "305e48060ca4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "103dec7f420d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3047,
        "uniqueFailedCount": 66,
        "duplicateFailedCount": 9,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 9
    },
    {
      "submittedUrl": "https://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": 12194,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1452,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 19
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3934,
          "failed": 110,
          "cantTell": 93,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3747f947cff3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39bf50aa7f5b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "615d57da1dba",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c43b320efb2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a2c3811997e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "07a5c80f9b0e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b45b1cd9fc5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "545ab8b6c9ea",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b0ba43b2061",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-869f4634"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3bab3f9f01d2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bb0ff2d9"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28c983cfafa6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e03eb6a7d449",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-328af5e9"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "abc9ab86f9e4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cdc26a720f74",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9603f5ba714e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c19120c49fe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Citizen services and information\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "451c25addd64",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6208b776"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "14f7661ccb45",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eafbfd978f80",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public employment\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b0827c63666",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a8bd358"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70acb7f9ba3e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c80b4dcb86f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Aids\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "465c8e83574e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8584a03c"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c74c03c397cc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "234ae22fc88e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Procedures\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ec000a9c642",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bdc54f1a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c37e8835f05",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "867dc7f5c588",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public administration and State\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6cd1da6b1bdd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be097936"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Your European Space\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e73f98cef8a6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b863f69c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/en/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a97221806c4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-380c0608"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your European Space\" href=\"/pag_Home/en/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dbd2dd06063a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e8424793"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your rights and obligations in the EU\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "352283b8fe26",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-13ccfb80"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Business\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f8c1d6d531b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cfc7704b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Goods\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc5b896f202b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-32ae0f1e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Product standards and requirements\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "66a74930a3cb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3f95b737"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Last update 24-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc94fa7e20be",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/info-general.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e0c5cb44693",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3367788b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09ba9f4de6c5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1043b032"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/sector-farmaceutico.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10cbe49db437",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b43adee0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales.html#-1b1be0c4d978\" title=\"Ir a Products subject to harmonised legislation\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7553d4fd8012",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-24077c50"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales.html#-aab2258f0227\" title=\"Ir a Construction products\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf406fb935c5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ab519fb1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales.html#-798d369366b7\" title=\"Ir a Products not subject to harmonised legislation\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8edd76bccdfa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-508a3d2d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales.html#-f01b2e3166a5\" title=\"Ir a Registers\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24a8884883d5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-475a8a01"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales.html#-4eff3ed2a4da\" title=\"Ir a Information for each Autonomous Community\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ffd6092a46d6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-40a8912c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales.html#-0970454e3c0b\" title=\"Ir a Legal and/or technical references\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0dfe460f3691",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c508421d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales.html#-a04f2b941feb\" title=\"Ir a Authority responsible for the information\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0fe8df70b75",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1c2075d7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://industria.gob.es/Calidad-Industrial/seguridadindustrial/productosindustriales/recipientes-presion-simples/Paginas/Index.aspx\" title=\"Simple pressure vessels (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69afd51cb638",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7e037da9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://industria.gob.es/Calidad-Industrial/seguridadindustrial/productosindustriales/Equipos-Presion/Paginas/index.aspx\" title=\"Pressure equipment (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2658c4d6647a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-667446ce"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://industria.gob.es/Calidad-Industrial/seguridadindustrial/productosindustriales/Equipos-Presion-Transportables/Paginas/index.aspx\" title=\"Transportable pressure equipment (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c7ee19f9230",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bbaa3007"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://industria.gob.es/Calidad-Industrial/seguridadindustrial/productosindustriales/Generadores-Aerosoles/Paginas/index.aspx\" title=\"Aerosol dispensers (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "397b78d97a56",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf2f7c58"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://industria.gob.es/Calidad-Industrial/seguridadindustrial/productosindustriales/Aparatos-Gas/Paginas/index.aspx\" title=\"Gas appliances (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d47f4bd83cb5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bc3836a8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://industria.gob.es/Calidad-Industrial/seguridadindustrial/productosindustriales/Ascensores/Paginas/index.aspx\" title=\"Lifts (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9a1860b0d4f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0c3264a4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://industria.gob.es/Calidad-Industrial/seguridadindustrial/productosindustriales/Seguridad-Maquinas/Paginas/index.aspx\" title=\"Safety of machinery (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ffac568250cb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f4d8f95b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://industria.gob.es/Calidad-Industrial/seguridadindustrial/productosindustriales/Emisiones-sonoras-maquinas-aire-libre/Paginas/index.aspx\" title=\"Noise emissions from equipment used outdoors (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e7781bbb4ab",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f2c8b97b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://industria.gob.es/Calidad-Industrial/seguridadindustrial/productosindustriales/Equipos-atmosferas-potencialmente-explosivas/Paginas/index.aspx\" title=\"Equipment for potentially explosive atmospheres (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e59cce673d0c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-efb7740b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://industria.gob.es/Calidad-Industrial/seguridadindustrial/productosindustriales/Productos-Baja-Tension/Paginas/index.aspx\" title=\"Low voltage products (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4d88a125cd4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-439a785f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://industria.gob.es/Calidad-Industrial/seguridadindustrial/productosindustriales/Compatibilidad-Electromagnetica/Paginas/index.aspx\" title=\"Electromagnetic compatibility (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe1ee66cbb69",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-612203c9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://industria.gob.es/Calidad-Industrial/seguridadindustrial/productosindustriales/Ecodiseno/Paginas/Directiva2009-125CE-RD187-2011.aspx\" title=\"Ecodesign (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8d71ee8a034",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a9cdda1e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://industria.gob.es/Calidad-Industrial/seguridadindustrial/productosindustriales/Equipos-Proteccion-Individual/Paginas/index.aspx\" title=\"Personal protective equipment (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04967a13308b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f99261ed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://industria.gob.es/Calidad-Industrial/seguridadindustrial/productosindustriales/Productos-de-la-Construccion/Paginas/index.aspx\" title=\"Construction products (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8391a3602dcf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f43f2810"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://industria.gob.es/Calidad-Industrial/seguridadindustrial/productosindustriales/productos-en-contacto-con-agua-de-consumo-humano/Paginas/default.aspx\" title=\"Construction products in contact with water for human consumption (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51034579e751",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3686ec54"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://ec.europa.eu/growth/tools-databases/nando/\" title=\"NANDO (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2e75bbc621c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-894a9fe5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales.html\" title=\"Standards and specifications: Industrial products. (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7192dceb75d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-458c0377"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17eb260bf27b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Abre en ventana nueva (Abre en nueva ventana)\" target=\"_blank\" href=\"https://industria.gob.es/Calidad-Industrial/seguridadindustrial/productosindustriales/Productos-de-la-Construccion/Paginas/Reglamento-Eu-Productos-Construccion.aspx\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9dacdf0aad0d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fa3a264e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Abre en ventana nueva (Abre en nueva ventana)\" target=\"_blank\" href=\"https://industria.gob.es/Calidad-Industrial/seguridadindustrial/productosindustriales/Productos-de-la-Construccion/Paginas/Reglamento-Eu-Productos-Construccion.aspx\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad2e1e1e2dc2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5a7a1051"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Abre en ventana nueva (Abre en nueva ventana)\" target=\"_blank\" href=\"https://eur-lex.europa.eu/legal-content/ES/AUTO/?uri=celex:32011R0305\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "57d0f4e993a1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-74e63fc5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Abre una pestaña nueva (Abre en nueva ventana)\" target=\"_blank\" href=\"https://ec.europa.eu/growth/single-market/goods/free-movement-sectors/mutual-recognition-goods/product-contact-points_en\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf5381bfeeec",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-365046cc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Reglamento Europeo de Productos de Construcción (UE) 2024/3110\" href=\"https://industria.gob.es/Calidad-Industrial/seguridadindustrial/productosindustriales/Productos-de-la-Construccion/Paginas/Reglamento-Eu-Productos-Construccion.aspx\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cee460b7e33b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8aad44bd"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Abre en ventana nueva (Abre en nueva ventana)\" target=\"_blank\" style=\"font-size: 1em; text-align: justify;\" href=\"https://www.codigotecnico.org/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b4ec8ea1f41c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-daaae327"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Abre en ventana nueva (Abre en nueva ventana)\" target=\"_blank\" style=\"font-size: 1em; text-align: justify;\" href=\"https://www.codigotecnico.org/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f09f3c3b2bd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42b6f3b2"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Abre en ventana nueva (Abre en nueva ventana)\" target=\"_blank\" style=\"font-size: 1em; text-align: justify;\" href=\"https://www.transportes.gob.es/ministerio/normativa-y-estudios-tecnicos/reglamentacion-vigente-sobre-seguridad-estructural/codigo-estructural\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46544093638d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bc6ade4d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Abre en ventana nueva (Abre en nueva ventana)\" target=\"_blank\" style=\"font-size: 1em; text-align: justify;\" href=\"https://www.transportes.gob.es/ministerio/normativa-y-estudios-tecnicos/reglamentacion-vigente-sobre-seguridad-estructural/codigo-estructural\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "15ced186a982",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d875a412"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Abre en ventana nueva (Abre en nueva ventana)\" target=\"_blank\" style=\"font-size: 1em; text-align: justify;\" href=\"https://industria.gob.es/Calidad-Industrial/seguridadindustrial/instalacionesindustriales/Paginas/index.aspx\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78b687ebf4f8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-251f149a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://industria.gob.es/Calidad-Industrial/seguridadindustrial/productosindustriales/Normalizacion-mas-Homologacion/Paginas/index.aspx\" title=\"the following products (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09553e0db08b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-63193df3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-1762\" title=\"Royal Decree 110/2015 (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88e9d8ae885a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-64be7d31"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-1992-17363\" title=\"Law 21/1992 (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5ff3b7b8c9c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-29749efa"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2010-8189\" title=\"Royal Decree 559/2010  (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ba0404c9428",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-02ac4553"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://eur-lex.europa.eu/legal-content/EN/ALL/?uri=CELEX%3A32012L0019\" title=\"Directive 2012/19/EU (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9530e3507b3e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-24fe279d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://industria.gob.es/Calidad-Industrial/legislaciongeneral/Paginas/aparatos-electricos-gestion-residuos-rd-110-2015.aspx\" title=\"Electrical and electronic equipment (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "254ff5f91f48",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-05f988c5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=celex%3A32006L0066\" title=\"Directive 2006/66/EC (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d5b41a75b91",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-56e0fca7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2008-2387\" title=\"Royal Decree 106/2008 (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e605c9cf1274",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4e343ae0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://industria.gob.es/Calidad-Industrial/legislaciongeneral/Paginas/gestion-ambientsal-residuos-rd-106-2008.aspx\" title=\"Batteries and accumulators (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf71b7ae19d5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dea92a89"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" alt=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" href=\"https://www.juntadeandalucia.es/organismos/industriaenergiayminas/areas/industria/marcado.html\" coords=\"202,179,208,183,224,195,231,193,247,193,251,190,260,191,267,189,274,197,271,203,278,206,286,211,286,216,291,226,295,227,289,240,283,248,277,243,271,244,268,250,261,247,249,247,247,249,240,247,228,247,221,248,212,256,206,255,197,260,194,267,191,267,188,271,177,267,170,259,172,255,166,248,167,244,155,232,144,229,138,229,138,222,136,217,141,208,146,203,151,201,151,197,163,204,166,203,172,206,179,203,182,199,186,202,191,198,190,191,195,185,202,180\" target=\"_blank\" shape=\"poly\" id=\"andalucia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf784aa31b61",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-af5afdd0"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" alt=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" href=\"https://www.aragon.es/-/marcado-ce-seguridad-industrial-normas-armonizadas\" coords=\"291,65,289,67,291,73,292,75,292,77,288,79,288,87,284,87,282,89,283,92,285,94,287,94,291,96,295,99,297,101,297,104,299,107,299,112,298,116,295,116,294,119,293,122,298,125,301,128,303,128,306,128,308,129,310,131,311,133,308,134,312,135,316,135,320,132,323,129,324,126,327,125,329,123,330,112,329,110,331,110,332,106,335,106,338,107,344,107,345,106,345,103,345,101,346,100,346,97,343,94,346,93,349,90,348,87,346,84,347,82,350,79,347,77,346,75,348,71,353,68,353,64,355,60,355,56,357,52,356,49,355,45,357,42,356,40,352,38,347,39,341,39,340,38,337,40,334,39,330,36,329,35,325,36,321,36,316,31,315,36,312,39,310,42,307,42,305,47,304,49,303,52,301,55,302,59,303,61,303,64,301,67,300,68,294,66,292,65,291,65\" target=\"_blank\" shape=\"poly\" id=\"aragon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55979e19bf7a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f3953fc"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Balears, Illes (Abre en ventana nueva)\" alt=\"Acceso al servicio de Balears, Illes (Abre en ventana nueva)\" href=\"https://www.caib.es/sites/normativaindustria/es/recopilacion_de_normativa_principal/?campa=yes\" coords=\"435,128,429,127,422,128,406,132,401,134,394,137,386,143,354,167,354,170,355,171,356,174,357,176,358,178,359,179,361,180,364,181,368,181,386,173,402,165,428,148,439,140,440,134,438,130,434,128\" target=\"_blank\" shape=\"poly\" id=\"baleares\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1bf4dbe09ac2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a98ea30"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" href=\"https://economia.jcyl.es/web/es/industria/marcado-vigilancia-mercado.html\" coords=\"159,122,158,118,159,115,159,107,159,102,156,97,160,97,162,93,165,90,168,89,172,85,176,80,176,76,173,75,169,74,167,73,168,70,168,65,165,65,162,64,157,64,156,59,162,54,163,50,161,48,161,45,155,44,157,37,162,31,172,30,173,27,177,27,183,27,186,30,190,30,190,27,195,28,205,26,211,22,214,27,217,29,223,28,227,32,230,37,237,39,240,37,237,32,235,31,239,27,244,24,250,25,254,23,256,25,256,29,261,32,258,33,255,32,253,32,254,36,255,37,257,38,260,40,260,43,257,44,256,46,257,49,257,57,257,60,261,64,264,64,266,62,268,65,271,65,273,62,277,61,280,62,282,66,287,67,289,70,290,73,291,76,287,79,287,86,283,85,281,89,282,93,284,94,283,97,276,97,271,95,269,91,264,91,263,89,258,90,254,90,248,91,248,94,245,94,243,94,242,96,240,96,239,96,239,100,236,100,234,102,233,106,231,106,227,111,224,111,223,120,218,122,216,128,214,125,211,126,208,129,206,130,201,131,198,130,197,124,196,125,190,126,186,121,184,121,181,123,176,116,173,116,163,123,158,123,158,122\" target=\"_blank\" shape=\"poly\" id=\"castillaleon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c520a3c6ccd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dbebd33c"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" href=\"http://infonorma.gencat.cat/cas/marc_seg_gen_cas.html\" coords=\"353,113,350,111,347,111,345,107,347,103,347,98,347,97,345,95,349,92,350,88,348,84,351,79,348,75,350,72,354,69,355,63,357,58,357,55,358,50,356,45,358,42,356,39,353,37,352,35,354,33,360,34,363,35,367,37,371,37,373,42,373,46,374,47,377,46,380,44,384,45,388,44,388,46,388,49,393,47,394,46,400,47,401,48,404,48,407,45,412,44,415,44,417,44,420,46,421,47,421,48,421,50,416,50,416,52,417,54,418,56,419,56,419,58,420,59,421,62,418,64,413,69,405,74,399,78,395,79,395,83,391,86,383,87,374,91,368,94,363,94,361,99,358,102,357,104,361,108,359,111,355,111,352,112,352,113\" target=\"_blank\" shape=\"poly\" id=\"cataluna\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7027fc4c0c74",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3ae4e943"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" alt=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" href=\"https://www.euskadi.eus/presentacion-seguridad-industrial/web01-a2indust/es/\" coords=\"253,19,253,22,255,22,256,24,257,25,257,29,261,31,262,32,259,34,257,34,256,35,258,37,259,38,261,40,264,40,264,39,264,37,267,37,270,38,271,40,272,42,274,42,277,41,277,38,279,36,278,33,279,31,283,30,284,27,285,25,286,25,286,22,289,20,290,18,290,17,287,18,283,20,277,20,270,16,264,15,261,15,259,17,255,18,253,19\" target=\"_blank\" shape=\"poly\" id=\"vascongadas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "676c095bd5ae",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0710572f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.juntadeandalucia.es/organismos/industriaenergiayminas/areas/industria/marcado.html\" title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"andalucia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a83bc788a69f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-21e554e0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.aragon.es/-/marcado-ce-seguridad-industrial-normas-armonizadas\" title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"aragon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1299431d45a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d07f349a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.caib.es/sites/normativaindustria/es/recopilacion_de_normativa_principal/?campa=yes\" title=\"Acceso al servicio de Balears, Illes (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"baleares\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab0acf0582c5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-66d4f864"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://economia.jcyl.es/web/es/industria/marcado-vigilancia-mercado.html\" title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillaleon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "02a41b9bdaec",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4de5551c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://infonorma.gencat.cat/cas/marc_seg_gen_cas.html\" title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cataluna\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7274e98aa9b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6c7da53b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.euskadi.eus/presentacion-seguridad-industrial/web01-a2indust/es/\" title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"vascongadas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2cbdafad58cc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3df7dd7c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8454457255d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f37f791c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3523b9b2bc25",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ce07da9a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "862937889ac1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c43bcba52e0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e27dde0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2abeb008cd3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fa9b5cd2"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6cf13384e329",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "717f4c6098f8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 4103,
        "uniqueFailedCount": 103,
        "duplicateFailedCount": 7,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 7
    },
    {
      "submittedUrl": "https://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": 13180,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1035,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 5
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2839,
          "failed": 74,
          "cantTell": 57,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "heading_markup_misuse",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb84440d18d7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7955ad0441b5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39f5bb504751",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5adce423c88f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28cef006df9e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05b479e124b3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1eced0c07921",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a249bb7f7040",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1ca30e05fc4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-00e16913"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5208907bdecc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-31b3633a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "20f89077625f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d804c109125",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b3402664"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4bf90e6378b2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9541d94d44d1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4319a3ccd660",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3cc7ea7a83a9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b00ace69905",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b4934fb5ef0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee2727cbaee3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9371f2128073",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e466c4dc04ba",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "35fe5c4e628b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "387dc72846b3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bcb8e5ddd4c2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39e84e66374f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2cb0a3aeab76",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "046f0ddd47e6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21db1630ca07",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e2b4c1a3a4f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8353b3b2df3b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/gl/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a734f851a71c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-411757f8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/gl/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a87091344d1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-456ef52c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df9ffb2190d3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-10b03724"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Empresas\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52a7a352ee65",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-40351132"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Financiación\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dab5dcf9a30b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1bd096ea"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Financiación nacional\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e289f1f3b59",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-12a54c93"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Última actualización: 24-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c902a2b26f43",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5905602a056",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1fc001e5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e8b09ae345b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-48152067"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general.html#-4e466ba643f4\" title=\"Ir a Acceso a financiación nacional\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c54d6784e69d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f0aaf8bf"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general.html#-364029a0970e\" title=\"Ir a Buscador de ayudas y subvenciones\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5bf21974f74",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4df08763"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general.html#-8eda9ea49d2c\" title=\"Ir a Programas convocados por organismos dependientes de la Dirección General de Estrategia Industrial y de la Pequeña y Mediana Empresa\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69420e881c93",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3e1f8680"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general.html#-ccef086d7103\" title=\"Ir a Programas convocados por la Dirección General de Estrategia Industrial y de la Pequeña y Mediana Empresa\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a11253ccf1d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-868f2b8e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general.html#-55c15463c7a4\" title=\"Ir a Información por Comunidades Autónomas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "355544b8a3e9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1a85124d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general.html#-5e6da33772e0\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb45d2d09e3d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-932b7d74"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general.html#-916d68a47a55\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e973a0fc63e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-18b6b458"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91b782f7b2ed",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://plataformapyme.es/es-es/AyudasPublicas\" title=\"Ayudas Públicas (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f53f55360b00",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6a37289a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://plataformapyme.es/es-es/financiacion/Paginas/lineas-financiacion-enisa.aspx\" title=\"ENISA (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ac947a26005",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d2e64d85"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://plataformapyme.es/es-es/financiacion/Paginas/lineas-financiacion-enisa.aspx\" title=\"CERSA (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98a70332a60b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ab2e0b08"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://plataformapyme.es/es-es/Financiacion\" title=\"Programas de la DGEIPYME (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cacb05d87895",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b1bf5d9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" alt=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" href=\"https://www.juntadeandalucia.es/temas/empresas/creacion/asesoramiento-financiacion.html\" coords=\"202,179,208,183,224,195,231,193,247,193,251,190,260,191,267,189,274,197,271,203,278,206,286,211,286,216,291,226,295,227,289,240,283,248,277,243,271,244,268,250,261,247,249,247,247,249,240,247,228,247,221,248,212,256,206,255,197,260,194,267,191,267,188,271,177,267,170,259,172,255,166,248,167,244,155,232,144,229,138,229,138,222,136,217,141,208,146,203,151,201,151,197,163,204,166,203,172,206,179,203,182,199,186,202,191,198,190,191,195,185,202,180\" target=\"_blank\" shape=\"poly\" id=\"andalucia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "631d5f10d9fa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8d744ad7"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" alt=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" href=\"https://transparencia.aragon.es/subvenciones\" coords=\"291,65,289,67,291,73,292,75,292,77,288,79,288,87,284,87,282,89,283,92,285,94,287,94,291,96,295,99,297,101,297,104,299,107,299,112,298,116,295,116,294,119,293,122,298,125,301,128,303,128,306,128,308,129,310,131,311,133,308,134,312,135,316,135,320,132,323,129,324,126,327,125,329,123,330,112,329,110,331,110,332,106,335,106,338,107,344,107,345,106,345,103,345,101,346,100,346,97,343,94,346,93,349,90,348,87,346,84,347,82,350,79,347,77,346,75,348,71,353,68,353,64,355,60,355,56,357,52,356,49,355,45,357,42,356,40,352,38,347,39,341,39,340,38,337,40,334,39,330,36,329,35,325,36,321,36,316,31,315,36,312,39,310,42,307,42,305,47,304,49,303,52,301,55,302,59,303,61,303,64,301,67,300,68,294,66,292,65,291,65\" target=\"_blank\" shape=\"poly\" id=\"aragon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c5b3896d429a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-60b01d94"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" href=\"https://empresas.jcyl.es/web/es/plataforma-financiera/plataforma.html\" coords=\"159,122,158,118,159,115,159,107,159,102,156,97,160,97,162,93,165,90,168,89,172,85,176,80,176,76,173,75,169,74,167,73,168,70,168,65,165,65,162,64,157,64,156,59,162,54,163,50,161,48,161,45,155,44,157,37,162,31,172,30,173,27,177,27,183,27,186,30,190,30,190,27,195,28,205,26,211,22,214,27,217,29,223,28,227,32,230,37,237,39,240,37,237,32,235,31,239,27,244,24,250,25,254,23,256,25,256,29,261,32,258,33,255,32,253,32,254,36,255,37,257,38,260,40,260,43,257,44,256,46,257,49,257,57,257,60,261,64,264,64,266,62,268,65,271,65,273,62,277,61,280,62,282,66,287,67,289,70,290,73,291,76,287,79,287,86,283,85,281,89,282,93,284,94,283,97,276,97,271,95,269,91,264,91,263,89,258,90,254,90,248,91,248,94,245,94,243,94,242,96,240,96,239,96,239,100,236,100,234,102,233,106,231,106,227,111,224,111,223,120,218,122,216,128,214,125,211,126,208,129,206,130,201,131,198,130,197,124,196,125,190,126,186,121,184,121,181,123,176,116,173,116,163,123,158,123,158,122\" target=\"_blank\" shape=\"poly\" id=\"castillaleon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8b779e49d34",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5afa13cb"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" href=\"https://www.sodena.com/index.php/es/\" coords=\"275,43,275,46,278,49,284,51,288,51,291,56,293,56,293,59,293,61,292,62,291,62,290,62,290,64,292,64,295,65,298,66,300,66,302,64,302,61,301,58,300,56,301,53,302,49,305,44,306,41,310,40,313,36,314,32,313,31,309,29,305,29,302,26,301,28,300,29,298,27,298,25,300,23,299,20,296,20,292,20,291,19,289,21,287,23,287,25,285,27,285,30,280,32,279,33,280,36,278,40,278,42,275,43,275,46\" target=\"_blank\" shape=\"poly\" id=\"navarra\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10f419ac3eab",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8920b70b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.juntadeandalucia.es/temas/empresas/creacion/asesoramiento-financiacion.html\" title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"andalucia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "019750627a78",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d11d95d9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://transparencia.aragon.es/subvenciones\" title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"aragon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "685773aff275",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-33c46afe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://empresas.jcyl.es/web/es/plataforma-financiera/plataforma.html\" title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillaleon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7deb704b01d2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-558049a4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.sodena.com/index.php/es/\" title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"navarra\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86ea8d39be04",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-91a48e6b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h4 class=\"t-fs-13\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "378ea058eea7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b4ff75ed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_é.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc0458b20786",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7b59e4e9"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_é.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a61905c17767",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e4023724"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a119d5450a6c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b49b30ceb032",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be5b1493"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d6cea7a0718",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cd1f6394"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7411173806da",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b41996d587b3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2940,
        "uniqueFailedCount": 67,
        "duplicateFailedCount": 7,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 7
    },
    {
      "submittedUrl": "https://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": 12870,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1175,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 9
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3350,
          "failed": 107,
          "cantTell": 88,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77e1350875f3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67a9f7715b03",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d380d492584",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39058b7585ef",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7dd922c6830",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "718312727dda",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "338af290d188",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65d06afbee56",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "66aeefc21bf4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4113767e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00af2cf172ed",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42cdd4c9"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "febe53905a76",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2051e745cd71",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0e5d1242"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3569775e9315",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3451b7f2faa5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a39ac102242",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73bf1253e721",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "615abb77f2ad",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0bce51959af3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f29555419c5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4266d81de345",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e72e60b40f5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f94a43a03d5f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c95a5efcee92",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e628ea932edc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e59fdcce470",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1f369a58b6c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04ebba5d9772",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f36078990cb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c26dc3d831c2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "970fa3d332f1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/eu/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8db3bd190eab",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3d4a4cb9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/eu/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19050c13aa10",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e7215823"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b77d2beecb03",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5c8e457"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ciudadanos\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76a54149fed1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7336c38b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Trabajo y jubilación\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f613ed20cbf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5f21b52c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Condiciones de trabajo\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef15038d2790",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e9376415"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Azken eguneraketa: 07-04-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59771d5d9ab2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7abceb96d330",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7e796d39"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d339fdd796e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-386146e4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9267854919bd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c944faea"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db2d291c4a03",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-adfc6c83"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo.html#-1d5b84c24f45\" title=\"Ir a La protección por desempleo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04f297894abf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2b245c4a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo.html#-94af461c3711\" title=\"Ir a La prestación contributiva por desempleo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9df49f83195b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-29ae74ba"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo.html#-88795b941688\" title=\"Ir a Más información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50a68fbe2bd0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ccb4b36"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo.html#-39868089e404\" title=\"Ir a Información por Comunidades Autónomas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89e85de146fc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e86614d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo.html#-4add48274db9\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f25233b1d62d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a24a1e40"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo.html#-56ded48e6d1d\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "688e9a836ace",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8db3a0a8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Información sobre prestación contributiva (Abre en nueva ventana)\" target=\"_blank\" href=\"https://www.sepe.es/HomeSepe/prestaciones-desempleo/prestacion-contributiva.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5864f90825c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f9efc4cd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Subsidios por desempleo (Abre en nueva ventana)\" target=\"_blank\" href=\"https://www.sepe.es/HomeSepe/prestaciones-desempleo/subsidio-desempleo.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "83920d7ed438",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-33b04cdf"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c1dfc24267c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.sepe.es/HomeSepe/prestaciones-desempleo/prestacion-contributiva/prestacion-contributiva-mas-de-un-anyo.html\" title=\"en este enlace (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f89de9edfa0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cc0d2ee4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.sepe.gob.es/portalSede/procedimientos-y-servicios/personas/proteccion-por-desempleo/solicitud-de-prestaciones.html\" title=\"Sede Electrónica del SEPE (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09f86c6192a8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-275b4ae2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Cita Previa SEPE (Abre en nueva ventana)\" target=\"_blank\" href=\"https://sede.sepe.gob.es/portalSede/procedimientos-y-servicios/personas/proteccion-por-desempleo/cita-previa.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a783fdfc065",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0ca80564"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Atención telefónica SEPE (Abre en nueva ventana)\" target=\"_blank\" href=\"https://sepe.es/HomeSepe/mas-informacion-contacto/atencion-telefonica.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4752f9e64d96",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-085c93d1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Información de Prestaciones por desempleo (Abre en nueva ventana)\" target=\"_blank\" href=\"https://www.sepe.es/HomeSepe/prestaciones-desempleo.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6fa0d0d8341",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9acbe4e1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Instituto Social de la Marina (Abre en nueva ventana)\" target=\"_blank\" href=\"https://www.seg-social.es/wps/portal/wss/internet/Conocenos/QuienesSomos/29421\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39c5b7072829",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d1300425"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" alt=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" href=\"https://www.juntadeandalucia.es/temas/trabajar/desempleo/prestaciones.html\" coords=\"202,179,208,183,224,195,231,193,247,193,251,190,260,191,267,189,274,197,271,203,278,206,286,211,286,216,291,226,295,227,289,240,283,248,277,243,271,244,268,250,261,247,249,247,247,249,240,247,228,247,221,248,212,256,206,255,197,260,194,267,191,267,188,271,177,267,170,259,172,255,166,248,167,244,155,232,144,229,138,229,138,222,136,217,141,208,146,203,151,201,151,197,163,204,166,203,172,206,179,203,182,199,186,202,191,198,190,191,195,185,202,180\" target=\"_blank\" shape=\"poly\" id=\"andalucia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "63033f038027",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2775b7eb"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" alt=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" href=\"https://inaem.aragon.es/\" coords=\"291,65,289,67,291,73,292,75,292,77,288,79,288,87,284,87,282,89,283,92,285,94,287,94,291,96,295,99,297,101,297,104,299,107,299,112,298,116,295,116,294,119,293,122,298,125,301,128,303,128,306,128,308,129,310,131,311,133,308,134,312,135,316,135,320,132,323,129,324,126,327,125,329,123,330,112,329,110,331,110,332,106,335,106,338,107,344,107,345,106,345,103,345,101,346,100,346,97,343,94,346,93,349,90,348,87,346,84,347,82,350,79,347,77,346,75,348,71,353,68,353,64,355,60,355,56,357,52,356,49,355,45,357,42,356,40,352,38,347,39,341,39,340,38,337,40,334,39,330,36,329,35,325,36,321,36,316,31,315,36,312,39,310,42,307,42,305,47,304,49,303,52,301,55,302,59,303,61,303,64,301,67,300,68,294,66,292,65,291,65\" target=\"_blank\" shape=\"poly\" id=\"aragon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d22f52a8de79",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-efc62349"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Asturias, Principado de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Asturias, Principado de (Abre en ventana nueva)\" href=\"https://trabajastur.asturias.es/\" coords=\"220,16,220,18,218,18,215,19,213,20,214,22,211,20,210,21,209,22,204,25,199,26,194,27,190,26,189,26,189,29,186,29,184,26,183,26,177,26,173,26,171,29,164,30,163,29,162,28,161,27,159,26,159,25,161,24,161,21,157,16,155,14,158,10,156,9,161,9,167,9,171,9,176,8,179,8,181,10,185,8,188,7,191,10,195,10,201,10,203,12,206,13,210,13,214,14,216,16,220,16\" target=\"_blank\" shape=\"poly\" id=\"asturias\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c8523f28d48",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16a984b0"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Balears, Illes (Abre en ventana nueva)\" alt=\"Acceso al servicio de Balears, Illes (Abre en ventana nueva)\" href=\"https://soib.es/es/\" coords=\"435,128,429,127,422,128,406,132,401,134,394,137,386,143,354,167,354,170,355,171,356,174,357,176,358,178,359,179,361,180,364,181,368,181,386,173,402,165,428,148,439,140,440,134,438,130,434,128\" target=\"_blank\" shape=\"poly\" id=\"baleares\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4d1cbb1620e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6e6c62fc"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" alt=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" href=\"https://www.gobiernodecanarias.org/empleo/sce/principal\" coords=\"9,258,148,315\" target=\"_blank\" shape=\"rect\" id=\"canarias\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb26b8c9d407",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-164d5dd0"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" href=\"https://empleacantabria.es/\" coords=\"213,23,215,26,217,28,223,27,226,28,228,31,230,34,231,36,236,37,238,37,237,33,234,32,234,29,238,27,242,24,244,23,245,23,250,24,249,21,250,20,252,19,254,17,252,16,249,16,246,13,245,12,242,14,238,14,236,13,232,15,231,16,227,16,222,16,221,18,221,19,218,19,215,20,216,22,215,23,213,22\" target=\"_blank\" shape=\"poly\" id=\"cantabria\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a222d03d00b0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4dd2fe24"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" href=\"https://empleo.jcyl.es/web/es/empleo-castilla-leon.html\" coords=\"159,122,158,118,159,115,159,107,159,102,156,97,160,97,162,93,165,90,168,89,172,85,176,80,176,76,173,75,169,74,167,73,168,70,168,65,165,65,162,64,157,64,156,59,162,54,163,50,161,48,161,45,155,44,157,37,162,31,172,30,173,27,177,27,183,27,186,30,190,30,190,27,195,28,205,26,211,22,214,27,217,29,223,28,227,32,230,37,237,39,240,37,237,32,235,31,239,27,244,24,250,25,254,23,256,25,256,29,261,32,258,33,255,32,253,32,254,36,255,37,257,38,260,40,260,43,257,44,256,46,257,49,257,57,257,60,261,64,264,64,266,62,268,65,271,65,273,62,277,61,280,62,282,66,287,67,289,70,290,73,291,76,287,79,287,86,283,85,281,89,282,93,284,94,283,97,276,97,271,95,269,91,264,91,263,89,258,90,254,90,248,91,248,94,245,94,243,94,242,96,240,96,239,96,239,100,236,100,234,102,233,106,231,106,227,111,224,111,223,120,218,122,216,128,214,125,211,126,208,129,206,130,201,131,198,130,197,124,196,125,190,126,186,121,184,121,181,123,176,116,173,116,163,123,158,123,158,122\" target=\"_blank\" shape=\"poly\" id=\"castillaleon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77e4bfd7a7c9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f2504183"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" href=\"https://empleoyformacion.castillalamancha.es/\" coords=\"314,181,308,178,306,179,301,180,301,184,300,186,301,191,298,194,293,192,289,194,285,195,283,195,277,204,273,203,276,196,268,188,260,189,251,189,246,191,243,191,237,190,236,192,227,192,224,193,213,185,206,180,209,174,210,172,208,169,211,168,211,165,216,164,214,160,215,153,213,153,208,156,202,149,203,144,202,141,199,141,198,138,198,137,198,131,203,132,208,130,213,127,215,129,218,129,222,128,223,127,224,128,229,127,236,130,240,131,241,132,240,133,240,134,236,137,235,139,236,140,241,139,247,134,257,133,259,133,258,126,257,126,257,120,253,115,249,110,248,105,250,100,247,95,250,94,249,92,255,91,262,91,264,92,268,92,270,96,274,98,280,99,284,98,285,95,288,95,292,98,295,101,296,105,298,107,298,112,297,115,294,115,293,118,291,120,293,123,297,126,301,128,303,133,306,136,308,136,307,143,305,146,301,147,300,152,300,156,305,158,310,159,309,164,307,168,309,171,312,173,315,172,316,177,316,181,315,181\" target=\"_blank\" shape=\"poly\" id=\"castillamancha\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b93231c4c1f2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-234b6efe"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" href=\"https://serveiocupacio.gencat.cat/ca/inici\" coords=\"353,113,350,111,347,111,345,107,347,103,347,98,347,97,345,95,349,92,350,88,348,84,351,79,348,75,350,72,354,69,355,63,357,58,357,55,358,50,356,45,358,42,356,39,353,37,352,35,354,33,360,34,363,35,367,37,371,37,373,42,373,46,374,47,377,46,380,44,384,45,388,44,388,46,388,49,393,47,394,46,400,47,401,48,404,48,407,45,412,44,415,44,417,44,420,46,421,47,421,48,421,50,416,50,416,52,417,54,418,56,419,56,419,58,420,59,421,62,418,64,413,69,405,74,399,78,395,79,395,83,391,86,383,87,374,91,368,94,363,94,361,99,358,102,357,104,361,108,359,111,355,111,352,112,352,113\" target=\"_blank\" shape=\"poly\" id=\"cataluna\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48ae11f70dde",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e3d59814"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Ciudad de Ceuta (Abre en ventana nueva)\" alt=\"Acceso al servicio de Ciudad de Ceuta (Abre en ventana nueva)\" href=\"https://www.sepe.es/HomeSepe/que-es-el-sepe/informacion-ceuta-melilla/informacion-ceuta.html\" coords=\"195,283,192,283,188,283,186,283,186,281,186,279,188,278,193,278,195,278,196,282,196,284,195,283\" target=\"_blank\" shape=\"poly\" id=\"ceuta\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de24472ac96a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f4ef59e5"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" alt=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" href=\"https://www.sepe.es/HomeSepe/que-es-el-sepe/informacion-ceuta-melilla/informacion-melilla.html\" coords=\"275,299,276,300,276,303,276,304,271,304,267,304,267,302,268,299,275,299\" target=\"_blank\" shape=\"poly\" id=\"melilla\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05f093a66ff0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4fcbab40"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Comunitat Valenciana (Abre en ventana nueva)\" alt=\"Acceso al servicio de Comunitat Valenciana (Abre en ventana nueva)\" href=\"https://labora.gva.es/va/inici\" coords=\"320,212,319,208,316,204,314,199,316,196,312,190,315,187,315,183,317,181,317,173,315,171,312,171,308,168,311,162,310,158,304,157,301,155,301,150,303,147,307,146,308,144,308,140,309,136,313,136,315,136,316,139,318,136,320,133,325,129,325,127,329,125,331,122,331,116,331,112,332,109,333,107,338,108,340,108,341,109,344,108,347,113,349,112,350,115,348,120,346,124,344,127,340,132,339,136,337,138,335,141,332,147,331,150,330,154,332,157,333,160,335,164,337,170,339,173,343,174,345,175,347,178,342,181,338,182,334,186,329,189,326,192,326,196,326,197,323,198,323,202,322,206,321,207,321,212\" target=\"_blank\" shape=\"poly\" id=\"valencia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2dc6d0dd02ef",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f36c000f"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" alt=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" href=\"https://sexpeemplea.juntaex.es/\" coords=\"214,154,208,157,201,149,202,144,201,142,198,142,197,139,196,138,197,130,196,126,190,127,185,122,181,124,175,117,163,124,153,125,153,128,156,131,156,136,153,142,153,145,138,145,143,151,145,159,148,163,152,164,153,168,145,178,144,184,142,186,147,196,153,196,164,203,165,202,172,204,178,202,180,199,183,198,187,200,189,198,188,191,200,179,202,178,206,178,209,172,207,169,210,167,210,164,214,163,213,160,214,157\" target=\"_blank\" shape=\"poly\" id=\"extremadura\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "35dd3f101819",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-75709b14"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" alt=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" href=\"https://emprego.xunta.gal/portal/es/\" coords=\"156,64,155,58,160,54,161,53,161,49,160,48,160,46,154,45,153,44,156,35,162,30,161,28,158,27,158,25,160,23,158,19,154,14,156,11,155,8,151,8,147,3,144,2,141,1,137,2,133,1,130,4,126,7,126,13,124,13,120,13,119,15,112,15,111,14,108,16,106,19,102,19,99,24,100,26,102,26,104,33,107,32,105,38,105,42,111,38,110,43,109,45,111,46,112,49,110,54,108,57,108,61,108,64,113,60,115,57,120,57,126,56,127,59,125,64,126,67,129,67,132,64,133,66,137,65,141,67,147,68,151,66,151,63,152,62\" target=\"_blank\" shape=\"poly\" id=\"galicia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97cee59ead6c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9fece143"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" href=\"https://www.comunidad.madrid/servicios/empleo\" coords=\"229,125,225,127,222,125,219,128,217,128,219,123,224,120,225,115,226,112,228,112,230,109,232,107,234,107,235,102,237,101,240,101,240,98,243,97,244,95,246,96,248,99,248,102,247,106,248,111,253,117,256,122,255,127,257,127,257,132,246,133,239,139,236,138,243,133,243,131,236,129,228,125,229,125\" target=\"_blank\" shape=\"poly\" id=\"madrid\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a57243d220a2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-74c14467"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" href=\"https://www.sefcarm.es/web/pagina?IDCONTENIDO=8&IDTIPO=180\" coords=\"320,218,321,215,318,214,318,213,318,210,318,208,317,207,315,205,314,203,314,201,313,199,314,197,315,196,314,195,313,193,312,192,311,190,311,188,314,186,313,183,311,181,310,180,308,180,307,180,306,181,305,180,303,181,303,182,302,183,302,185,302,186,301,186,303,189,303,191,301,193,300,194,299,195,297,195,294,194,293,194,291,194,288,196,286,196,285,196,284,197,282,199,281,200,280,202,279,203,279,204,280,205,282,207,284,208,286,208,288,208,289,210,289,211,288,213,288,214,288,216,289,217,290,218,290,219,290,220,291,221,293,223,294,223,297,224,298,225,299,224,301,222,303,221,305,220,306,219,307,219,309,219,311,218,314,218,317,218,319,218,321,218\" target=\"_blank\" shape=\"poly\" id=\"murcia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0af0132a5970",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f93e4446"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" href=\"https://www.navarra.es/es/empleo\" coords=\"275,43,275,46,278,49,284,51,288,51,291,56,293,56,293,59,293,61,292,62,291,62,290,62,290,64,292,64,295,65,298,66,300,66,302,64,302,61,301,58,300,56,301,53,302,49,305,44,306,41,310,40,313,36,314,32,313,31,309,29,305,29,302,26,301,28,300,29,298,27,298,25,300,23,299,20,296,20,292,20,291,19,289,21,287,23,287,25,285,27,285,30,280,32,279,33,280,36,278,40,278,42,275,43,275,46\" target=\"_blank\" shape=\"poly\" id=\"navarra\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f171aa2ce7c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5a4dd799"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" alt=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" href=\"https://www.lanbide.euskadi.eus/hasiera//\" coords=\"253,19,253,22,255,22,256,24,257,25,257,29,261,31,262,32,259,34,257,34,256,35,258,37,259,38,261,40,264,40,264,39,264,37,267,37,270,38,271,40,272,42,274,42,277,41,277,38,279,36,278,33,279,31,283,30,284,27,285,25,286,25,286,22,289,20,290,18,290,17,287,18,283,20,277,20,270,16,264,15,261,15,259,17,255,18,253,19\" target=\"_blank\" shape=\"poly\" id=\"vascongadas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "782dd37a44d3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-da955e2d"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" alt=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" href=\"https://www.larioja.org/empleo-formacion/es\" coords=\"263,63,259,61,258,51,258,46,259,44,261,43,264,44,266,44,269,47,270,49,272,47,275,47,277,49,278,50,282,51,285,53,287,52,289,56,291,58,292,57,291,61,289,60,289,64,289,66,287,66,283,65,282,62,282,61,278,60,274,59,273,61,272,62,271,64,268,64,266,61,265,61\" target=\"_blank\" shape=\"poly\" id=\"rioja\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a74d6fb95571",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-85ce3e82"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.juntadeandalucia.es/temas/trabajar/desempleo/prestaciones.html\" title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"andalucia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a0d236533a2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d158ca2b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://inaem.aragon.es/\" title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"aragon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5f5021d67eb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e33db4bc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://trabajastur.asturias.es/\" title=\"Acceso al servicio de Asturias, Principado de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"asturias\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "16d19702a1cd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-343cd9c6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://soib.es/es/\" title=\"Acceso al servicio de Balears, Illes (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"baleares\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5bc8df01dced",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-51cb712b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.gobiernodecanarias.org/empleo/sce/principal\" title=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"canarias\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e9c10cb46d3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7eee0ccb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://empleacantabria.es/\" title=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cantabria\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9164e2c2265b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f69ee9d2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://empleo.jcyl.es/web/es/empleo-castilla-leon.html\" title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillaleon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3dd11e772eae",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-509fda0c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://empleoyformacion.castillalamancha.es/\" title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillamancha\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd394fa2fc37",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3aff2369"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://serveiocupacio.gencat.cat/ca/inici\" title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cataluna\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "38291ae67ef0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fa079d41"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.sepe.es/HomeSepe/que-es-el-sepe/informacion-ceuta-melilla/informacion-ceuta.html\" title=\"Acceso al servicio de Ciudad de Ceuta (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"ceuta\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b1faf91543d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-060c4001"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.sepe.es/HomeSepe/que-es-el-sepe/informacion-ceuta-melilla/informacion-melilla.html\" title=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"melilla\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c3757d6927e2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-757eced3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://labora.gva.es/va/inici\" title=\"Acceso al servicio de Comunitat Valenciana (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"valencia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a821973a3e32",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b03cec6c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sexpeemplea.juntaex.es/\" title=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"extremadura\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be421e8845f1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a985b770"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://emprego.xunta.gal/portal/es/\" title=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"galicia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c81021117067",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3794e6f5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.comunidad.madrid/servicios/empleo\" title=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"madrid\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8f1bc470db2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a290f5fc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.sefcarm.es/web/pagina?IDCONTENIDO=8&IDTIPO=180\" title=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"murcia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8eaf8beecd01",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-83c4fb4a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.navarra.es/es/empleo\" title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"navarra\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9bc84fb708e1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7bbc61d0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.lanbide.euskadi.eus/hasiera//\" title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"vascongadas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bcd90a082553",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd4d6fed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.larioja.org/empleo-formacion/es\" title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" class=\"comunidadlast selected\" name=\"rioja\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a9793ad3357",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-692d873b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https :// europa.eu/youreurope/search/index _ es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93e52a70d9dc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a734cd16"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https :// europa.eu/youreurope/search/index _ es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94f45ca5740e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6c2a4e71"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "923cd3555ca5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "92638b2a951c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e036dea6"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f3c2e1de892",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a8232067"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a9817e6894a0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7eaab86e"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e92648cb6266",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f46259acdbf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3515,
        "uniqueFailedCount": 102,
        "duplicateFailedCount": 5,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 5
    },
    {
      "submittedUrl": "https://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": 10965,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1081,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2972,
          "failed": 82,
          "cantTell": 65,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7e69ad7b117",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43ee0507ee94",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5266a847c33d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34b6c5ac3ef7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05387f49d8b2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc41802a6b79",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08f20ad0f456",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6abef51586c7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "597aac9d0f24",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-869f4634"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46d48e53677f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bb0ff2d9"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d46b8d65532a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d09975aace55",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-328af5e9"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08e97ab08451",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98ff998bc952",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ff9010810dd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4117dccc2c9e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Citizen services and information\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af0ae8d21d61",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6208b776"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a95b804bc955",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9745a2a94a3e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public employment\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa4bedb1bded",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a8bd358"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10a53f744903",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1acb00de74ba",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Aids\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1bb99243778",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8584a03c"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c31858bc977d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "42be40d9226f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Procedures\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e6f10db828f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bdc54f1a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb3082f90126",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7428c91383f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public administration and State\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "280bcd84f8ac",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be097936"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Your European Space\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3638ca478916",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b863f69c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/en/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "156ff4af992c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-380c0608"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your European Space\" href=\"/pag_Home/en/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "444cace04b2a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e8424793"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your rights and obligations in the EU\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "750a994fc942",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-13ccfb80"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Citizens\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5044ae8565e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-00559bb3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Residence\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a8eeb1850f3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dca9f915"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Acquiring residence\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95ea87eff799",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-083d5dd9"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Last update 24-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d03530fb3188",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e954325306d9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-afccb74d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ab03d9f89c2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ac0f074e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f195373222a1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b8375f73"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribir-familiares-no-ue.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96c728f31cf9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6d7cc4a5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/residencia-permanente.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77adcb454df0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-39cbf0c5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/expulsion-repatriacion.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d1f69599650",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c504980e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general.html#-2003a7f2ef1e\" title=\"Ir a Right of residence. Cases\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80294c14c757",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a7ecdf8d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general.html#-8121365147c6\" title=\"Ir a Family members\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f8a6be73476",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8425fa66"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general.html#-409791f43fae\" title=\"Ir a Retention of the status of worker. Circumstances\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76538552511f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ae3d328a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general.html#-cc0b65e49eaa\" title=\"Ir a Información por Comunidades Autónomas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa446b22c27c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c18cd399"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general.html#-34539eab0bee\" title=\"Ir a Information from local authorities\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed90535953bd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aef714ac"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general.html#-1bc3276e381b\" title=\"Ir a Legal and/or technical references\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "82467b266f38",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b9a03e29"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general.html#-722956eaf412\" title=\"Ir a Authority responsible for the information\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5e729dd7631",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2723c113"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<h2 class=\"ppg-heading ppg-heading--wind\" id=\"-2003a7f2ef1e\">",
            "message": "Confirm the word(s) 'Right' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1e6a2520b06",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1948af7"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p class=\"textojustificado\">",
            "message": "Confirm the word(s) 'right' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2eba06deb050",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-afad10e6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93c66468feed",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p class=\"textojustificado\">",
            "message": "Confirm the word(s) 'right' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p class=\"textojustificado\">",
            "message": "Confirm the word(s) 'right' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" alt=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" href=\"https://www.juntadeandalucia.es/temas/trabajar/inmigracion/extranjeros.html\" coords=\"202,179,208,183,224,195,231,193,247,193,251,190,260,191,267,189,274,197,271,203,278,206,286,211,286,216,291,226,295,227,289,240,283,248,277,243,271,244,268,250,261,247,249,247,247,249,240,247,228,247,221,248,212,256,206,255,197,260,194,267,191,267,188,271,177,267,170,259,172,255,166,248,167,244,155,232,144,229,138,229,138,222,136,217,141,208,146,203,151,201,151,197,163,204,166,203,172,206,179,203,182,199,186,202,191,198,190,191,195,185,202,180\" target=\"_blank\" shape=\"poly\" id=\"andalucia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cff0fe18cac1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3583aade"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" alt=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" href=\"https://www.aragon.es/-/igualdad-e-integracion-social\" coords=\"291,65,289,67,291,73,292,75,292,77,288,79,288,87,284,87,282,89,283,92,285,94,287,94,291,96,295,99,297,101,297,104,299,107,299,112,298,116,295,116,294,119,293,122,298,125,301,128,303,128,306,128,308,129,310,131,311,133,308,134,312,135,316,135,320,132,323,129,324,126,327,125,329,123,330,112,329,110,331,110,332,106,335,106,338,107,344,107,345,106,345,103,345,101,346,100,346,97,343,94,346,93,349,90,348,87,346,84,347,82,350,79,347,77,346,75,348,71,353,68,353,64,355,60,355,56,357,52,356,49,355,45,357,42,356,40,352,38,347,39,341,39,340,38,337,40,334,39,330,36,329,35,325,36,321,36,316,31,315,36,312,39,310,42,307,42,305,47,304,49,303,52,301,55,302,59,303,61,303,64,301,67,300,68,294,66,292,65,291,65\" target=\"_blank\" shape=\"poly\" id=\"aragon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f417b5a05ef5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-66c34d5b"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" href=\"https://www.castillalamancha.es/gobierno/bienestarsocial/estructura/dgacsocco/actuaciones/actuaciones-realizadas-para-personas-inmigrantes\" coords=\"314,181,308,178,306,179,301,180,301,184,300,186,301,191,298,194,293,192,289,194,285,195,283,195,277,204,273,203,276,196,268,188,260,189,251,189,246,191,243,191,237,190,236,192,227,192,224,193,213,185,206,180,209,174,210,172,208,169,211,168,211,165,216,164,214,160,215,153,213,153,208,156,202,149,203,144,202,141,199,141,198,138,198,137,198,131,203,132,208,130,213,127,215,129,218,129,222,128,223,127,224,128,229,127,236,130,240,131,241,132,240,133,240,134,236,137,235,139,236,140,241,139,247,134,257,133,259,133,258,126,257,126,257,120,253,115,249,110,248,105,250,100,247,95,250,94,249,92,255,91,262,91,264,92,268,92,270,96,274,98,280,99,284,98,285,95,288,95,292,98,295,101,296,105,298,107,298,112,297,115,294,115,293,118,291,120,293,123,297,126,301,128,303,133,306,136,308,136,307,143,305,146,301,147,300,152,300,156,305,158,310,159,309,164,307,168,309,171,312,173,315,172,316,177,316,181,315,181\" target=\"_blank\" shape=\"poly\" id=\"castillamancha\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dbd1d8c7ff86",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bbe20674"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" href=\"https://treball.gencat.cat/ca/ambits/estrangeria/tramitacio/proces_autoritzacio/\" coords=\"353,113,350,111,347,111,345,107,347,103,347,98,347,97,345,95,349,92,350,88,348,84,351,79,348,75,350,72,354,69,355,63,357,58,357,55,358,50,356,45,358,42,356,39,353,37,352,35,354,33,360,34,363,35,367,37,371,37,373,42,373,46,374,47,377,46,380,44,384,45,388,44,388,46,388,49,393,47,394,46,400,47,401,48,404,48,407,45,412,44,415,44,417,44,420,46,421,47,421,48,421,50,416,50,416,52,417,54,418,56,419,56,419,58,420,59,421,62,418,64,413,69,405,74,399,78,395,79,395,83,391,86,383,87,374,91,368,94,363,94,361,99,358,102,357,104,361,108,359,111,355,111,352,112,352,113\" target=\"_blank\" shape=\"poly\" id=\"cataluna\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "611df92ce680",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e1f81274"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" href=\"https://www.navarra.es/es/tramites/on/-/line/servicio-de-atencion-y-asesoramiento-en-materia-de-extranjeria\" coords=\"275,43,275,46,278,49,284,51,288,51,291,56,293,56,293,59,293,61,292,62,291,62,290,62,290,64,292,64,295,65,298,66,300,66,302,64,302,61,301,58,300,56,301,53,302,49,305,44,306,41,310,40,313,36,314,32,313,31,309,29,305,29,302,26,301,28,300,29,298,27,298,25,300,23,299,20,296,20,292,20,291,19,289,21,287,23,287,25,285,27,285,30,280,32,279,33,280,36,278,40,278,42,275,43,275,46\" target=\"_blank\" shape=\"poly\" id=\"navarra\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70b4c075db32",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ebfad67e"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" alt=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" href=\"https://www.euskadi.eus/asesoramiento-extranjeria/web01-a2famil/es/\" coords=\"253,19,253,22,255,22,256,24,257,25,257,29,261,31,262,32,259,34,257,34,256,35,258,37,259,38,261,40,264,40,264,39,264,37,267,37,270,38,271,40,272,42,274,42,277,41,277,38,279,36,278,33,279,31,283,30,284,27,285,25,286,25,286,22,289,20,290,18,290,17,287,18,283,20,277,20,270,16,264,15,261,15,259,17,255,18,253,19\" target=\"_blank\" shape=\"poly\" id=\"vascongadas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afe6a0a7d166",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5fd1753"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.juntadeandalucia.es/temas/trabajar/inmigracion/extranjeros.html\" title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"andalucia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d85c60d2773",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fb615608"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.aragon.es/-/igualdad-e-integracion-social\" title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"aragon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d59db754caee",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-87abe3dc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.castillalamancha.es/gobierno/bienestarsocial/estructura/dgacsocco/actuaciones/actuaciones-realizadas-para-personas-inmigrantes\" title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillamancha\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1db2c04ac11a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b7db6776"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://treball.gencat.cat/ca/ambits/estrangeria/tramitacio/proces_autoritzacio/\" title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cataluna\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "763b4d8d592f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2beed53c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.navarra.es/es/tramites/on/-/line/servicio-de-atencion-y-asesoramiento-en-materia-de-extranjeria\" title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"navarra\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c17c2632929",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1e04a3b2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.euskadi.eus/asesoramiento-extranjeria/web01-a2famil/es/\" title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"vascongadas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d176d4bddd17",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a18bf51e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"/pag_Home/en/espanaAdmon/directorioOrganigramas/quienEsQuien/EELL.html\" class=\"enlacenegrita\" title=\"Local Government Map (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "892248419d83",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-95852653"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04b2f27d1e85",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f37f791c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bc0b82d3b93f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ce07da9a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d35f6133f4c6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb73985c95d5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e27dde0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a8d736cab46",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fa9b5cd2"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1af8b3d2866d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "471687ea936e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3083,
        "uniqueFailedCount": 73,
        "duplicateFailedCount": 9,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 9
    },
    {
      "submittedUrl": "https://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": 14104,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1333,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 3
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3659,
          "failed": 102,
          "cantTell": 89,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "heading_markup_misuse",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa8b21bae35a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91a84f42c936",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c84dd8d627bf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f77c79e23a5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ff4a6688ee5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55e1bcc1cf4e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71c648b4f04c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "750236d6b427",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d857a8582214",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-00e16913"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0820dbcb770",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-31b3633a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b990847ff407",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5239c70b868",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b3402664"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8f8f02a01bf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64a8247ce234",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "20516220eec4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11dd7e780aaf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26910a6a3155",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8cbfec67eb7b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d81e8b9ee74",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8fd29f7c706d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "20e98650333e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "840dcbbccc97",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c13bdb3e6dc5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8443fef63930",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aad679948e15",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8c2f2f8cb27",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7c3b00d8dce",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "043927562ee1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b667803d65c4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd4e2d39d67c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/gl/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76cc026d5720",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-411757f8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/gl/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "444eff8e214c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-456ef52c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "74b1275df4bf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-10b03724"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Empresas\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf866aea9ea7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-40351132"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Puesta en marcha, gestión, cierre\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "103bb0289b01",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0302fc23"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Propiedad industrial e intelectual\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "efbc22bdb8d3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7a5035c3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Patentes y marcas\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ab57ff52282",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7d2efcee"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Última actualización: 24-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c942db9e90cc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/propiedad-industrial.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19f9f302a9a9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6f061574"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/nombre-comercial.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "630b8842bbac",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fc81d521"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/modelo-utilidad.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bcf8d8c674b3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0688614f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a6d41cc0ed7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7cb27cd7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "357992471387",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e541f520"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb69620baec1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ad7bd4d6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/formacion.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89f5d2bb37a0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5c6c495b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial.html#-d0b510954019\" title=\"Ir a Qué es un Diseño Industrial\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a22594b39875",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-55624388"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial.html#-e777357e66f5\" title=\"Ir a Qué puede protegerse con un Diseño Industrial\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd34d1b98d90",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6b73a9b3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial.html#-914e6cddbbdc\" title=\"Ir a Requisitos para registrarlo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0ec35691e07",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a42b5d1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial.html#-299845fee8fa\" title=\"Ir a Cuánto cuesta y cómo registrarlo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f80ea8472792",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f03f5451"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial.html#-e7e9e70ca987\" title=\"Ir a Duración de la protección\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "490db039fb60",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e76e0fa4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial.html#-9a1d409b1ee1\" title=\"Ir a Dónde tiene validez\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0793601533ce",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fe7b9e2c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial.html#-8ec3c43bcbe1\" title=\"Ir a Información por Comunidades Autónomas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8bb781d91f5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-310950ee"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial.html#-0536bef53e1d\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad3de12c5300",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8b8ca8e9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial.html#-a44f34dd9bdb\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55637bb11863",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8da96174"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "358456d3743e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.wipo.int/classifications/locarno/es/\" title=\"<u>Clasificación de Locarno</u> (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e6d70ba9b8a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2fda8ba3"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e2f483813cc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f459bb78"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.oepm.es/es/tasas-y-precios-publicos/tasas-de-disenios/\" title=\"portal de la OEPM (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df80e12cd83b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-565dd48a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.oepm.es/es/tasas-y-precios-publicos/tasas-de-disenios/\" title=\"<strong>Tasas</strong> (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2cd2ba634f58",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b1a277d6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://oepm.es/es/index.html\" title=\"<u>Oficina Española de Patentes y Marcas</u> (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b72316ac1d3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7c6c9ab5"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.oepm.es/es/conoce-la-propiedad-industrial/enlaces-y-direcciones-de-interes/centros-regionales-de-informacion-en-propiedad-industrial/index.html\" title=\"<u>centros regionales de información en propiedad industrial</u> (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8033c16d4ced",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5aebb6dc"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.oepm.gob.es/eSede/es/index.html\" title=\"<u>Sede Electrónica </u> (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ba6af7c4dc9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-17c5c7f1"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.oepm.es/es/herramientas/buscador-base-de-datos/buscador-disenios/\" title=\"<strong>bases de datos gratuitas </strong> (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be310f085321",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c4b10915"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.oepm.es/es/disenios/tramitar-una-solicitud-de-disenios-industriales/registro-en-otros-paises/solicitud-de-registro-en-la-UE/\" class=\"enlacenegrita\" title=\"Diseño comunitario (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e83e3a463c8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c138d996"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.oepm.es/es/disenios/tramitar-una-solicitud-de-disenios-industriales/registro-en-otros-paises/solicitud-de-registro-internacional/\" class=\"enlacenegrita\" title=\"Diseño internacional (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2060ac58dee",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf643de3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.wipo.int/treaties/es/registration/hague/\" title=\"<u>Arreglo de la Haya</u> (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6e88948f065",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16cd6c98"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" alt=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" href=\"https://www.juntadeandalucia.es/organismos/industriaenergiayminas/areas/industria/propiedad-industrial.html\" coords=\"202,179,208,183,224,195,231,193,247,193,251,190,260,191,267,189,274,197,271,203,278,206,286,211,286,216,291,226,295,227,289,240,283,248,277,243,271,244,268,250,261,247,249,247,247,249,240,247,228,247,221,248,212,256,206,255,197,260,194,267,191,267,188,271,177,267,170,259,172,255,166,248,167,244,155,232,144,229,138,229,138,222,136,217,141,208,146,203,151,201,151,197,163,204,166,203,172,206,179,203,182,199,186,202,191,198,190,191,195,185,202,180\" target=\"_blank\" shape=\"poly\" id=\"andalucia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0d9575b6441",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-58adb457"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" href=\"https://economia.jcyl.es/web/es/industria/marcas-nombres-comerciales.html\" coords=\"159,122,158,118,159,115,159,107,159,102,156,97,160,97,162,93,165,90,168,89,172,85,176,80,176,76,173,75,169,74,167,73,168,70,168,65,165,65,162,64,157,64,156,59,162,54,163,50,161,48,161,45,155,44,157,37,162,31,172,30,173,27,177,27,183,27,186,30,190,30,190,27,195,28,205,26,211,22,214,27,217,29,223,28,227,32,230,37,237,39,240,37,237,32,235,31,239,27,244,24,250,25,254,23,256,25,256,29,261,32,258,33,255,32,253,32,254,36,255,37,257,38,260,40,260,43,257,44,256,46,257,49,257,57,257,60,261,64,264,64,266,62,268,65,271,65,273,62,277,61,280,62,282,66,287,67,289,70,290,73,291,76,287,79,287,86,283,85,281,89,282,93,284,94,283,97,276,97,271,95,269,91,264,91,263,89,258,90,254,90,248,91,248,94,245,94,243,94,242,96,240,96,239,96,239,100,236,100,234,102,233,106,231,106,227,111,224,111,223,120,218,122,216,128,214,125,211,126,208,129,206,130,201,131,198,130,197,124,196,125,190,126,186,121,184,121,181,123,176,116,173,116,163,123,158,123,158,122\" target=\"_blank\" shape=\"poly\" id=\"castillaleon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7c2273c0cfc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-143b1cf9"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" href=\"https://canalempresa.gencat.cat/ca/inici/\" coords=\"353,113,350,111,347,111,345,107,347,103,347,98,347,97,345,95,349,92,350,88,348,84,351,79,348,75,350,72,354,69,355,63,357,58,357,55,358,50,356,45,358,42,356,39,353,37,352,35,354,33,360,34,363,35,367,37,371,37,373,42,373,46,374,47,377,46,380,44,384,45,388,44,388,46,388,49,393,47,394,46,400,47,401,48,404,48,407,45,412,44,415,44,417,44,420,46,421,47,421,48,421,50,416,50,416,52,417,54,418,56,419,56,419,58,420,59,421,62,418,64,413,69,405,74,399,78,395,79,395,83,391,86,383,87,374,91,368,94,363,94,361,99,358,102,357,104,361,108,359,111,355,111,352,112,352,113\" target=\"_blank\" shape=\"poly\" id=\"cataluna\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4243a7729609",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-69e526db"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" alt=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" href=\"http://gain.xunta.gal/\" coords=\"156,64,155,58,160,54,161,53,161,49,160,48,160,46,154,45,153,44,156,35,162,30,161,28,158,27,158,25,160,23,158,19,154,14,156,11,155,8,151,8,147,3,144,2,141,1,137,2,133,1,130,4,126,7,126,13,124,13,120,13,119,15,112,15,111,14,108,16,106,19,102,19,99,24,100,26,102,26,104,33,107,32,105,38,105,42,111,38,110,43,109,45,111,46,112,49,110,54,108,57,108,61,108,64,113,60,115,57,120,57,126,56,127,59,125,64,126,67,129,67,132,64,133,66,137,65,141,67,147,68,151,66,151,63,152,62\" target=\"_blank\" shape=\"poly\" id=\"galicia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "230072e9c2e6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e7dbcb87"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" href=\"https://www.navarra.es/es/tramites/on/-/line/Informacion-registro-y-certificacion-sobre-propiedad-industrial\" coords=\"275,43,275,46,278,49,284,51,288,51,291,56,293,56,293,59,293,61,292,62,291,62,290,62,290,64,292,64,295,65,298,66,300,66,302,64,302,61,301,58,300,56,301,53,302,49,305,44,306,41,310,40,313,36,314,32,313,31,309,29,305,29,302,26,301,28,300,29,298,27,298,25,300,23,299,20,296,20,292,20,291,19,289,21,287,23,287,25,285,27,285,30,280,32,279,33,280,36,278,40,278,42,275,43,275,46\" target=\"_blank\" shape=\"poly\" id=\"navarra\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef6d8fbdda86",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b8eea442"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" alt=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" href=\"https://www.euskadi.eus/patentes-y-marcas-presentacion/web01-a2indust/es/\" coords=\"253,19,253,22,255,22,256,24,257,25,257,29,261,31,262,32,259,34,257,34,256,35,258,37,259,38,261,40,264,40,264,39,264,37,267,37,270,38,271,40,272,42,274,42,277,41,277,38,279,36,278,33,279,31,283,30,284,27,285,25,286,25,286,22,289,20,290,18,290,17,287,18,283,20,277,20,270,16,264,15,261,15,259,17,255,18,253,19\" target=\"_blank\" shape=\"poly\" id=\"vascongadas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30a43cbc8353",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5366f34b"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" alt=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" href=\"https://www.ader.es/servicios/marcas-patentes-y-disenos-industriales/\" coords=\"263,63,259,61,258,51,258,46,259,44,261,43,264,44,266,44,269,47,270,49,272,47,275,47,277,49,278,50,282,51,285,53,287,52,289,56,291,58,292,57,291,61,289,60,289,64,289,66,287,66,283,65,282,62,282,61,278,60,274,59,273,61,272,62,271,64,268,64,266,61,265,61\" target=\"_blank\" shape=\"poly\" id=\"rioja\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca2138a006f0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0f9e590e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.juntadeandalucia.es/organismos/industriaenergiayminas/areas/industria/propiedad-industrial.html\" title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"andalucia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "20c1bf4105e5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-059c983f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://economia.jcyl.es/web/es/industria/marcas-nombres-comerciales.html\" title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillaleon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd1b3b2fe5fb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-181122af"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://canalempresa.gencat.cat/ca/inici/\" title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cataluna\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff1362e60ef7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f41d20f4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://gain.xunta.gal/\" title=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"galicia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "929685ab7586",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ca705f2a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.navarra.es/es/tramites/on/-/line/Informacion-registro-y-certificacion-sobre-propiedad-industrial\" title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"navarra\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8839a9d8a9f7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fbf210ba"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.euskadi.eus/patentes-y-marcas-presentacion/web01-a2indust/es/\" title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"vascongadas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8decc0fa1296",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-740dc5be"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.ader.es/servicios/marcas-patentes-y-disenos-industriales/\" title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" class=\"comunidadlast selected\" name=\"rioja\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e3057fd20a4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7d88f9bb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h4 class=\"t-fs-13\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e87f81aab7a8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b4ff75ed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_é.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a705c38292fc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7b59e4e9"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_é.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88e42705d01c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e4023724"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9311973052c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ed22f2a08c7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be5b1493"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84e6a478db86",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cd1f6394"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c14736beb2f8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "806dc5ee54c2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3815,
        "uniqueFailedCount": 88,
        "duplicateFailedCount": 14,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 14
    },
    {
      "submittedUrl": "https://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": 12013,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1240,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3445,
          "failed": 94,
          "cantTell": 84,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e3a99d6b975",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80477db42046",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1009d4d5bcd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21ebb00e342f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9bed6aa9c1b0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f948c66ea793",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c724499e5589",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "259cab59be7f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "891d32eafa9e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-869f4634"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc4e65453656",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bb0ff2d9"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af0bb62565ee",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1deadfc66b2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-328af5e9"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa34f7034a1a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d2e2665d2fe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45f99a1c4898",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "02cdb4491959",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Citizen services and information\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f48d9c9d038e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6208b776"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc0f41949353",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08e36572b17e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public employment\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be8289dc556a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a8bd358"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8cf2ff6ba09a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "215c8db4ede6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Aids\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e97144e558f9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8584a03c"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "075ee4af9593",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d3701e30821",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Procedures\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95b1c6b33209",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bdc54f1a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad7fd4c97856",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f174b5fc541",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public administration and State\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9ccc9cfda7f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be097936"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Your European Space\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "342d9e473a33",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b863f69c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/en/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4839ae8cb6e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-380c0608"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your European Space\" href=\"/pag_Home/en/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19fdc64103ef",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e8424793"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your rights and obligations in the EU\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "92f7cc3aa614",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-13ccfb80"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Business\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "637ce6d5d3b3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cfc7704b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Taxes\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8ceb82475b2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f057991c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Excise Duties\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27e8d6babfed",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-824fe3f2"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Last update 20-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "63baa9d3dcb2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7cc02ea73328",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c3759cb9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/alcohol.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "735d0f9d1c3a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fa73cce6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/hidrocarburos.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ed504e38d47",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d145b57b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/tabaco.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5944a3470ee",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-31564a0d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6af4a77571d2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-39bcfdb3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd351ab818c1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a84b6c31"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general.html#-97026048c9f5\" title=\"Ir a What kind of duties are they and which goods are subject to them?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bcd0cd5e995e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-91b68c0a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general.html#-829924338d6f\" title=\"Ir a Where do they apply?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f410837ec8d3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6faec3f7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general.html#-bdf7b2556af6\" title=\"Ir a Cases where no liability arises\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0fc24b2e6012",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-147467e8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general.html#-ae4496ca1486\" title=\"Ir a Who is required to declare and pay these duties?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df2e8770b445",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bad2c683"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general.html#-7bbf724719fd\" title=\"Ir a Suspension of excise duties on production\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fbe3467ca8d8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4cb9674b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general.html#-34c243b206d8\" title=\"Ir a Duty-paid intra-Community movement schemes\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3152a4c3a85a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f29b5df7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general.html#-e19d29cf07c7\" title=\"Ir a Exemptions\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8d49c125d0b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9c63b252"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general.html#-f1917c2a6b9e\" title=\"Ir a Refunds\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c8301681ebf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e2ac1416"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general.html#-cd1f8e4df71d\" title=\"Ir a Rates of duty\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "63d3391f7a04",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1e1c543e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general.html#-3f5c1154790b\" title=\"Ir a How must payments be made?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1073082fe47c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-77651f65"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general.html#-7e0cea6a2da1\" title=\"Ir a Tax formalities to be undertaken when setting up your business\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41208f93fa79",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c898a3e2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general.html#-40930cb895c3\" title=\"Ir a Relevant Links\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "83005691c6d5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3064df95"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general.html#-b49ac46396de\" title=\"Ir a Information for each Autonomous Community\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ccefac984c7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ae118f30"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general.html#-c0fb2dd87d4f\" title=\"Ir a Legal and/or technical references\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9fed8cec55b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d00bfd11"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general.html#-f23a35dc6e07\" title=\"Ir a Authority responsible for the information\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d9c97326682",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4e529185"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c18ba62360a9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89f99782c6e2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f459bb78"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p class=\"textojustificado\">",
            "message": "Confirm the word(s) 'bottom' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e11a12dddaf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-afad10e6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" alt=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" href=\"https://www.juntadeandalucia.es/temas/administracion/impuestos/sistema-tributario.html\" coords=\"202,179,208,183,224,195,231,193,247,193,251,190,260,191,267,189,274,197,271,203,278,206,286,211,286,216,291,226,295,227,289,240,283,248,277,243,271,244,268,250,261,247,249,247,247,249,240,247,228,247,221,248,212,256,206,255,197,260,194,267,191,267,188,271,177,267,170,259,172,255,166,248,167,244,155,232,144,229,138,229,138,222,136,217,141,208,146,203,151,201,151,197,163,204,166,203,172,206,179,203,182,199,186,202,191,198,190,191,195,185,202,180\" target=\"_blank\" shape=\"poly\" id=\"andalucia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5285a207b892",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3e93b7f7"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" href=\"https://tributos.jcyl.es/web/es/informacion-tributaria/impuestos-especiales-fabricacion.html\" coords=\"159,122,158,118,159,115,159,107,159,102,156,97,160,97,162,93,165,90,168,89,172,85,176,80,176,76,173,75,169,74,167,73,168,70,168,65,165,65,162,64,157,64,156,59,162,54,163,50,161,48,161,45,155,44,157,37,162,31,172,30,173,27,177,27,183,27,186,30,190,30,190,27,195,28,205,26,211,22,214,27,217,29,223,28,227,32,230,37,237,39,240,37,237,32,235,31,239,27,244,24,250,25,254,23,256,25,256,29,261,32,258,33,255,32,253,32,254,36,255,37,257,38,260,40,260,43,257,44,256,46,257,49,257,57,257,60,261,64,264,64,266,62,268,65,271,65,273,62,277,61,280,62,282,66,287,67,289,70,290,73,291,76,287,79,287,86,283,85,281,89,282,93,284,94,283,97,276,97,271,95,269,91,264,91,263,89,258,90,254,90,248,91,248,94,245,94,243,94,242,96,240,96,239,96,239,100,236,100,234,102,233,106,231,106,227,111,224,111,223,120,218,122,216,128,214,125,211,126,208,129,206,130,201,131,198,130,197,124,196,125,190,126,186,121,184,121,181,123,176,116,173,116,163,123,158,123,158,122\" target=\"_blank\" shape=\"poly\" id=\"castillaleon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd655ace4ba6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d499bdb8"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" alt=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" href=\"https://www.melilla.es/melillaPortal/contenedor.jsp?seccion=s_fdes_d4_v1.jsp&codbusqueda=828&language=es&codResi=1&codMenuPN=601&codMenuSN=1&codMenu=792\" coords=\"275,299,276,300,276,303,276,304,271,304,267,304,267,302,268,299,275,299\" target=\"_blank\" shape=\"poly\" id=\"melilla\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91f3457384b3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f92fcab5"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" href=\"https://www.navarra.es/es/hacienda/especiales\" coords=\"275,43,275,46,278,49,284,51,288,51,291,56,293,56,293,59,293,61,292,62,291,62,290,62,290,64,292,64,295,65,298,66,300,66,302,64,302,61,301,58,300,56,301,53,302,49,305,44,306,41,310,40,313,36,314,32,313,31,309,29,305,29,302,26,301,28,300,29,298,27,298,25,300,23,299,20,296,20,292,20,291,19,289,21,287,23,287,25,285,27,285,30,280,32,279,33,280,36,278,40,278,42,275,43,275,46\" target=\"_blank\" shape=\"poly\" id=\"navarra\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd57d8e3b8e1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-87336e27"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" alt=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" href=\"https://www.euskadi.eus/web01-s2oga/es/contenidos/informacion/6904/es_2317/index.shtml\" coords=\"253,19,253,22,255,22,256,24,257,25,257,29,261,31,262,32,259,34,257,34,256,35,258,37,259,38,261,40,264,40,264,39,264,37,267,37,270,38,271,40,272,42,274,42,277,41,277,38,279,36,278,33,279,31,283,30,284,27,285,25,286,25,286,22,289,20,290,18,290,17,287,18,283,20,277,20,270,16,264,15,261,15,259,17,255,18,253,19\" target=\"_blank\" shape=\"poly\" id=\"vascongadas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b32c09f41b0e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c148224a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.juntadeandalucia.es/temas/administracion/impuestos/sistema-tributario.html\" title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"andalucia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23492d121561",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-34f2447d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://tributos.jcyl.es/web/es/informacion-tributaria/impuestos-especiales-fabricacion.html\" title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillaleon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ced0a8c4533d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-97e93b22"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.melilla.es/melillaPortal/contenedor.jsp?seccion=s_fdes_d4_v1.jsp&codbusqueda=828&language=es&codResi=1&codMenuPN=601&codMenuSN=1&codMenu=792\" title=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"melilla\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b95eaf6891f4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9211c0d7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.navarra.es/es/hacienda/especiales\" title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"navarra\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b97e15ed8513",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8b3c80de"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.euskadi.eus/web01-s2oga/es/contenidos/informacion/6904/es_2317/index.shtml\" title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"vascongadas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "82ccfd881f71",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-df3bd39c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f4e374beafe4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f37f791c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd202680b2cc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ce07da9a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d2016cd0fc24",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5776779273c4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e27dde0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "92c2823e7eb4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fa9b5cd2"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88e7351fb393",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "794e857ed100",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3574,
        "uniqueFailedCount": 78,
        "duplicateFailedCount": 16,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 16
    },
    {
      "submittedUrl": "https://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": 12482,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1780,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 25
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 4810,
          "failed": 136,
          "cantTell": 129,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_id_unique",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "heading_markup_misuse",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "03c796c16de5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b94290b2b0b3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de7d5db20d3c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c9ec1c3049f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac59d2cfe3c4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51fdc3cbd39b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a9f76474f8f5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26faacd7aa7d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13ec53596fdf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8c691d4b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "526a9f21515b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67b7573a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b817df94f9bf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "542f4e9d18c0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dbc11a04"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d233e830c34",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3cedd551c3f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8794924f3b18",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c92fdb64403",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4438a645acaf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4bd441c0f3a6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1583ccb79310",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6bf83ee821f0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee245fc3658f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f4751ef4a7a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "42e96f89d105",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5935c185e43d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5be9d4e8a59",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94c9560a59a1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fdbf91c803dc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b02592d71cbc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b054e9dca9b5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf598da99c11",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae76980497b9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dce9f2c7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "647bac33f8e8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ee5a3617"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77d572c026ff",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8bea4664"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Empresas\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fbcab259d359",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-88d798e9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Empleados\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1fa9182d104",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-070208f6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Trabajadores desplazados\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b643dd887c76",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-53fe8ac0"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Última actualización: 27-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5cc79a80fa1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3bc550e2bffe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-99c52647"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/seguridad-social.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "68f824429511",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fd1e8e43"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div class=\"escuchar_top\" id=\"escuchar\">",
            "message": "The <div> element has the id \"escuchar\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6df494389155",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f4afa464"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div class=\"rs_addtools rs_splitbutton rs_preserve rs_skip rs_exp\" id=\"xp1\">",
            "message": "The <div> element has the id \"xp1\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2b27137f431",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e1ab0ba6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral.html#-6048a0768018\" title=\"Ir a Desplazamiento a España de trabajadores en el marco de una prestación de servicios transnacional\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e48bf02f8eba",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cda7f4dc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral.html#-24993ec81ce5\" title=\"Ir a ¿A quién se aplica la Ley 45/1999, sobre el desplazamiento de trabajadores en el marco de una prestación de servicios transnacional?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb57fee1f0b8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-af92f52a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral.html#-f0ee47d3fc0f\" title=\"Ir a ¿Qué se entiende por desplazamiento de trabajadores en el marco de una prestación de servicios transnacional? (art. 2.1.1º Ley 45/1999, de 29 de noviembre)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b6784a134db",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0a0d22d7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral.html#-c9d7e184ddc7\" title=\"Ir a ¿Qué normas se aplican a los empleados que viven en un país diferente (empleo transfronterizo)?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7ab7faa0e7a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-028b7c7c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral.html#-9950e628e444\" title=\"Ir a ¿Es aplicable la Ley 45/1999 a los empleados que viven en un país diferente y se desplazan regularmente a otro país, en este caso España, para trabajar y regresar a su residencia al terminar la jornada (empleo transfronterizo)?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5dc631d53a7e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-09738239"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral.html#-1cdc47f326f9\" title=\"Ir a Condiciones de trabajo de los trabajadores desplazados (art. 3 de la Ley 45/1999, de 29 de noviembre)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3642dd3f7af5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-033e7f0f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral.html#-26958a84086c\" title=\"Ir a Duración del desplazamiento\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e3410d6e422",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd8ba57c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral.html#-ddf3519b4d80\" title=\"Ir a Comunicación del desplazamiento\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "abd4ff274ea0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1621f845"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral.html#-bb9e4b29744d\" title=\"Ir a Información del órgano competente\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b9d1daea06e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2762fa44"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral.html#-d92d8694d012\" title=\"Ir a Personas que pueden solicitar información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ade7b2470152",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a9a52e3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral.html#-6848c74f2229\" title=\"Ir a Centro de enlace a nivel nacional al que dirigirse en caso de duda sobre la autoridad laboral competente:\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9e2657c1653",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ccd5ef8d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral.html#-af7a1f1499b6\" title=\"Ir a Inspección y cooperación con las Administraciones públicas de otros Estados\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "489aecd8fe77",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-46edc337"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral.html#-8046bb70072d\" title=\"Ir a Desplazamiento de trabajadores por empresas establecidas en España (disposición adicional primera Ley 45/1999, de 29 de noviembre)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87d8ab607dfc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3da65816"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral.html#-14ef127efad6\" title=\"Ir a Normas especiales de desplazamiento para el sector de transportes por carretera\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9cf58b6e76b0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-756781a4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral.html#-33177ceae7ca\" title=\"Ir a Información por Comunidades Autónomas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40417bce2446",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b57800fb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral.html#-1733ca4ca79d\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "086c2ded57b1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-15c707e1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-1999-22895\" title=\"<strong>Ley 45/1999</strong>, de 29 de noviembre (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "878b2bc4b98a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-045febdc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d93f5c1c28d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h2 class=\"ppg-heading ppg-heading--wind\" id=\"-24993ec81ce5\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b777858ed7ac",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9038d114"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h2 class=\"ppg-heading ppg-heading--wind\" id=\"-f0ee47d3fc0f\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98e45c352aff",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-87e65e58"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-1997-8874&p=20110520&tn=1#a4\" title=\"artículo 4 de la Ley 10/1997, de 24 de abril,  (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5fa9b5526da4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-182ac1d2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h2 class=\"ppg-heading ppg-heading--wind\" id=\"-9950e628e444\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de4f38b01ef5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-99f613b2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20200923&tn=1#a34\" title=\"Arts. 34-38 del Estatuto de los Trabajadores  (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4c4bd35e86e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0ad927e0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-1995-21346\" title=\"Real Decreto 1561/1995, de 21 de septiembre, sobre jornadas especiales de trabajo (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab554a7f22cf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-acff2bff"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-1999-22895&p=20170527&tn=1#a4\" title=\"artículo 4 de la Ley 45/1999, de 29 de noviembre (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bbdeb9ddb7e9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bbe15c79"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20200923&tn=1#a17\" title=\"17 (Abre en nueva ventana)\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ecc19d921a16",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9c472190"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20200923&tn=1#a17\" title=\"17 (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2578ec2499a8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f85fc0f6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20200923&tn=1#a28\" title=\"28 del Estatuto de los Trabajadores (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f278ba0b20ef",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0400fd37"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2020-12214\" title=\"Real Decreto 901/2020,  (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab026c977076",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-349f0b78"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20200923&tn=1#a6\" title=\"arts. 6 y 7 del Estatuto de los Trabajadores (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "58a1d7650db7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-787af098"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/doc.php?id=BOE-A-1957-11398\" title=\"Decreto de 26 de julio de 1957 sobre Industrias y Trabajos prohibidos a mujeres y menores por peligrosos o insalubres (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86c10f541ddd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-81888a57"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-1995-24292\" title=\"Ley 31/1995, de Prevención de Riesgos Laborales (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b51117950f9a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-166ff514"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20200923&tn=1#a15\" title=\"15.6 (Abre en nueva ventana)\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d9bfbf5ea3a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cf7f4060"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20200923&tn=1#a15\" title=\"15.6 (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7aaefcdc47c1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-44019c13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20200923&tn=1#a12\" title=\"12.4 del Estatuto de los Trabajadores (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a5d46fc5592",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-466be27c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20251204&tn=1#a18\" title=\"18 y 20 del Estatuto de los Trabajadores (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0e1a3a43c75",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-21c25d70"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2022-14630&p=20240802&tn=1#a1-4\" 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)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b426433ac6b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-44bea2fd"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-1985-16660\" title=\"Ley Orgánica 11/1985 de Libertad Sindical (Abre en nueva ventana)\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65ea1b857638",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-74c0f586"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-1985-16660\" title=\"Ley Orgánica 11/1985 de Libertad Sindical (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e292876fb19e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2c949846"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-1977-6061\" title=\"Real Decreto-ley 17/1977, sobre relaciones de trabajo (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46c4e4a3e29f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1749c2d0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20200923&tn=1#a77\" title=\"arts. 77-81 del Estatuto de los Trabajadores (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05ecc932e13e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5739a59b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.boe.es/buscar/act.php?id=BOE-A-1999-22895&p=20220302&tn=1#a3\" title=\"artículo 3 de la Ley 45/1999\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b89dc9d8f7d4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e0015423"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.mites.gob.es/es/sec_trabajo/debes_saber/desplazamiento-trabajadores/desplazamiento/index.htm#desplazamiento-larga-duracion\" title=\"Duración del desplazamiento (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44e3ed0ee182",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-96f94f60"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\" a) y b) del artículo 2.1.1.º de la Ley 45/1999  (Abre en nueva ventana)\" target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-1999-22895&p=20170527&tn=1#a2\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5feb9c2398ed",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c8d5933a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" style=\"font-size: 1em;\" href=\"https://oeitss.mites.gob.es/RECD45Portal/login\" title=\"Ley 45 - Portal (mites.gob.es) (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45fe2366824c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-41b974b0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-1999-22895&p=20220302&tn=1#a2\" title=\"artículo 2.1.1.º (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "478cb80d0a7d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-14056834"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-1999-22895&p=20220302&tn=1#a2-4\" title=\"artículo 22.1 de la Ley 45/1999, de 29 de noviembre.  (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2b82bd2a03a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b4022cc3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.mites.gob.es/es/sec_trabajo/debes_saber/desplazamiento-trabajadores/desplazamiento/index.htm\" title=\"Dirección General de Trabajo del Ministerio de Trabajo y Economía Social  (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce908ec49c89",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8868e33a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.mites.gob.es/es/sec_trabajo/debes_saber/desplazamiento-trabajadores/datoscontacto-autlaborales/index.htm\" title=\"Subdirección General de Ordenación Normativa, Dirección General de Empleo (sgon@mites.gob.es). (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7cafd1db1cd6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2f3fd20d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://eur-lex.europa.eu/legal-content/ES/TXT/PDF/?uri=CELEX:31996L0071\" 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)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef479aacf935",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8aa71691"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://eur-lex.europa.eu/legal-content/ES/TXT/PDF/?uri=CELEX:32020L1057\" title=\"<strong>Directiva (UE) 2020/1057</strong>, de 15 de julio de 2020 (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eeac02b16b16",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ca197bde"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-8168&p=20250103&tn=1#a20\" 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)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c382677270f7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fe51c67f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-1999-22895&p=20220302&tn=1#cv\" 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)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a03175b08c3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-97366ce3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-1999-22895&p=20220302&tn=1#a2-2\" title=\"artículo 20 de la Ley 45/1999, de 29 de noviembre (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4d80a5d4e29",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a6a44581"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-1999-22895&p=20220302&tn=1#a1-3\" title=\"artículos 19 y 20 de la Ley 45/1999, de 29 de noviembre (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd7929390f4d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42558eb5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.youtube.com/watch?v=h4BpmKXIuyE\" title=\"video de la web de la Autoridad Laboral Europea (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0d39009fafd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bbdaf676"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" alt=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" href=\"https://www.juntadeandalucia.es/servicios/sede/tramites/procedimientos/detalle/511.html\" coords=\"202,179,208,183,224,195,231,193,247,193,251,190,260,191,267,189,274,197,271,203,278,206,286,211,286,216,291,226,295,227,289,240,283,248,277,243,271,244,268,250,261,247,249,247,247,249,240,247,228,247,221,248,212,256,206,255,197,260,194,267,191,267,188,271,177,267,170,259,172,255,166,248,167,244,155,232,144,229,138,229,138,222,136,217,141,208,146,203,151,201,151,197,163,204,166,203,172,206,179,203,182,199,186,202,191,198,190,191,195,185,202,180\" target=\"_blank\" shape=\"poly\" id=\"andalucia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "decdbdeadfa5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2b315052"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" href=\"https://dgte.cantabria.es/web/direccion-general-de-trabajo/tramites-y-registros/desplazamientos-transnacionales\" coords=\"213,23,215,26,217,28,223,27,226,28,228,31,230,34,231,36,236,37,238,37,237,33,234,32,234,29,238,27,242,24,244,23,245,23,250,24,249,21,250,20,252,19,254,17,252,16,249,16,246,13,245,12,242,14,238,14,236,13,232,15,231,16,227,16,222,16,221,18,221,19,218,19,215,20,216,22,215,23,213,22\" target=\"_blank\" shape=\"poly\" id=\"cantabria\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1a2d4512a8b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2da5c64f"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" href=\"https://www.castillalamancha.es/gobierno/economiaempresasyempleo/estructura/dgtfsl/actuaciones/comunicaci%C3%B3n-de-desplazamiento-de-trabajadores-en-el-marco-de-una-prestaci%C3%B3n-de-servicios\" coords=\"314,181,308,178,306,179,301,180,301,184,300,186,301,191,298,194,293,192,289,194,285,195,283,195,277,204,273,203,276,196,268,188,260,189,251,189,246,191,243,191,237,190,236,192,227,192,224,193,213,185,206,180,209,174,210,172,208,169,211,168,211,165,216,164,214,160,215,153,213,153,208,156,202,149,203,144,202,141,199,141,198,138,198,137,198,131,203,132,208,130,213,127,215,129,218,129,222,128,223,127,224,128,229,127,236,130,240,131,241,132,240,133,240,134,236,137,235,139,236,140,241,139,247,134,257,133,259,133,258,126,257,126,257,120,253,115,249,110,248,105,250,100,247,95,250,94,249,92,255,91,262,91,264,92,268,92,270,96,274,98,280,99,284,98,285,95,288,95,292,98,295,101,296,105,298,107,298,112,297,115,294,115,293,118,291,120,293,123,297,126,301,128,303,133,306,136,308,136,307,143,305,146,301,147,300,152,300,156,305,158,310,159,309,164,307,168,309,171,312,173,315,172,316,177,316,181,315,181\" target=\"_blank\" shape=\"poly\" id=\"castillamancha\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2fd31d643fb9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a7a3866b"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" href=\"https://canalempresa.gencat.cat/es/integraciodepartamentaltramit/tramit/PerTemes/Presentar-comunicacions-de-desplacaments-transnacionals\" coords=\"353,113,350,111,347,111,345,107,347,103,347,98,347,97,345,95,349,92,350,88,348,84,351,79,348,75,350,72,354,69,355,63,357,58,357,55,358,50,356,45,358,42,356,39,353,37,352,35,354,33,360,34,363,35,367,37,371,37,373,42,373,46,374,47,377,46,380,44,384,45,388,44,388,46,388,49,393,47,394,46,400,47,401,48,404,48,407,45,412,44,415,44,417,44,420,46,421,47,421,48,421,50,416,50,416,52,417,54,418,56,419,56,419,58,420,59,421,62,418,64,413,69,405,74,399,78,395,79,395,83,391,86,383,87,374,91,368,94,363,94,361,99,358,102,357,104,361,108,359,111,355,111,352,112,352,113\" target=\"_blank\" shape=\"poly\" id=\"cataluna\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "888bec59150c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1ee8857e"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" href=\"https://www.comunidad.madrid/servicios/empleo/desplazamientos-transnacionales\" coords=\"229,125,225,127,222,125,219,128,217,128,219,123,224,120,225,115,226,112,228,112,230,109,232,107,234,107,235,102,237,101,240,101,240,98,243,97,244,95,246,96,248,99,248,102,247,106,248,111,253,117,256,122,255,127,257,127,257,132,246,133,239,139,236,138,243,133,243,131,236,129,228,125,229,125\" target=\"_blank\" shape=\"poly\" id=\"madrid\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39c87bdb4df6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-846e7c0f"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" href=\"https://www.navarra.es/es/tramites/on/-/line/Comunicacion-del-desplazamiento-de-trabajadores-en-el-marco-de-una-prestacion-de-servicios-transnacional\" coords=\"275,43,275,46,278,49,284,51,288,51,291,56,293,56,293,59,293,61,292,62,291,62,290,62,290,64,292,64,295,65,298,66,300,66,302,64,302,61,301,58,300,56,301,53,302,49,305,44,306,41,310,40,313,36,314,32,313,31,309,29,305,29,302,26,301,28,300,29,298,27,298,25,300,23,299,20,296,20,292,20,291,19,289,21,287,23,287,25,285,27,285,30,280,32,279,33,280,36,278,40,278,42,275,43,275,46\" target=\"_blank\" shape=\"poly\" id=\"navarra\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "02dbc0ce0cb3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5da2120"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.juntadeandalucia.es/servicios/sede/tramites/procedimientos/detalle/511.html\" title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"andalucia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "150baccb85c4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f4f3ede0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://dgte.cantabria.es/web/direccion-general-de-trabajo/tramites-y-registros/desplazamientos-transnacionales\" title=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cantabria\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28a2ba8f6531",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ce9cfffc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.castillalamancha.es/gobierno/economiaempresasyempleo/estructura/dgtfsl/actuaciones/comunicaci%C3%B3n-de-desplazamiento-de-trabajadores-en-el-marco-de-una-prestaci%C3%B3n-de-servicios\" title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillamancha\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46b97fb5d407",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-88a026cd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://canalempresa.gencat.cat/es/integraciodepartamentaltramit/tramit/PerTemes/Presentar-comunicacions-de-desplacaments-transnacionals\" title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cataluna\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b335d103f54e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4ab463ab"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.comunidad.madrid/servicios/empleo/desplazamientos-transnacionales\" title=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"madrid\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da9d47ab38be",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-08434bf0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.navarra.es/es/tramites/on/-/line/Comunicacion-del-desplazamiento-de-trabajadores-en-el-marco-de-una-prestacion-de-servicios-transnacional\" title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"navarra\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f0fc64e1e25",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1ee46473"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h4 class=\"t-fs-13\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "abf690bde826",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b4ff75ed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77e986134227",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2c31751c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0cf64d322d12",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fe75f54d"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7fa5b7e66ace",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab78e7d91658",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5976a683"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "204719249c25",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b017c3f0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51a7c41ca4ce",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-85022af9"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDeCookies.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45936d8a226a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f9d7338e"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afe2aaa391c8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52f45ce5bde1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 5012,
        "uniqueFailedCount": 119,
        "duplicateFailedCount": 17,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 17
    },
    {
      "submittedUrl": "https://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": 9992,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 946,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 4
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2530,
          "failed": 65,
          "cantTell": 47,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "heading_markup_misuse",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3824c4a80fb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "938469a36103",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6dc00fba0c83",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a633dc274ff1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f546c3b688a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1632befc9e16",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05365a0c5674",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7a91417a06b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7af0ec6031dd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8c691d4b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "244b5e982a85",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67b7573a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71c0d1efd36f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d197cebff48",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dbc11a04"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b621640c7c8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0016b460bfbb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71ed22a7a3a5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bdff01de1ef3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d9797daac9f4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f12f70478726",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94c05429c845",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e3892aabca5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a238d1083d22",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39396b531ed1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa6966ca8905",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c3806bb420e1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5713b79dfdb5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0c1b5ec1d02",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "803a253442ad",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a65134df02e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fbb090e5918c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0e53abff2b0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f811dd72d0e9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dce9f2c7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "761c36c3ec28",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ee5a3617"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e783866b051",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8bea4664"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ciudadanos\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c21e24bf8c35",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-964745ca"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Trabajo y jubilación\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "038b6948e7e8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-138e071d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Seguridad social y pensiones\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguridad-social-pensiones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a9da55ea6607",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e5df476"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Pensiones de clases pasivas\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguridad-social-pensiones/Pensiones-clases-pasivas.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb6a5647c02e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-94c00fc1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Última actualización: 24-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c841e33856bd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguridad-social-pensiones/Pensiones-clases-pasivas/coordinacion.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "671ee477432b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-935bbfa3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguridad-social-pensiones/Pensiones-clases-pasivas/jubilacion-retiro.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e8abbd56712",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5cd5b366"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguridad-social-pensiones/Pensiones-clases-pasivas/familiares.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8967bae6f05",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8c26e189"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguridad-social-pensiones/Pensiones-clases-pasivas/jubilacion-retiro.html#-36263217d951\" title=\"Ir a ¿Qué requisitos debo reunir?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea965bc646a4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1d741998"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguridad-social-pensiones/Pensiones-clases-pasivas/jubilacion-retiro.html#-cf8757be45d6\" title=\"Ir a ¿A qué tengo derecho?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f8fe8e8239f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-61091083"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguridad-social-pensiones/Pensiones-clases-pasivas/jubilacion-retiro.html#-8013d6a33f18\" title=\"Ir a ¿Cómo puedo solicitarlo?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3a5c26e7934",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-323d8534"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguridad-social-pensiones/Pensiones-clases-pasivas/jubilacion-retiro.html#-a1ce5b835814\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "461530a25414",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-41682c20"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguridad-social-pensiones/Pensiones-clases-pasivas/jubilacion-retiro.html#-ba4fd3fa4e09\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a17d4a32a4e2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-eb1f75bc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e881cfd56273",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.clasespasivas.sepg.pap.hacienda.gob.es/sitios/clasespasivas/es-ES/Pensionistas/Paginas/Complementoparaminimos.aspx\" title=\"cuantías mínimas (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2091b117764a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5b3904c9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Formulario de pensión de jubilación para quienes han perdido la condición de funcionario (Abre en nueva ventana)\" target=\"_blank\" href=\"https://www.clasespasivas.sepg.pap.hacienda.gob.es/sitios/clasespasivas/es-ES/SolicitudesProcedimientos/Solicitudes/Documents/010101JubilaEXFuncionario.pdf\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1131ab6539a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-841d14b5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h4 class=\"t-fs-13\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "346d433b1e82",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b4ff75ed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d11c4f66c5c4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2c31751c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fcbb05ac2148",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fe75f54d"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6dd56a0e81ed",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "450dd231992f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5976a683"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fab251a4f2b7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b017c3f0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8e440bccd54",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-85022af9"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDeCookies.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3763685ec7fa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f9d7338e"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "01bc10e289fa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0236c1d5d84",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2608,
        "uniqueFailedCount": 59,
        "duplicateFailedCount": 6,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 6
    },
    {
      "submittedUrl": "https://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": 12220,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1276,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 12
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3436,
          "failed": 74,
          "cantTell": 59,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec349a19221c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67a6acda5582",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e36e13686d6e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ffc7dd66dfb9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30b7b820b404",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1923dd563858",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2553647b3315",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "792ce0426646",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc6a3c63c142",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-00e16913"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f3b45c66fa8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-31b3633a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37a791085f84",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2f2d4487dbd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b3402664"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cae083006b97",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81071f43dc6b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "811f80e84a46",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d0f78bfb730",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "625b7dd75b27",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "511badce8a1b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d3e3d09220b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cad2c198e18b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30ed0f485e38",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5163006710f7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f3860344496",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12aa6dc2a913",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b8e68ce8f40",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "395ee2541c66",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bea6b9b569fb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "803f280405aa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "776b8f4e0d29",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a738e37e9718",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/gl/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "317209b83510",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-411757f8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/gl/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "99ce0b59c0a4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-456ef52c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5264e5251534",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-10b03724"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Empresas\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86412d247e06",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-40351132"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Servicios\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a6bc6d2f3f2c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4b34a804"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Notificación de actividades transfronterizas\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55571683a7bf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7661d9c9"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Última actualización: 16-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca8922ac859c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1fc6c78a99f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e449058f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f010a1dcd75c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-95bc7dcf"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico.html#-35f9bd9c0099\" title=\"Ir a Medicamentos y principios activos\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "252518f441ec",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-582bf49f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico.html#-396865991722\" title=\"Ir a Productos Sanitarios\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "317a393fe7f3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c8213490"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico.html#-aebe8568f8c6\" title=\"Ir a Productos cosméticos, cuidado personal y biocidas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3dd58fac702f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e9c09e20"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico.html#-ba3eb2926a70\" title=\"Ir a Enlaces de interés\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d52a7445fd35",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-271eeccd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico.html#-e2369c8ed44e\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b55f6cc3bc34",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a9577b7f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico.html#-91bdf35c622e\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72af5ab34570",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ff62f8d0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/eli/es/rdlg/2015/07/24/1/con\" title=\"Real Decreto Legislativo 1/2015, de 24 de julio (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00cb3f8a6ab3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2c8b071e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-8343&p=20200610&tn=1#a72\" title=\"artículo 72 hace referencia a las importaciones  (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9b4ec108602",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-333b2aa7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-8343&p=20200610&tn=1#a73\" title=\"artículo 73 a las exportaciones (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d0f2cc2cd84",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e9237cfa"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2010-10827&p=20190413&tn=1#cviii\" title=\"capítulo VIII del Real Decreto 824/2010, (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8011083a910",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4824c4d5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.aemps.gob.es/informa/circulares/medicamentosUsoHumano/2015/docs/circular_1-2015-comercio-exterior-medicamentos.pdf?x91809\" title=\" circular 1/2015  sobre comercio exterior de medicamentos  (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "99b428f41e92",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-83909ae6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.aemps.gob.es/informa/circulares/industria/2012/docs/circular_2-2012.pdf?x91809\" title=\"circular 2/2012 sobre notificación previa de envíos de medicamentos a otros Estados miembros (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7275aabe8159",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f6b100ea"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.aemps.gob.es/industria-farmaceutica/distribucion-farmaceutica/comercio-exterior/\" title=\"Comercio exterior (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c948031d59c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-107226bf"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.aemps.gob.es/\" title=\"sede electrónica de la AEMPS (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef3634514aaf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3ab6b871"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96bbe727dc1f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico.html\" title=\"Puesta en marcha, gestión y cierre de una empresa. Registro, cambio de la forma jurídica o cierre de una empresa. (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c927e698185",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-db370e2f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"textojustificado\">",
            "message": "Confirm this text 'Instalaciones de productos sanitarios Instalaciones de productos sanitarios' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "231cd47fbab0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-eb1cb1c0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2011-13052\" title=\"Orden Ministerial SPI/2136/2011, de 19 de julio, por la que se fijan las modalidades de control sanitario en frontera por la inspección farmacéutica y se regula el Sistema Informático de Inspección Farmacéutica de Sanidad Exterior  (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ecec85a63add",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-031e11db"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.aemps.gob.es/procedimientos/inspeccion-farmaceutica-de-sanidad-sifaex/sifaex/\" title=\"SIFAEX (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0cc27c936bfb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2be05edc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/doc.php?id=BOE-A-2011-13052\" title=\"Orden SPI/2136/2011, de 19 de julio (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "500b39293a5c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3fdebdd6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.aemps.gob.es/procedimientos/inspeccion-farmaceutica-de-sanidad-sifaex/sifaex/\" title=\"SIFAEX (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.aemps.gob.es/procedimientos/productos-sanitarios-cosmeticos-cuidado-personal-y-biocidas/cosmet2_dr/\" title=\"COSMET2. (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43f5487f7aff",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-81d4a8b8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_é.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d669778074e1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7b59e4e9"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_é.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "62a852e9450e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e4023724"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39d6cff1d3ab",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "92690b5a695c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be5b1493"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "916eb34a0039",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cd1f6394"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "07dfdd1bd0f4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4b98a7ec9e8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3554,
        "uniqueFailedCount": 67,
        "duplicateFailedCount": 7,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 7
    },
    {
      "submittedUrl": "https://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": 12019,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1230,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 9
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3538,
          "failed": 122,
          "cantTell": 105,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad7f04d597ad",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2b169d99aa2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b6a0d1179e6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3007ac298877",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "02809957f849",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "83f365a746de",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d82bbdcca93a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e9667d40a2d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1815e9c1f3e1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4113767e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1f97e094a17",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42cdd4c9"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b3c883aa208",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22c0ee11bb94",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0e5d1242"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6703c2a7451",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00af2de3c327",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "35bbccf71988",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0d89cb50ecc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be33b21decfb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9aeb8ec12abe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c1b7f6a5204",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f384c0c66b21",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2b552448504",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae603ab4c6fe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5490c1b3ac65",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "83e887e05c1e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b6915ee71a6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7207b6596aec",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3ee85dffb4d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7893e04bdedd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af41691dbc23",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "842278daef93",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/eu/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78536114174f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3d4a4cb9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/eu/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a0d921db9f2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e7215823"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f61ea0fa10c3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5c8e457"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ciudadanos\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "85e7ef537ddc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7336c38b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Trabajo y jubilación\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "869577e4054d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5f21b52c"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Azken eguneraketa: 13-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4031c603259d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "943457208c55",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a09d3a2a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b4347911e69",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4e9dc026"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "abf4c9bb3800",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a43f1376"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7032444ef78",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ef4336cd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguro-responsabilidad.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7270f2c53f19",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-96cc57fe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75cce185b9e9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0d46429e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e66eabde269",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bc9686ae"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguridad-salud.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e9db732d579",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c4f0d3ad"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguridad-social-pensiones.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8139775821f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ce6e728"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo.html#-fe0447e61bf1\" title=\"Ir a Búsqueda de empleo en otro Estado Miembro\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71670537bbe1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cf5fc905"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo.html#-29e8aed7d964\" title=\"Ir a Información práctica para solicitar un empleo en otro Estado miembro\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2667c68f9998",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b2633891"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo.html#-02071033234b\" title=\"Ir a Búsqueda de empleo en España\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "085fb5d0421c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1d219dff"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo.html#-062abd374e86\" title=\"Ir a Empleo público en España\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "894d85276b72",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bbae33dc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo.html#-24a132ea930a\" title=\"Ir a Información por Comunidades Autónomas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32928884663a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5cd7a1a4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo.html#-0ab5bd1da4bc\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43fc097081a6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ff9db873"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo.html#-0857d6dbf8d3\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ba2e940ed18",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a9cfd3fe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://eures.europa.eu/index_es\" title=\"Portal de Movilidad EURES. (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3066b05c58de",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c35da305"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.sepe.es/HomeSepe/Personas/encontrar-trabajo/empleo-europa.html\" title=\"RED EURES del SEPE (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb9444c601f2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b26f4e9b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc6f51cfa8da",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://europass.europa.eu/es/create-europass-cv\" title=\"Crear tu currículum Europass. (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d921125a738",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42f98948"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://europass.europa.eu/es/sending-your-europass-cv-eures\" title=\"Enviar tu currículum Europass a EURES. (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b5b18ce2364",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0cbb1a57"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://europa.eu/europass/eportfolio/screen/profile-wizard?lang=en\" title=\"Crear tu perfil Europass (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "787193662427",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8fcebf63"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://europass.europa.eu/es/create-europass-cover-letter\" title=\"Crear una carta de presentación Europass (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "916b8bcae6fa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-59f30926"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Portal Único de Empleo Empleate (Abre en nueva ventana)\" target=\"_blank\" href=\"http://www.empleate.gob.es/empleo/#/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c399a38c22a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fd730b34"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sepe.es/HomeSepe/que-es-el-sepe/otras-webs.html\" title=\"Puedes acceder a cada uno de los Servicios Públicos de Empleo autonómicos (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "638a197f58ce",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-25b505d2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://administracion.gob.es/pag_Home/index.html#.X8TuvGj0kdU\" title=\"Punto de Acceso General de la Administración General del Estado, (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d1a092f101a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-01f04f6e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://administracion.gob.es/pagFront/empleoBecas/empleo/buscadorEmpleo.htm#.X8TuPGj0kdU\" title=\"Buscador de convocatorias de empleo público (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "899941f04142",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0c35564c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://administracion.gob.es/pag_Home/empleoBecas/Ofertas-empleo-publico.html#.X8TuWmj0kdU\" title=\"ofertas de empleo público (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7629ab8a710",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c440d179"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://administracion.gob.es/pag_Home/empleoBecas/boletines.html#.X8Tuemj0kdU\" title=\"Boletines periódicos (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3701eba9e22a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d838dbd2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://administracion.gob.es/pag_Home/empleoBecas/gestionSuscripcionesEmpleo.html#.X8Tuo2j0kdU\" title=\"Suscripción a boletines y/o notificaciones y aplicación móvil (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "38cc8e0c6b69",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0acae872"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://administracion.gob.es/pag_Home/empleoBecas/ips.html#.X8TvZmj0kdU\" title=\"IPS (inscripción en pruebas selectivas) (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0421ad2d31b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0392d806"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://administracion.gob.es/pag_Home/empleoBecas/Destacados-empleo-publico/Paginas-web-Empleo-Publico-CCAA.html#.X8TvhWj0kdU\" title=\"Páginas web de empleo público de las Comunidades Autónomas (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30f9ccfe89f7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b85335fc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://administracion.gob.es/pag_Home/Tu-espacio-europeo/Trabajar-para-la-UE.html#.X8TvrWj0kdU\" title=\"trabajar en la UE (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3351bdb2fcea",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0fcb120a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" alt=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" href=\"https://www.juntadeandalucia.es/organismos/sae.html\" coords=\"202,179,208,183,224,195,231,193,247,193,251,190,260,191,267,189,274,197,271,203,278,206,286,211,286,216,291,226,295,227,289,240,283,248,277,243,271,244,268,250,261,247,249,247,247,249,240,247,228,247,221,248,212,256,206,255,197,260,194,267,191,267,188,271,177,267,170,259,172,255,166,248,167,244,155,232,144,229,138,229,138,222,136,217,141,208,146,203,151,201,151,197,163,204,166,203,172,206,179,203,182,199,186,202,191,198,190,191,195,185,202,180\" target=\"_blank\" shape=\"poly\" id=\"andalucia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7686cf0b706e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f12a6b72"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" alt=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" href=\"https://inaem.aragon.es/ofertas-de-empleo\" coords=\"291,65,289,67,291,73,292,75,292,77,288,79,288,87,284,87,282,89,283,92,285,94,287,94,291,96,295,99,297,101,297,104,299,107,299,112,298,116,295,116,294,119,293,122,298,125,301,128,303,128,306,128,308,129,310,131,311,133,308,134,312,135,316,135,320,132,323,129,324,126,327,125,329,123,330,112,329,110,331,110,332,106,335,106,338,107,344,107,345,106,345,103,345,101,346,100,346,97,343,94,346,93,349,90,348,87,346,84,347,82,350,79,347,77,346,75,348,71,353,68,353,64,355,60,355,56,357,52,356,49,355,45,357,42,356,40,352,38,347,39,341,39,340,38,337,40,334,39,330,36,329,35,325,36,321,36,316,31,315,36,312,39,310,42,307,42,305,47,304,49,303,52,301,55,302,59,303,61,303,64,301,67,300,68,294,66,292,65,291,65\" target=\"_blank\" shape=\"poly\" id=\"aragon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7daf1ad2e0ee",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-db6fe2f4"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Asturias, Principado de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Asturias, Principado de (Abre en ventana nueva)\" href=\"https://trabajastur.asturias.es/\" coords=\"220,16,220,18,218,18,215,19,213,20,214,22,211,20,210,21,209,22,204,25,199,26,194,27,190,26,189,26,189,29,186,29,184,26,183,26,177,26,173,26,171,29,164,30,163,29,162,28,161,27,159,26,159,25,161,24,161,21,157,16,155,14,158,10,156,9,161,9,167,9,171,9,176,8,179,8,181,10,185,8,188,7,191,10,195,10,201,10,203,12,206,13,210,13,214,14,216,16,220,16\" target=\"_blank\" shape=\"poly\" id=\"asturias\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "66f2a3737e65",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16a984b0"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Balears, Illes (Abre en ventana nueva)\" alt=\"Acceso al servicio de Balears, Illes (Abre en ventana nueva)\" href=\"https://soib.es/es/\" coords=\"435,128,429,127,422,128,406,132,401,134,394,137,386,143,354,167,354,170,355,171,356,174,357,176,358,178,359,179,361,180,364,181,368,181,386,173,402,165,428,148,439,140,440,134,438,130,434,128\" target=\"_blank\" shape=\"poly\" id=\"baleares\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2742bb82398",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6e6c62fc"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" alt=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" href=\"https://www.gobiernodecanarias.org/empleo/sce/principal\" coords=\"9,258,148,315\" target=\"_blank\" shape=\"rect\" id=\"canarias\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78962745ce6c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-164d5dd0"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" href=\"https://www.empleacantabria.es/\" coords=\"213,23,215,26,217,28,223,27,226,28,228,31,230,34,231,36,236,37,238,37,237,33,234,32,234,29,238,27,242,24,244,23,245,23,250,24,249,21,250,20,252,19,254,17,252,16,249,16,246,13,245,12,242,14,238,14,236,13,232,15,231,16,227,16,222,16,221,18,221,19,218,19,215,20,216,22,215,23,213,22\" target=\"_blank\" shape=\"poly\" id=\"cantabria\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1291b6b19966",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1c1c4306"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" href=\"https://empleo.jcyl.es/web/es/busco-empleo.html\" coords=\"159,122,158,118,159,115,159,107,159,102,156,97,160,97,162,93,165,90,168,89,172,85,176,80,176,76,173,75,169,74,167,73,168,70,168,65,165,65,162,64,157,64,156,59,162,54,163,50,161,48,161,45,155,44,157,37,162,31,172,30,173,27,177,27,183,27,186,30,190,30,190,27,195,28,205,26,211,22,214,27,217,29,223,28,227,32,230,37,237,39,240,37,237,32,235,31,239,27,244,24,250,25,254,23,256,25,256,29,261,32,258,33,255,32,253,32,254,36,255,37,257,38,260,40,260,43,257,44,256,46,257,49,257,57,257,60,261,64,264,64,266,62,268,65,271,65,273,62,277,61,280,62,282,66,287,67,289,70,290,73,291,76,287,79,287,86,283,85,281,89,282,93,284,94,283,97,276,97,271,95,269,91,264,91,263,89,258,90,254,90,248,91,248,94,245,94,243,94,242,96,240,96,239,96,239,100,236,100,234,102,233,106,231,106,227,111,224,111,223,120,218,122,216,128,214,125,211,126,208,129,206,130,201,131,198,130,197,124,196,125,190,126,186,121,184,121,181,123,176,116,173,116,163,123,158,123,158,122\" target=\"_blank\" shape=\"poly\" id=\"castillaleon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30cb05bdb5d9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aac4dcb5"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" href=\"http://empleoyformacion.jccm.es/principal/ciudadania/empleo/ofertas-de-empleo/\" coords=\"314,181,308,178,306,179,301,180,301,184,300,186,301,191,298,194,293,192,289,194,285,195,283,195,277,204,273,203,276,196,268,188,260,189,251,189,246,191,243,191,237,190,236,192,227,192,224,193,213,185,206,180,209,174,210,172,208,169,211,168,211,165,216,164,214,160,215,153,213,153,208,156,202,149,203,144,202,141,199,141,198,138,198,137,198,131,203,132,208,130,213,127,215,129,218,129,222,128,223,127,224,128,229,127,236,130,240,131,241,132,240,133,240,134,236,137,235,139,236,140,241,139,247,134,257,133,259,133,258,126,257,126,257,120,253,115,249,110,248,105,250,100,247,95,250,94,249,92,255,91,262,91,264,92,268,92,270,96,274,98,280,99,284,98,285,95,288,95,292,98,295,101,296,105,298,107,298,112,297,115,294,115,293,118,291,120,293,123,297,126,301,128,303,133,306,136,308,136,307,143,305,146,301,147,300,152,300,156,305,158,310,159,309,164,307,168,309,171,312,173,315,172,316,177,316,181,315,181\" target=\"_blank\" shape=\"poly\" id=\"castillamancha\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3da7c8336a21",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9fb4a3f7"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" href=\"https://feinaactiva.gencat.cat/web/guest/home\" coords=\"353,113,350,111,347,111,345,107,347,103,347,98,347,97,345,95,349,92,350,88,348,84,351,79,348,75,350,72,354,69,355,63,357,58,357,55,358,50,356,45,358,42,356,39,353,37,352,35,354,33,360,34,363,35,367,37,371,37,373,42,373,46,374,47,377,46,380,44,384,45,388,44,388,46,388,49,393,47,394,46,400,47,401,48,404,48,407,45,412,44,415,44,417,44,420,46,421,47,421,48,421,50,416,50,416,52,417,54,418,56,419,56,419,58,420,59,421,62,418,64,413,69,405,74,399,78,395,79,395,83,391,86,383,87,374,91,368,94,363,94,361,99,358,102,357,104,361,108,359,111,355,111,352,112,352,113\" target=\"_blank\" shape=\"poly\" id=\"cataluna\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4194b2874d9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7a628867"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Ciudad de Ceuta (Abre en ventana nueva)\" alt=\"Acceso al servicio de Ciudad de Ceuta (Abre en ventana nueva)\" href=\"https://www.sepe.es/HomeSepe/que-es-el-sepe/informacion-ceuta-melilla/informacion-ceuta.html\" coords=\"195,283,192,283,188,283,186,283,186,281,186,279,188,278,193,278,195,278,196,282,196,284,195,283\" target=\"_blank\" shape=\"poly\" id=\"ceuta\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "336cd627d1ef",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f4ef59e5"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" alt=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" href=\"https://www.sepe.es/HomeSepe/que-es-el-sepe/informacion-ceuta-melilla/informacion-melilla.html\" coords=\"275,299,276,300,276,303,276,304,271,304,267,304,267,302,268,299,275,299\" target=\"_blank\" shape=\"poly\" id=\"melilla\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ade4df663c2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4fcbab40"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Comunitat Valenciana (Abre en ventana nueva)\" alt=\"Acceso al servicio de Comunitat Valenciana (Abre en ventana nueva)\" href=\"https://labora.gva.es/es/ciutadania\" coords=\"320,212,319,208,316,204,314,199,316,196,312,190,315,187,315,183,317,181,317,173,315,171,312,171,308,168,311,162,310,158,304,157,301,155,301,150,303,147,307,146,308,144,308,140,309,136,313,136,315,136,316,139,318,136,320,133,325,129,325,127,329,125,331,122,331,116,331,112,332,109,333,107,338,108,340,108,341,109,344,108,347,113,349,112,350,115,348,120,346,124,344,127,340,132,339,136,337,138,335,141,332,147,331,150,330,154,332,157,333,160,335,164,337,170,339,173,343,174,345,175,347,178,342,181,338,182,334,186,329,189,326,192,326,196,326,197,323,198,323,202,322,206,321,207,321,212\" target=\"_blank\" shape=\"poly\" id=\"valencia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d92bb202a95",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0d09f619"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" alt=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" href=\"https://www.juntaex.es/temas/trabajo-y-empleo\" coords=\"214,154,208,157,201,149,202,144,201,142,198,142,197,139,196,138,197,130,196,126,190,127,185,122,181,124,175,117,163,124,153,125,153,128,156,131,156,136,153,142,153,145,138,145,143,151,145,159,148,163,152,164,153,168,145,178,144,184,142,186,147,196,153,196,164,203,165,202,172,204,178,202,180,199,183,198,187,200,189,198,188,191,200,179,202,178,206,178,209,172,207,169,210,167,210,164,214,163,213,160,214,157\" target=\"_blank\" shape=\"poly\" id=\"extremadura\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1eedf95a0992",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6de98a80"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" alt=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" href=\"https://emprego.xunta.gal/portal/es/busca-empleo.html\" coords=\"156,64,155,58,160,54,161,53,161,49,160,48,160,46,154,45,153,44,156,35,162,30,161,28,158,27,158,25,160,23,158,19,154,14,156,11,155,8,151,8,147,3,144,2,141,1,137,2,133,1,130,4,126,7,126,13,124,13,120,13,119,15,112,15,111,14,108,16,106,19,102,19,99,24,100,26,102,26,104,33,107,32,105,38,105,42,111,38,110,43,109,45,111,46,112,49,110,54,108,57,108,61,108,64,113,60,115,57,120,57,126,56,127,59,125,64,126,67,129,67,132,64,133,66,137,65,141,67,147,68,151,66,151,63,152,62\" target=\"_blank\" shape=\"poly\" id=\"galicia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb3a4d4142fd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cd69e575"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" href=\"https://www.comunidad.madrid/servicios/empleo/busqueda-empleo\" coords=\"229,125,225,127,222,125,219,128,217,128,219,123,224,120,225,115,226,112,228,112,230,109,232,107,234,107,235,102,237,101,240,101,240,98,243,97,244,95,246,96,248,99,248,102,247,106,248,111,253,117,256,122,255,127,257,127,257,132,246,133,239,139,236,138,243,133,243,131,236,129,228,125,229,125\" target=\"_blank\" shape=\"poly\" id=\"madrid\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa72c62e6705",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5bbdcd43"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" href=\"https://www.sefcarm.es/web/pagina?IDCONTENIDO=8&IDTIPO=180\" coords=\"320,218,321,215,318,214,318,213,318,210,318,208,317,207,315,205,314,203,314,201,313,199,314,197,315,196,314,195,313,193,312,192,311,190,311,188,314,186,313,183,311,181,310,180,308,180,307,180,306,181,305,180,303,181,303,182,302,183,302,185,302,186,301,186,303,189,303,191,301,193,300,194,299,195,297,195,294,194,293,194,291,194,288,196,286,196,285,196,284,197,282,199,281,200,280,202,279,203,279,204,280,205,282,207,284,208,286,208,288,208,289,210,289,211,288,213,288,214,288,216,289,217,290,218,290,219,290,220,291,221,293,223,294,223,297,224,298,225,299,224,301,222,303,221,305,220,306,219,307,219,309,219,311,218,314,218,317,218,319,218,321,218\" target=\"_blank\" shape=\"poly\" id=\"murcia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "911460ef34ec",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f93e4446"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" href=\"https://www.navarra.es/es/empleo\" coords=\"275,43,275,46,278,49,284,51,288,51,291,56,293,56,293,59,293,61,292,62,291,62,290,62,290,64,292,64,295,65,298,66,300,66,302,64,302,61,301,58,300,56,301,53,302,49,305,44,306,41,310,40,313,36,314,32,313,31,309,29,305,29,302,26,301,28,300,29,298,27,298,25,300,23,299,20,296,20,292,20,291,19,289,21,287,23,287,25,285,27,285,30,280,32,279,33,280,36,278,40,278,42,275,43,275,46\" target=\"_blank\" shape=\"poly\" id=\"navarra\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c2672b4b6f0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5a4dd799"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" alt=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" href=\"https://apps.lanbide.euskadi.net/apps/OF_BUSQUEDA_OFERTAS?LG=C&ML=OFEMEN1\" coords=\"253,19,253,22,255,22,256,24,257,25,257,29,261,31,262,32,259,34,257,34,256,35,258,37,259,38,261,40,264,40,264,39,264,37,267,37,270,38,271,40,272,42,274,42,277,41,277,38,279,36,278,33,279,31,283,30,284,27,285,25,286,25,286,22,289,20,290,18,290,17,287,18,283,20,277,20,270,16,264,15,261,15,259,17,255,18,253,19\" target=\"_blank\" shape=\"poly\" id=\"vascongadas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f98deecb26db",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b82df298"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" alt=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" href=\"https://www.larioja.org/empleo/es/personas/demanda-empleo\" coords=\"263,63,259,61,258,51,258,46,259,44,261,43,264,44,266,44,269,47,270,49,272,47,275,47,277,49,278,50,282,51,285,53,287,52,289,56,291,58,292,57,291,61,289,60,289,64,289,66,287,66,283,65,282,62,282,61,278,60,274,59,273,61,272,62,271,64,268,64,266,61,265,61\" target=\"_blank\" shape=\"poly\" id=\"rioja\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "942a1cfe1232",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-27e6e224"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.juntadeandalucia.es/organismos/sae.html\" title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"andalucia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5658695b4fcd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7691d055"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://inaem.aragon.es/ofertas-de-empleo\" title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"aragon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "703a156a1b6c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ecffa9ef"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://trabajastur.asturias.es/\" title=\"Acceso al servicio de Asturias, Principado de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"asturias\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43e957a72a72",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-343cd9c6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://soib.es/es/\" title=\"Acceso al servicio de Balears, Illes (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"baleares\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39827db4340e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-51cb712b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.gobiernodecanarias.org/empleo/sce/principal\" title=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"canarias\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e4b991bbac12",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7eee0ccb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.empleacantabria.es/\" title=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cantabria\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dde12d66ddcd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d0e4ee9e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://empleo.jcyl.es/web/es/busco-empleo.html\" title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillaleon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ad20f349e07",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-36f7e1a2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://empleoyformacion.jccm.es/principal/ciudadania/empleo/ofertas-de-empleo/\" title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillamancha\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bfc860be73c8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-01373ffc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://feinaactiva.gencat.cat/web/guest/home\" title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cataluna\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "456be14d1595",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ff503ec0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.sepe.es/HomeSepe/que-es-el-sepe/informacion-ceuta-melilla/informacion-ceuta.html\" title=\"Acceso al servicio de Ciudad de Ceuta (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"ceuta\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "938ba0953bc3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-060c4001"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.sepe.es/HomeSepe/que-es-el-sepe/informacion-ceuta-melilla/informacion-melilla.html\" title=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"melilla\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6047d57c963e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-757eced3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://labora.gva.es/es/ciutadania\" title=\"Acceso al servicio de Comunitat Valenciana (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"valencia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9e5dbb280d5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8fb70d67"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.juntaex.es/temas/trabajo-y-empleo\" title=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"extremadura\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2270e567515",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-31bf371f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://emprego.xunta.gal/portal/es/busca-empleo.html\" title=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"galicia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "828d90516420",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0d747357"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.comunidad.madrid/servicios/empleo/busqueda-empleo\" title=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"madrid\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f52371c6591e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-098c85f6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.sefcarm.es/web/pagina?IDCONTENIDO=8&IDTIPO=180\" title=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"murcia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7373e71df24b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-83c4fb4a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.navarra.es/es/empleo\" title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"navarra\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2962b6bb16b7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7bbc61d0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://apps.lanbide.euskadi.net/apps/OF_BUSQUEDA_OFERTAS?LG=C&ML=OFEMEN1\" title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"vascongadas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d43db93d07a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ec748e11"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.larioja.org/empleo/es/personas/demanda-empleo\" title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" class=\"comunidadlast selected\" name=\"rioja\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7a7102752d5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-77389200"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https :// europa.eu/youreurope/search/index _ es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b261b18819a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a734cd16"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https :// europa.eu/youreurope/search/index _ es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5fa4a7caaed8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6c2a4e71"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65bae4f246ae",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d90c6469ce9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e036dea6"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27823adf9e63",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a8232067"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "656dab33148a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7eaab86e"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd46ca07de0b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a701f2cb57d5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3729,
        "uniqueFailedCount": 115,
        "duplicateFailedCount": 7,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 7
    },
    {
      "submittedUrl": "https://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": 12967,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1067,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 4
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2911,
          "failed": 80,
          "cantTell": 65,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "heading_markup_misuse",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f178e15818a6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22714c00800e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "def90475b550",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7bc0e980b6f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "432e99598239",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b085f8a232ad",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2945916b4575",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df518281d780",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9ce67b01db5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8c691d4b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98e749d88ee6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67b7573a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1610befafd7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e7a4e3a93c1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dbc11a04"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c307fe11afbe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7cc2301664c0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be3244c63cf2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a3444f5f396",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0fbc8698ad9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13a7913043df",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6847ea0693ff",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6162ab987454",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80a53c3c7475",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2e4818e1a81",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aff290b0c18a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c020b87437a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9f6ac4c3a52",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2523a07c106d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e67b7ac7e53a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55f3a2c1a13f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "57320a40cbaa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4c8ade73105",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce4120362eee",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dce9f2c7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f9819dcf034",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ee5a3617"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cce94a7ff948",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8bea4664"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Empresas\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9bec8bef5202",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-88d798e9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Impuestos\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8dc5d61c1a9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a7a4388"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Impuestos especiales\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e8af6a0d3e3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-da62dd73"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Última actualización: 23-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a33065b4d830",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e447367c8c81",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4fb1d686"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/alcohol.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77d380755ea9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fdac0950"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/hidrocarburos.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73b10b9d398f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-eacd6d66"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/tabaco.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "394341bcff59",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fda9846a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2a05fcbfbc2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ff493f3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d9c9b4d5e988",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e5090e01"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon.html#-035aca3e8b44\" title=\"Ir a ¿Dónde se aplica?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2357d7f321d2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-af267f11"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon.html#-3d35d3997199\" title=\"Ir a ¿Qué operaciones están sujetas al impuesto?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f79aa3d6ae9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-88c1f8b4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon.html#-e02e8aedb56e\" title=\"Ir a ¿Quiénes están obligados a presentar y pagar el impuesto?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d36e029d3a7b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-157945ca"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon.html#-cfbe2088ca47\" title=\"Ir a Exenciones\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6679a734d8c1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dab91d74"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon.html#-9ceccc857e4c\" title=\"Ir a Devoluciones\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "feecc2fcf9d0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cb30b62a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon.html#-08e04c6e6d39\" title=\"Ir a Tipos impositivos\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94bd64c058ee",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c933f9f1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon.html#-65ad8f571900\" title=\"Ir a Pago y declaración de operaciones anuales\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11abaf88c689",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f25a8e7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon.html#-52f67eff85d3\" title=\"Ir a ¿Qué trámites fiscales deben cumplir los operadores?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41a90beb94ed",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-03ec9d61"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon.html#-6769277df0ce\" title=\"Ir a Enlaces de interés\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32460a1d83dc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3210fccb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon.html#-d29358d4713d\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "85dbd9bd928c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a11e8b98"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon.html#-a73240139205\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "595ace825c04",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9b56ce77"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3f5e7bba3f3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"textojustificado\">",
            "message": "Confirm this text 'Supuestos de no sujeción Supuestos de no sujeción' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a4a1668f875",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-eb1cb1c0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.agenciatributaria.gob.es/Sede/impuestos-especiales-medioambientales/impuesto-sobre-carbon/gestiones-i-sobre-carbon.html\" title=\"modelo 595 (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa3b9aab849f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a64470f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.agenciatributaria.gob.es/Sede/impuestos-especiales-medioambientales/impuesto-sobre-carbon/modelo-596-ii-ee-declaracion-c.html\" title=\"modelo 596 (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2733d36a9344",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2048a95e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c5e9406058b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f459bb78"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h4 class=\"t-fs-13\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75a3e2f79bc5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b4ff75ed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b887a084ad0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2c31751c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3543e00c882d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fe75f54d"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed8756446ec3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "abf4b92af302",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5976a683"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2895a09f0032",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b017c3f0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9456d80a6b31",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-85022af9"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDeCookies.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3cd818e81e04",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f9d7338e"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2deda821b833",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1f291d5eb52",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3010,
        "uniqueFailedCount": 69,
        "duplicateFailedCount": 11,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 11
    },
    {
      "submittedUrl": "https://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": 11627,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 986,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 4
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2696,
          "failed": 73,
          "cantTell": 56,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "heading_markup_misuse",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9df1c91dbebf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4cc92676e510",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88827969e1dd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "431aa98aa642",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88c5256118b3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "56076e74ac9b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5d106acaa4a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "631c58507cae",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8fd0fb9697cd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8c691d4b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a72c55f4b567",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67b7573a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5bc75ba6536f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c1b29e6dffb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dbc11a04"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe779b1aa189",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb1bd4d342ac",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a9b61577dbcf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5349e10adadd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27b51efd1f46",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1625519cbf3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30b4c778f9d0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70f55e757973",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca9d76fabbbe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bda9429300ad",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3701a14a3b85",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32f330e10d54",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c439fe65bc50",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "407de66dfce7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d418842684d3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ecc8880f055",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b7ee9d26ccd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a3a23d44a3e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afbf19247683",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dce9f2c7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f4b7033a11a5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ee5a3617"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f8627901530",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8bea4664"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ciudadanos\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "adddcbf26000",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-964745ca"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Residencia\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb8015c5bc91",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-10edc5b0"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Última actualización: 13-04-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "caaadc824da1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf9fff15b231",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-483cd056"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/compraventa-bienes-inmuebles.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b289958d8e4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a7fc6802"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7353d9032f9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6df64300"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c590b5d04aa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2d5373ae"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b71e7d4cdb75",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-eb40aa7d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e01f9a002d2a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d6f337de"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion.html#-6fa6c30c3e67\" title=\"Ir a Asistencia consular en caso de fallecimiento en el extranjero\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf410aa360bb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-106a743c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion.html#-0b5a3b997c41\" title=\"Ir a Certificados de última voluntad y de seguros de fallecimiento\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9d55b319bb7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c6fd8066"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion.html#-b217b32e8f6d\" title=\"Ir a Información por Comunidades Autónomas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8032feafcd51",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-480de12d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion.html#-9ea8ee58af4c\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d9c5907c07ff",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-06413769"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion.html#-bb9ae8d323f8\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f5f2513bf9d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6a264fe8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.exteriores.gob.es/es/EmbajadasConsulados/Paginas/index.aspx\" title=\"Oficina Consular (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1c4a63c9fac",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e1dedca"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7cf7167b315e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/sucesiones/info-general.html\" title=\"sucesiones o herencias\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4bed5e942c90",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ab41cf42"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" href=\"https://www.saludcastillayleon.es/es/sanidad-mortuoria/tramites-traslado-cadaveres-grupo-ii\" coords=\"159,122,158,118,159,115,159,107,159,102,156,97,160,97,162,93,165,90,168,89,172,85,176,80,176,76,173,75,169,74,167,73,168,70,168,65,165,65,162,64,157,64,156,59,162,54,163,50,161,48,161,45,155,44,157,37,162,31,172,30,173,27,177,27,183,27,186,30,190,30,190,27,195,28,205,26,211,22,214,27,217,29,223,28,227,32,230,37,237,39,240,37,237,32,235,31,239,27,244,24,250,25,254,23,256,25,256,29,261,32,258,33,255,32,253,32,254,36,255,37,257,38,260,40,260,43,257,44,256,46,257,49,257,57,257,60,261,64,264,64,266,62,268,65,271,65,273,62,277,61,280,62,282,66,287,67,289,70,290,73,291,76,287,79,287,86,283,85,281,89,282,93,284,94,283,97,276,97,271,95,269,91,264,91,263,89,258,90,254,90,248,91,248,94,245,94,243,94,242,96,240,96,239,96,239,100,236,100,234,102,233,106,231,106,227,111,224,111,223,120,218,122,216,128,214,125,211,126,208,129,206,130,201,131,198,130,197,124,196,125,190,126,186,121,184,121,181,123,176,116,173,116,163,123,158,123,158,122\" target=\"_blank\" shape=\"poly\" id=\"castillaleon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba79d2b240e3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-da4d41c2"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Comunitat Valenciana (Abre en ventana nueva)\" alt=\"Acceso al servicio de Comunitat Valenciana (Abre en ventana nueva)\" href=\"https://www.gva.es/es/inicio/procedimientos?id_proc=15389\" coords=\"320,212,319,208,316,204,314,199,316,196,312,190,315,187,315,183,317,181,317,173,315,171,312,171,308,168,311,162,310,158,304,157,301,155,301,150,303,147,307,146,308,144,308,140,309,136,313,136,315,136,316,139,318,136,320,133,325,129,325,127,329,125,331,122,331,116,331,112,332,109,333,107,338,108,340,108,341,109,344,108,347,113,349,112,350,115,348,120,346,124,344,127,340,132,339,136,337,138,335,141,332,147,331,150,330,154,332,157,333,160,335,164,337,170,339,173,343,174,345,175,347,178,342,181,338,182,334,186,329,189,326,192,326,196,326,197,323,198,323,202,322,206,321,207,321,212\" target=\"_blank\" shape=\"poly\" id=\"valencia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5b20c45a08f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-989089ff"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" href=\"https://sede.carm.es/web/pagina?IDCONTENIDO=1662&IDTIPO=240&PDU=S&RASTRO=c$m40288,71443\" coords=\"320,218,321,215,318,214,318,213,318,210,318,208,317,207,315,205,314,203,314,201,313,199,314,197,315,196,314,195,313,193,312,192,311,190,311,188,314,186,313,183,311,181,310,180,308,180,307,180,306,181,305,180,303,181,303,182,302,183,302,185,302,186,301,186,303,189,303,191,301,193,300,194,299,195,297,195,294,194,293,194,291,194,288,196,286,196,285,196,284,197,282,199,281,200,280,202,279,203,279,204,280,205,282,207,284,208,286,208,288,208,289,210,289,211,288,213,288,214,288,216,289,217,290,218,290,219,290,220,291,221,293,223,294,223,297,224,298,225,299,224,301,222,303,221,305,220,306,219,307,219,309,219,311,218,314,218,317,218,319,218,321,218\" target=\"_blank\" shape=\"poly\" id=\"murcia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d93eda6b5a58",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0f9e23c3"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" alt=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" href=\"https://www.riojasalud.es/salud-publica-consumo/epidemiologia/policia-sanitaria-mortuoria\" coords=\"263,63,259,61,258,51,258,46,259,44,261,43,264,44,266,44,269,47,270,49,272,47,275,47,277,49,278,50,282,51,285,53,287,52,289,56,291,58,292,57,291,61,289,60,289,64,289,66,287,66,283,65,282,62,282,61,278,60,274,59,273,61,272,62,271,64,268,64,266,61,265,61\" target=\"_blank\" shape=\"poly\" id=\"rioja\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b16eb5f7c6e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-12b4e841"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.saludcastillayleon.es/es/sanidad-mortuoria/tramites-traslado-cadaveres-grupo-ii\" title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillaleon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b414c7ce2187",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-599d5ae7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.gva.es/es/inicio/procedimientos?id_proc=15389\" title=\"Acceso al servicio de Comunitat Valenciana (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"valencia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5196989e47e8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7c7d926b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.carm.es/web/pagina?IDCONTENIDO=1662&IDTIPO=240&PDU=S&RASTRO=c$m40288,71443\" title=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"murcia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11a731b8cfce",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f2d9327f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.riojasalud.es/salud-publica-consumo/epidemiologia/policia-sanitaria-mortuoria\" title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" class=\"comunidadlast selected\" name=\"rioja\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1299ad191a33",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-493e050d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h4 class=\"t-fs-13\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2239130266b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b4ff75ed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f622d0bf01ab",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2c31751c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd933a8b839e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fe75f54d"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80d37aaba340",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9de29c442ddb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5976a683"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be5dfbe6ccc1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b017c3f0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46ea54052c06",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-85022af9"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDeCookies.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "35db31214516",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f9d7338e"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "49c7078d4c2f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "584898983a65",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2793,
        "uniqueFailedCount": 68,
        "duplicateFailedCount": 5,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 5
    },
    {
      "submittedUrl": "https://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": 11946,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1313,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 9
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3565,
          "failed": 78,
          "cantTell": 63,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "heading_markup_misuse",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52fdfb71188c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11bf2d22118a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "992806a8bbbc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a69c0dd3edb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f135e53050c2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54115e6bea7c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb8a7415b854",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "01f85501bcbf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "696d159a765f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-00e16913"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60fd258ef071",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-31b3633a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e76683f13edb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8171e6096e4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b3402664"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "15c8f861cdcc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86f141ea04a8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0d77685f424",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "441bda7c5f01",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "63e5476d7119",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c3f9c0e2556",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6e8be726e27",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9c1f8e791af",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c3cb4ced9f9f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a25873087fb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9129d4f614e7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "74ad6f6a2ad1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9125ca6523bb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33b2ebd076fa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3abc41794e2d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b6f3c779460",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d160f5729f5a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "462c38e2acf8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/gl/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "445ccb1359b6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-411757f8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/gl/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "01a18149636d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-456ef52c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c935fa3d87f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-10b03724"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ciudadanos\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "925b2e468e5d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0fb59511"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Trabajo y jubilación\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b71cf3a9768f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b3b04e17"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Fiscalidad\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bfcddabb9a00",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cad1e2b0"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Última actualización: 23-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "478a0d8dc825",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/impuesto-renta.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e45a0cef295b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6ec2cb5a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0efbe194d43f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5d9dbdd5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5b990df7d9a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e8e63bfc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "567d810c31de",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a45cbc9d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos.html#-5e92a903c302\" title=\"Ir a Régimen fiscal de los trabajadores fronterizos\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30ef443f5945",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3df84613"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos.html#-ada031acb286\" title=\"Ir a Residencia fiscal en España\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7aecd44fb763",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ecbd27c0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos.html#-d96971362d2d\" title=\"Ir a Residencia en dos Estados\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9247ffac1efd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d8d29efb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos.html#-580a8d3a55ad\" title=\"Ir a Especificidad del Convenio para evitar la doble imposición con Francia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "524a31340f88",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5c0fd70"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos.html#-0299a909c42a\" title=\"Ir a Especificidad del Convenio para evitar la doble imposición con Portugal \">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00c4617e38a8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4edf04e1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos.html#-6158b2a8d73d\" title=\"Ir a No residentes. Régimen opcional para contribuyentes residentes en otros Estados miembros de la UE, o del EEE con los que exista normativa sobre asistencia mutua en materia de intercambio de información tributaria\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c3a08193495",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3235b91a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos.html#-52f1847ef266\" title=\"Ir a Declaraciones del IRPF\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5232722e9fb0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22e21b04"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos.html#-c330ba869cb3\" title=\"Ir a Recursos y reclamaciones contra liquidaciones tributarias\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa702193f037",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b6242ddb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos.html#-3066e6d0fb99\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "01c06fcc07d4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-52e62033"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos.html#-95bdd6efe230\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c11b977c7b7f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-32f1434d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2004-4527&p=20200205&tn=1#a46\" title=\"artículo 46 del Texto Refundido de la Ley del IRNR (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "738572380275",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-baf33b1a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc3ade19a7fd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h2 class=\"ppg-heading ppg-heading--wind\" id=\"-6158b2a8d73d\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6955929b214",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2f1eb2b8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"<strong>modelo 100</strong> (Abre en nueva ventana)\" target=\"_blank\" href=\"https://sede.agenciatributaria.gob.es/Sede/irpf/tengo-que-presentar-declaracion/modelo-100-i-sobre-r-anual.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a19885fde50",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6ed140f3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"sede electrónica de la Agencia Tributaria (Abre en nueva ventana)\" target=\"_blank\" href=\"https://sede.agenciatributaria.gob.es/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e4bc52a0d94c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e866321"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.agenciatributaria.gob.es/Sede/procedimientoini/GF00.shtml\" title=\"modelo 210 (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ec4f023ba8c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-de5d85f7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.agenciatributaria.gob.es/Sede/inicio.html\" title=\"sede electrónica de la Agencia Tributaria (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df41750ca1f2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-daf91025"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.agenciatributaria.gob.es/Sede/procedimientoini/GE04.shtml\" title=\"(modelo 200) (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0de1c886a801",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-33778147"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2003-23186&p=20200617&tn=1#a222\" title=\"artículos 222 y siguientes de la Ley General Tributaria (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43d94b61753e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b262dfe7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.agenciatributaria.gob.es/Sede/recursos-reclamaciones-otros-procedimientos-revision-suspensiones.html\" title=\"sede electrónica de la Agencia Tributaria (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3a6413a01c9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e83e90cb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_é.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8976dd5973d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7b59e4e9"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_é.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b05b08039e37",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e4023724"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ea9d1b1fdbc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "901b65220e3b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be5b1493"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10bd6ac6272a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cd1f6394"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c38f68a0cff",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e96d93bfa0f9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3677,
        "uniqueFailedCount": 68,
        "duplicateFailedCount": 10,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 10
    },
    {
      "submittedUrl": "https://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": 11624,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1081,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2975,
          "failed": 79,
          "cantTell": 62,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "affa1c307c3f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69371688803f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "edae459cac11",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98772439390e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3cf954b3ebf1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52c3731e9c60",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "efa841e49f70",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d50df4474d30",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "028331cec0f1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4113767e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3e38510a9ac",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42cdd4c9"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "359801f424cc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f9889799b14",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0e5d1242"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd38e36322f6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "daca11b20ec4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0c953fd8e29",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d83a5c6ac71",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4797f5015fb8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29167529385c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9cdd2345766e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "446dee9c8ef8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4bd9a8ea277e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8bf20383d52e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a88aa2ecb388",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8f6cc05d834",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22c1cfab6e1f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c84eed9817ad",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "430c867e31e0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a673b995ac00",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a92a426b47b0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7db0cd05d4c9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/eu/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fcd3f533924a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3d4a4cb9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/eu/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4cc10e770b0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e7215823"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bc6859b1d30a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5c8e457"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ciudadanos\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de9cfcd54607",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7336c38b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Residencia\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ae0f37a7b88",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3c7bf12e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Obtención de la residencia\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f816cf04f2ca",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ddb99d01"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Azken eguneraketa: 24-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27c434a8a210",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "222e77b88a20",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-665d8307"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "772c05e35519",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cafd0d9d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "efde222e3376",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8fe99cb0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribir-familiares-no-ue.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab00534ed368",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ea1b003b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/residencia-permanente.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b050d016c02",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-15678767"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/expulsion-repatriacion.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "961cea26811f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ff2dc716"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general.html#-2003a7f2ef1e\" title=\"Ir a Derecho de residencia. Supuestos\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e7102e2690f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5a32a8f1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general.html#-8121365147c6\" title=\"Ir a Familiares\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f35b36053bf0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5c4001e7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general.html#-409791f43fae\" title=\"Ir a Mantenimiento de la condición de trabajador. Casos\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "898ca909e17c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-092d1483"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general.html#-cc0b65e49eaa\" title=\"Ir a Información por Comunidades Autónomas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d61fa07223d7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fa1f0407"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general.html#-34539eab0bee\" title=\"Ir a Información de Entidades Locales\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ac6aaf774ea",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-80a9bb0a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general.html#-1bc3276e381b\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00743d3a1ba2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-55530d04"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general.html#-722956eaf412\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7b0bf05492c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a74c78e7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ba24cb9dccb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" alt=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" href=\"https://www.juntadeandalucia.es/temas/trabajar/inmigracion/extranjeros.html\" coords=\"202,179,208,183,224,195,231,193,247,193,251,190,260,191,267,189,274,197,271,203,278,206,286,211,286,216,291,226,295,227,289,240,283,248,277,243,271,244,268,250,261,247,249,247,247,249,240,247,228,247,221,248,212,256,206,255,197,260,194,267,191,267,188,271,177,267,170,259,172,255,166,248,167,244,155,232,144,229,138,229,138,222,136,217,141,208,146,203,151,201,151,197,163,204,166,203,172,206,179,203,182,199,186,202,191,198,190,191,195,185,202,180\" target=\"_blank\" shape=\"poly\" id=\"andalucia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1bd72f8be7f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3583aade"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" alt=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" href=\"https://www.aragon.es/-/igualdad-e-integracion-social\" coords=\"291,65,289,67,291,73,292,75,292,77,288,79,288,87,284,87,282,89,283,92,285,94,287,94,291,96,295,99,297,101,297,104,299,107,299,112,298,116,295,116,294,119,293,122,298,125,301,128,303,128,306,128,308,129,310,131,311,133,308,134,312,135,316,135,320,132,323,129,324,126,327,125,329,123,330,112,329,110,331,110,332,106,335,106,338,107,344,107,345,106,345,103,345,101,346,100,346,97,343,94,346,93,349,90,348,87,346,84,347,82,350,79,347,77,346,75,348,71,353,68,353,64,355,60,355,56,357,52,356,49,355,45,357,42,356,40,352,38,347,39,341,39,340,38,337,40,334,39,330,36,329,35,325,36,321,36,316,31,315,36,312,39,310,42,307,42,305,47,304,49,303,52,301,55,302,59,303,61,303,64,301,67,300,68,294,66,292,65,291,65\" target=\"_blank\" shape=\"poly\" id=\"aragon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bc5863cd3fe0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-66c34d5b"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" href=\"https://www.castillalamancha.es/gobierno/bienestarsocial/estructura/dgacsocco/actuaciones/actuaciones-realizadas-para-personas-inmigrantes\" coords=\"314,181,308,178,306,179,301,180,301,184,300,186,301,191,298,194,293,192,289,194,285,195,283,195,277,204,273,203,276,196,268,188,260,189,251,189,246,191,243,191,237,190,236,192,227,192,224,193,213,185,206,180,209,174,210,172,208,169,211,168,211,165,216,164,214,160,215,153,213,153,208,156,202,149,203,144,202,141,199,141,198,138,198,137,198,131,203,132,208,130,213,127,215,129,218,129,222,128,223,127,224,128,229,127,236,130,240,131,241,132,240,133,240,134,236,137,235,139,236,140,241,139,247,134,257,133,259,133,258,126,257,126,257,120,253,115,249,110,248,105,250,100,247,95,250,94,249,92,255,91,262,91,264,92,268,92,270,96,274,98,280,99,284,98,285,95,288,95,292,98,295,101,296,105,298,107,298,112,297,115,294,115,293,118,291,120,293,123,297,126,301,128,303,133,306,136,308,136,307,143,305,146,301,147,300,152,300,156,305,158,310,159,309,164,307,168,309,171,312,173,315,172,316,177,316,181,315,181\" target=\"_blank\" shape=\"poly\" id=\"castillamancha\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8befa469a85",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bbe20674"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" href=\"https://treball.gencat.cat/ca/ambits/estrangeria/tramitacio/proces_autoritzacio/\" coords=\"353,113,350,111,347,111,345,107,347,103,347,98,347,97,345,95,349,92,350,88,348,84,351,79,348,75,350,72,354,69,355,63,357,58,357,55,358,50,356,45,358,42,356,39,353,37,352,35,354,33,360,34,363,35,367,37,371,37,373,42,373,46,374,47,377,46,380,44,384,45,388,44,388,46,388,49,393,47,394,46,400,47,401,48,404,48,407,45,412,44,415,44,417,44,420,46,421,47,421,48,421,50,416,50,416,52,417,54,418,56,419,56,419,58,420,59,421,62,418,64,413,69,405,74,399,78,395,79,395,83,391,86,383,87,374,91,368,94,363,94,361,99,358,102,357,104,361,108,359,111,355,111,352,112,352,113\" target=\"_blank\" shape=\"poly\" id=\"cataluna\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ac6fca9966c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e1f81274"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" href=\"https://www.navarra.es/es/tramites/on/-/line/servicio-de-atencion-y-asesoramiento-en-materia-de-extranjeria\" coords=\"275,43,275,46,278,49,284,51,288,51,291,56,293,56,293,59,293,61,292,62,291,62,290,62,290,64,292,64,295,65,298,66,300,66,302,64,302,61,301,58,300,56,301,53,302,49,305,44,306,41,310,40,313,36,314,32,313,31,309,29,305,29,302,26,301,28,300,29,298,27,298,25,300,23,299,20,296,20,292,20,291,19,289,21,287,23,287,25,285,27,285,30,280,32,279,33,280,36,278,40,278,42,275,43,275,46\" target=\"_blank\" shape=\"poly\" id=\"navarra\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78e0b4f65edd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ebfad67e"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" alt=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" href=\"https://www.euskadi.eus/asesoramiento-extranjeria/web01-a2famil/es/\" coords=\"253,19,253,22,255,22,256,24,257,25,257,29,261,31,262,32,259,34,257,34,256,35,258,37,259,38,261,40,264,40,264,39,264,37,267,37,270,38,271,40,272,42,274,42,277,41,277,38,279,36,278,33,279,31,283,30,284,27,285,25,286,25,286,22,289,20,290,18,290,17,287,18,283,20,277,20,270,16,264,15,261,15,259,17,255,18,253,19\" target=\"_blank\" shape=\"poly\" id=\"vascongadas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df64d8fc8a25",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5fd1753"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.juntadeandalucia.es/temas/trabajar/inmigracion/extranjeros.html\" title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"andalucia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8d356444738",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fb615608"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.aragon.es/-/igualdad-e-integracion-social\" title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"aragon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa245743843f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-87abe3dc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.castillalamancha.es/gobierno/bienestarsocial/estructura/dgacsocco/actuaciones/actuaciones-realizadas-para-personas-inmigrantes\" title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillamancha\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "831d14d99c3f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b7db6776"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://treball.gencat.cat/ca/ambits/estrangeria/tramitacio/proces_autoritzacio/\" title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cataluna\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0941fc5d87c0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2beed53c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.navarra.es/es/tramites/on/-/line/servicio-de-atencion-y-asesoramiento-en-materia-de-extranjeria\" title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"navarra\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f980a92b9338",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1e04a3b2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.euskadi.eus/asesoramiento-extranjeria/web01-a2famil/es/\" title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"vascongadas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "819285487c0d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a18bf51e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"/pag_Home/eu/espanaAdmon/directorioOrganigramas/quienEsQuien/EELL.html\" class=\"enlacenegrita\" title=\"mapa de Entidades Locales (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "605555ea3f5a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-419f789a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https :// europa.eu/youreurope/search/index _ es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9168016254b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a734cd16"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https :// europa.eu/youreurope/search/index _ es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98cf3811226b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6c2a4e71"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f37fd0bc826",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d74a9576c3f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e036dea6"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00eac8b672c0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a8232067"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "82a5b63d6627",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7eaab86e"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b38493ccacb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72964c3aec4e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3083,
        "uniqueFailedCount": 72,
        "duplicateFailedCount": 7,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 7
    },
    {
      "submittedUrl": "https://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": 11572,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-0b5b2efe"
          }
        ],
        "outcomeCount": 1037,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 11
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2684,
          "failed": 62,
          "cantTell": 41,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_keyboard_handler_exists",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "heading_markup_misuse",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55ea686036ce",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88547cd1d5a6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b00e1b8da25",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1d5f43830c8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bfa534fbdbd2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f7c7946781b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dac4b5c51a14",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4e7729af795",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cecac50c5f96",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-220e23dc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "891211368646",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a953ef6"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d80809be3cd6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1b12fa942ff",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c8cf4398"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2fa194bc632c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "440ef458f91b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c1496330989",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9169ba6bdadb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f324ab0e7ce4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "942ee1b66e63",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "220bff7efab6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e50f73799c42",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94141081d7c9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91ca9266cb4c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7ea3626be0c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ccc9475c61e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "149206f29e7c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "361f5b19f92c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a40199fbb084",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "02692c7ac9d7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04c43cc72463",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7816efb64dad",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/ca/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d23548798d3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8568a627"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/ca/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8505db42d412",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-02b98b18"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e942f1ba21f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ede7c402"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Empresas\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3852fa756165",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e43bb40a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Puesta en marcha, gestión, cierre\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "976d8e519275",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c3c72d24"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Propiedad industrial e intelectual\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "310b6b8e25ef",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6f05a6c0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Patentes y marcas\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6fd55a5f3ced",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-93c014bb"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Última actualització: 24-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b9144318182",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/propiedad-industrial.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9b85b3ecc09",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5e6ab066"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/nombre-comercial.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27daf869a782",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f45a32f6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/modelo-utilidad.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48e65a8edd5f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3f8ed643"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5ab3ae36145",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-13e48d28"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f83633b5f6a6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-53fec5e4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ceee3b3e87ba",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2f87f992"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/formacion.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea70a21cac07",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5f989e41"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia.html#-aabeb1937514\" title=\"Ir a Lucha contra la falsificación\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8698e2cfd023",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-91e741c1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia.html#-89a8a67bf47d\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef35cab64863",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1fd3826a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia.html#-ca717f55e77d\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c699ef32913",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16d13207"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://stopfalsificaciones.oepm.es/\" title=\"Sitio web stopfalsificaciones (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "429e8980a06a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9c4f73ad"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" data-fn=\"accordion\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aeb60fcd14d3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-52ceb950"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9c516b57451",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h4 class=\"t-fs-13\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b944172f3b10",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b4ff75ed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23249b4c6e2d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2c31751c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91023d7ca2e7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fe75f54d"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6b25119a0a9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ceb4022a1a2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9cc7d445"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7749a576c538",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d2b3bc9d"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8f528848109",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2584cd67c9fc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2760,
        "uniqueFailedCount": 59,
        "duplicateFailedCount": 3,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 3
    },
    {
      "submittedUrl": "https://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": 13944,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1050,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2975,
          "failed": 86,
          "cantTell": 68,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3a0a20a58af",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f53c145783b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f64bddc0a12f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb497dfee5db",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "226e8a7ff9da",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae096c2e8586",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "07c22e6e56b3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5311205c1ad",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "14d87e9aac74",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-869f4634"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b8982f21c5c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bb0ff2d9"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "115049417e8f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afb19ed75a1a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-328af5e9"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d8f197c649a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "836f8f91dd1f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "890d43a2bf1e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db7b7db4d8bd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Citizen services and information\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ee4381c25c1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6208b776"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a307b7848ee",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "963474b03f36",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public employment\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "153a5e994bb1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a8bd358"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e98e8e518ac5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da25bd83b8d3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Aids\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3d12705559f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8584a03c"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd1138cd75c8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5489a0e8f8f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Procedures\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d8f2e3dd1b3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bdc54f1a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d79a57d5bc6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4bdc3ad380f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public administration and State\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf05c3759377",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be097936"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Your European Space\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27a9f1913743",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b863f69c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/en/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c9361ffcb30",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-380c0608"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your European Space\" href=\"/pag_Home/en/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "616e51f29832",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e8424793"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your rights and obligations in the EU\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47ceee4eeb81",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-13ccfb80"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Business\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25ba12fd870f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cfc7704b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Public contracts\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aea38e32e66c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e08f2df5"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Last update 23-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b43be6b4b30",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de981d88b74c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f7dadd85"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0daf806e0e3b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-01831933"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "087e1b9e3f5b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-18849243"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad.html#-5921359d20ff\" title=\"Ir a Review of adopted decisions\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7f0b07d9d28",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d91a224c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad.html#-603e99ec03fe\" title=\"Ir a Who can apply for review?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc041aa231b9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6428e0b2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad.html#-fd52132b6633\" title=\"Ir a Time limits\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec12ee4c57ac",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-962a6f16"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad.html#-33dc07defa4d\" title=\"Ir a Information for each Autonomous Community\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c87db77cdb0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6f179ce0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad.html#-a9e2f437de9e\" title=\"Ir a Legal and/or technical references\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3af557328f4e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-99484de6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad.html#-6e912c6f78b7\" title=\"Ir a Authority responsible for the information\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f27b115dc3d2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8685b984"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.hacienda.gob.es/en-gb/sedes/tacrc/paginas/listadotramites\" title=\"Access the proceedings in progress before the TACRC here (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae2034c0ed52",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16739f4d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3c6d6f1bba1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" alt=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" href=\"https://www.juntadeandalucia.es/temas/contratacion-publica/recurso/especial-contratacion.html\" coords=\"202,179,208,183,224,195,231,193,247,193,251,190,260,191,267,189,274,197,271,203,278,206,286,211,286,216,291,226,295,227,289,240,283,248,277,243,271,244,268,250,261,247,249,247,247,249,240,247,228,247,221,248,212,256,206,255,197,260,194,267,191,267,188,271,177,267,170,259,172,255,166,248,167,244,155,232,144,229,138,229,138,222,136,217,141,208,146,203,151,201,151,197,163,204,166,203,172,206,179,203,182,199,186,202,191,198,190,191,195,185,202,180\" target=\"_blank\" shape=\"poly\" id=\"andalucia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41f4527779d6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ffb69f6"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" alt=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" href=\"https://www.aragon.es/-/informacion-practica-del-tacpa\" coords=\"291,65,289,67,291,73,292,75,292,77,288,79,288,87,284,87,282,89,283,92,285,94,287,94,291,96,295,99,297,101,297,104,299,107,299,112,298,116,295,116,294,119,293,122,298,125,301,128,303,128,306,128,308,129,310,131,311,133,308,134,312,135,316,135,320,132,323,129,324,126,327,125,329,123,330,112,329,110,331,110,332,106,335,106,338,107,344,107,345,106,345,103,345,101,346,100,346,97,343,94,346,93,349,90,348,87,346,84,347,82,350,79,347,77,346,75,348,71,353,68,353,64,355,60,355,56,357,52,356,49,355,45,357,42,356,40,352,38,347,39,341,39,340,38,337,40,334,39,330,36,329,35,325,36,321,36,316,31,315,36,312,39,310,42,307,42,305,47,304,49,303,52,301,55,302,59,303,61,303,64,301,67,300,68,294,66,292,65,291,65\" target=\"_blank\" shape=\"poly\" id=\"aragon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c82643d6a208",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-795b61e1"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Balears, Illes (Abre en ventana nueva)\" alt=\"Acceso al servicio de Balears, Illes (Abre en ventana nueva)\" href=\"https://www.caib.es/sites/jcca/es/funcions-4377/\" coords=\"435,128,429,127,422,128,406,132,401,134,394,137,386,143,354,167,354,170,355,171,356,174,357,176,358,178,359,179,361,180,364,181,368,181,386,173,402,165,428,148,439,140,440,134,438,130,434,128\" target=\"_blank\" shape=\"poly\" id=\"baleares\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b75ef597bf79",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b30dab1f"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" alt=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" href=\"https://www.gobiernodecanarias.org/hacienda/contratacion/\" coords=\"9,258,148,315\" target=\"_blank\" shape=\"rect\" id=\"canarias\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a8c27baafcd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6f968761"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" href=\"https://www.cccyl.es/es/tribunal-administrativo-recursos-contractuales-castilla-leo\" coords=\"159,122,158,118,159,115,159,107,159,102,156,97,160,97,162,93,165,90,168,89,172,85,176,80,176,76,173,75,169,74,167,73,168,70,168,65,165,65,162,64,157,64,156,59,162,54,163,50,161,48,161,45,155,44,157,37,162,31,172,30,173,27,177,27,183,27,186,30,190,30,190,27,195,28,205,26,211,22,214,27,217,29,223,28,227,32,230,37,237,39,240,37,237,32,235,31,239,27,244,24,250,25,254,23,256,25,256,29,261,32,258,33,255,32,253,32,254,36,255,37,257,38,260,40,260,43,257,44,256,46,257,49,257,57,257,60,261,64,264,64,266,62,268,65,271,65,273,62,277,61,280,62,282,66,287,67,289,70,290,73,291,76,287,79,287,86,283,85,281,89,282,93,284,94,283,97,276,97,271,95,269,91,264,91,263,89,258,90,254,90,248,91,248,94,245,94,243,94,242,96,240,96,239,96,239,100,236,100,234,102,233,106,231,106,227,111,224,111,223,120,218,122,216,128,214,125,211,126,208,129,206,130,201,131,198,130,197,124,196,125,190,126,186,121,184,121,181,123,176,116,173,116,163,123,158,123,158,122\" target=\"_blank\" shape=\"poly\" id=\"castillaleon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7cf2db186c1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7e156bf6"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" href=\"https://contractacio.gencat.cat/ca/contacte/tccsp/\" coords=\"353,113,350,111,347,111,345,107,347,103,347,98,347,97,345,95,349,92,350,88,348,84,351,79,348,75,350,72,354,69,355,63,357,58,357,55,358,50,356,45,358,42,356,39,353,37,352,35,354,33,360,34,363,35,367,37,371,37,373,42,373,46,374,47,377,46,380,44,384,45,388,44,388,46,388,49,393,47,394,46,400,47,401,48,404,48,407,45,412,44,415,44,417,44,420,46,421,47,421,48,421,50,416,50,416,52,417,54,418,56,419,56,419,58,420,59,421,62,418,64,413,69,405,74,399,78,395,79,395,83,391,86,383,87,374,91,368,94,363,94,361,99,358,102,357,104,361,108,359,111,355,111,352,112,352,113\" target=\"_blank\" shape=\"poly\" id=\"cataluna\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e4c366fc4c61",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0423e54a"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" alt=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" href=\"https://sede.melilla.es/sta/Relec/CatalogDetail?dboidRequest=6269001013438483899500&action=make&dboidProcedure=6262601011903142907187&urlBack=https%3A%2F%2Fsede.melilla.es%2Fsta%2FCarpetaPublic%2FdoEvent%3FAPP_CODE%3DSTA%26PAGE_CODE%3DPTS2_HOME\" coords=\"275,299,276,300,276,303,276,304,271,304,267,304,267,302,268,299,275,299\" target=\"_blank\" shape=\"poly\" id=\"melilla\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "264ffac82e41",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1ecd3267"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" alt=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" href=\"https://tacgal.xunta.gal/index_es.html\" coords=\"156,64,155,58,160,54,161,53,161,49,160,48,160,46,154,45,153,44,156,35,162,30,161,28,158,27,158,25,160,23,158,19,154,14,156,11,155,8,151,8,147,3,144,2,141,1,137,2,133,1,130,4,126,7,126,13,124,13,120,13,119,15,112,15,111,14,108,16,106,19,102,19,99,24,100,26,102,26,104,33,107,32,105,38,105,42,111,38,110,43,109,45,111,46,112,49,110,54,108,57,108,61,108,64,113,60,115,57,120,57,126,56,127,59,125,64,126,67,129,67,132,64,133,66,137,65,141,67,147,68,151,66,151,63,152,62\" target=\"_blank\" shape=\"poly\" id=\"galicia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c91885670199",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7969c759"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" href=\"https://www.comunidad.madrid/tacp/\" coords=\"229,125,225,127,222,125,219,128,217,128,219,123,224,120,225,115,226,112,228,112,230,109,232,107,234,107,235,102,237,101,240,101,240,98,243,97,244,95,246,96,248,99,248,102,247,106,248,111,253,117,256,122,255,127,257,127,257,132,246,133,239,139,236,138,243,133,243,131,236,129,228,125,229,125\" target=\"_blank\" shape=\"poly\" id=\"madrid\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f9d6038d2a4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-587c69b3"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" href=\"http://www.carm.es/web/pagina?IDCONTENIDO=2275&IDTIPO=140&RASTRO=c709$m\" coords=\"320,218,321,215,318,214,318,213,318,210,318,208,317,207,315,205,314,203,314,201,313,199,314,197,315,196,314,195,313,193,312,192,311,190,311,188,314,186,313,183,311,181,310,180,308,180,307,180,306,181,305,180,303,181,303,182,302,183,302,185,302,186,301,186,303,189,303,191,301,193,300,194,299,195,297,195,294,194,293,194,291,194,288,196,286,196,285,196,284,197,282,199,281,200,280,202,279,203,279,204,280,205,282,207,284,208,286,208,288,208,289,210,289,211,288,213,288,214,288,216,289,217,290,218,290,219,290,220,291,221,293,223,294,223,297,224,298,225,299,224,301,222,303,221,305,220,306,219,307,219,309,219,311,218,314,218,317,218,319,218,321,218\" target=\"_blank\" shape=\"poly\" id=\"murcia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ad0efa657e7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-80098192"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" href=\"https://portalcontratacion.navarra.es/es/tribunal-administrativo-de-contratos-publicos-de-navarra\" coords=\"275,43,275,46,278,49,284,51,288,51,291,56,293,56,293,59,293,61,292,62,291,62,290,62,290,64,292,64,295,65,298,66,300,66,302,64,302,61,301,58,300,56,301,53,302,49,305,44,306,41,310,40,313,36,314,32,313,31,309,29,305,29,302,26,301,28,300,29,298,27,298,25,300,23,299,20,296,20,292,20,291,19,289,21,287,23,287,25,285,27,285,30,280,32,279,33,280,36,278,40,278,42,275,43,275,46\" target=\"_blank\" shape=\"poly\" id=\"navarra\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c0069330fac",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0d66f39a"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" alt=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" href=\"https://www.contratacion.euskadi.eus/informacion-general-oarc/webkpe00-kpeoarc/es/\" coords=\"253,19,253,22,255,22,256,24,257,25,257,29,261,31,262,32,259,34,257,34,256,35,258,37,259,38,261,40,264,40,264,39,264,37,267,37,270,38,271,40,272,42,274,42,277,41,277,38,279,36,278,33,279,31,283,30,284,27,285,25,286,25,286,22,289,20,290,18,290,17,287,18,283,20,277,20,270,16,264,15,261,15,259,17,255,18,253,19\" target=\"_blank\" shape=\"poly\" id=\"vascongadas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0dcd3e808d85",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b4bb46f2"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" alt=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" href=\"https://www.larioja.org/contratacion-publica/es/recursos-especiales\" coords=\"263,63,259,61,258,51,258,46,259,44,261,43,264,44,266,44,269,47,270,49,272,47,275,47,277,49,278,50,282,51,285,53,287,52,289,56,291,58,292,57,291,61,289,60,289,64,289,66,287,66,283,65,282,62,282,61,278,60,274,59,273,61,272,62,271,64,268,64,266,61,265,61\" target=\"_blank\" shape=\"poly\" id=\"rioja\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5620ba75b442",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-053483e5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.juntadeandalucia.es/temas/contratacion-publica/recurso/especial-contratacion.html\" title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"andalucia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ffb723b668be",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e9121df"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.aragon.es/-/informacion-practica-del-tacpa\" title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"aragon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd853f477955",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-db31dcb0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.caib.es/sites/jcca/es/funcions-4377/\" title=\"Acceso al servicio de Balears, Illes (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"baleares\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2fc58b26457b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-35be86af"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.gobiernodecanarias.org/hacienda/contratacion/\" title=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"canarias\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf32bab904ff",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c3e5578b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.cccyl.es/es/tribunal-administrativo-recursos-contractuales-castilla-leo\" title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillaleon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd4b5e2f6f77",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-977cecec"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://contractacio.gencat.cat/ca/contacte/tccsp/\" title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cataluna\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3431fcb9601e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-51288e32"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.melilla.es/sta/Relec/CatalogDetail?dboidRequest=6269001013438483899500&action=make&dboidProcedure=6262601011903142907187&urlBack=https%3A%2F%2Fsede.melilla.es%2Fsta%2FCarpetaPublic%2FdoEvent%3FAPP_CODE%3DSTA%26PAGE_CODE%3DPTS2_HOME\" title=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"melilla\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2db0a9b1823",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2a2a0717"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://tacgal.xunta.gal/index_es.html\" title=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"galicia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "314eb51fa42c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d07b2036"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.comunidad.madrid/tacp/\" title=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"madrid\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee5e9330ce04",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4875b3f6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://www.carm.es/web/pagina?IDCONTENIDO=2275&IDTIPO=140&RASTRO=c709$m\" title=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"murcia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25901d3752f8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f26cf7ee"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://portalcontratacion.navarra.es/es/tribunal-administrativo-de-contratos-publicos-de-navarra\" title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"navarra\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39f6f5197a8f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68419f03"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.contratacion.euskadi.eus/informacion-general-oarc/webkpe00-kpeoarc/es/\" title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"vascongadas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4fb1b680e86e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-26b0c005"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.larioja.org/contratacion-publica/es/recursos-especiales\" title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" class=\"comunidadlast selected\" name=\"rioja\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dcc6f30b7dab",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-928afdce"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c9abd7460a9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f37f791c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da633aa7b920",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ce07da9a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1bca5658bf25",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "154bf5f63973",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e27dde0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e65660336c6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fa9b5cd2"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d11472b18cd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3edf5cbb8682",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3100,
        "uniqueFailedCount": 80,
        "duplicateFailedCount": 6,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 6
    },
    {
      "submittedUrl": "https://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": 10746,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1030,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 5
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2802,
          "failed": 71,
          "cantTell": 53,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a59acdb90bf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "695ad402ab2b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f622dfba913",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7d5d7a36302",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "58cac37e5897",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dad95636fd96",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8b1db1a3c8c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3299d25ce5b7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4986895dc41",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-869f4634"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "880c85e8dbf6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bb0ff2d9"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "20a7ac661f81",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd3811d6bc8f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-328af5e9"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e391b293a378",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36cd214d0f2a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d188f2d93362",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fde3005dfc1d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Citizen services and information\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9ce076886a3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6208b776"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2975c67feed3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4fdd676e98b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public employment\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "547ef14e910c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a8bd358"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a575314bd9c6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c49023f92acb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Aids\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "efed19ff5b81",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8584a03c"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d63886fe51db",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "284e5e8cceb1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Procedures\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3041bc859bb7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bdc54f1a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78c72d723649",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "58f848156a8c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public administration and State\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "206c94990745",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be097936"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Your European Space\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8edf0857009",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b863f69c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/en/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3ca5e72b63a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-380c0608"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your European Space\" href=\"/pag_Home/en/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9fa9a913904",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e8424793"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your rights and obligations in the EU\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0327a8c2f88b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-13ccfb80"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Citizens\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "521e8d1d774c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-00559bb3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Work and retirement\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32adee5712de",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-69dc5042"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Conditions of employment\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d02dcba47b5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c6cfd14e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Last update 26-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05052881f390",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a708f7d0dca1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0d904d01"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9894d9218f2e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2f0554f2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "68db22ce451b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2f0cdebb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f283d23bed5e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-daea19f4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato.html#-5a5a5c85fda3\" title=\"Ir a Introduction\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91d654cf96d9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e9473bdf"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato.html#-6d931f8a79b4\" title=\"Ir a End of contract, resignations and dismissals\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef36e38f6a90",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5c64863b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato.html#-a21b1c222a38\" title=\"Ir a Información por Comunidades Autónomas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da3b0fcad42b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-64c5bafb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato.html#-ec0380b4dfe3\" title=\"Ir a Legal and/or technical references\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "724272a42532",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f6e35096"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato.html#-2b06260b966a\" title=\"Ir a Authority responsible for the information\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dfcecf1b4f8e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d08c2229"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://expinterweb.mites.gob.es/mapas/consultaAvanzada\" title=\"collective agreements (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3dda3d4d21f7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b6714d2b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7427e2d36b4f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20200923&tn=1#s4-3\" title=\"Articles 49 to 56 of the Workers’ Statute (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60a6317fd1bc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-669f7e1e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.mites.gob.es/es/Guia/index.htm\" title=\"labour guide. (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "866fb246eeac",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-207b2fa6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a 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)\" target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2004-21760&p=20180804&tn=1#a21\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "230eae24ec9a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7db1d6f6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" href=\"https://dgte.cantabria.es/web/direccion-general-de-trabajo/informacion-sociolaboral\" coords=\"213,23,215,26,217,28,223,27,226,28,228,31,230,34,231,36,236,37,238,37,237,33,234,32,234,29,238,27,242,24,244,23,245,23,250,24,249,21,250,20,252,19,254,17,252,16,249,16,246,13,245,12,242,14,238,14,236,13,232,15,231,16,227,16,222,16,221,18,221,19,218,19,215,20,216,22,215,23,213,22\" target=\"_blank\" shape=\"poly\" id=\"cantabria\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7705d3a2758c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-439d24a2"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" href=\"https://canalempresa.gencat.cat/es/02_serveis_per_temes/07_treball_i_treballadors/ocupacio/acomiadaments/index.html\" coords=\"353,113,350,111,347,111,345,107,347,103,347,98,347,97,345,95,349,92,350,88,348,84,351,79,348,75,350,72,354,69,355,63,357,58,357,55,358,50,356,45,358,42,356,39,353,37,352,35,354,33,360,34,363,35,367,37,371,37,373,42,373,46,374,47,377,46,380,44,384,45,388,44,388,46,388,49,393,47,394,46,400,47,401,48,404,48,407,45,412,44,415,44,417,44,420,46,421,47,421,48,421,50,416,50,416,52,417,54,418,56,419,56,419,58,420,59,421,62,418,64,413,69,405,74,399,78,395,79,395,83,391,86,383,87,374,91,368,94,363,94,361,99,358,102,357,104,361,108,359,111,355,111,352,112,352,113\" target=\"_blank\" shape=\"poly\" id=\"cataluna\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90bf23642eb6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6d8c8969"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" href=\"https://www.navarraemprende.com/trabajo-autonomo/guia-tramites/tramites-laborales-en-caso-de-contratacion-de-trabajadores/extincion-de-las-relaciones-laborales/\" coords=\"275,43,275,46,278,49,284,51,288,51,291,56,293,56,293,59,293,61,292,62,291,62,290,62,290,64,292,64,295,65,298,66,300,66,302,64,302,61,301,58,300,56,301,53,302,49,305,44,306,41,310,40,313,36,314,32,313,31,309,29,305,29,302,26,301,28,300,29,298,27,298,25,300,23,299,20,296,20,292,20,291,19,289,21,287,23,287,25,285,27,285,30,280,32,279,33,280,36,278,40,278,42,275,43,275,46\" target=\"_blank\" shape=\"poly\" id=\"navarra\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f05949054ba",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-77689cef"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" alt=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" href=\"https://www.lanbide.euskadi.eus/preguntas-frecuentes-sobre-indemnizaciones-por-despido/weblan00-contratar/es/\" coords=\"253,19,253,22,255,22,256,24,257,25,257,29,261,31,262,32,259,34,257,34,256,35,258,37,259,38,261,40,264,40,264,39,264,37,267,37,270,38,271,40,272,42,274,42,277,41,277,38,279,36,278,33,279,31,283,30,284,27,285,25,286,25,286,22,289,20,290,18,290,17,287,18,283,20,277,20,270,16,264,15,261,15,259,17,255,18,253,19\" target=\"_blank\" shape=\"poly\" id=\"vascongadas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e1ae7b23b8a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-035f74c6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://dgte.cantabria.es/web/direccion-general-de-trabajo/informacion-sociolaboral\" title=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cantabria\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d59c8deb9c61",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-15252b21"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://canalempresa.gencat.cat/es/02_serveis_per_temes/07_treball_i_treballadors/ocupacio/acomiadaments/index.html\" title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cataluna\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f08d3fc517d9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b9802f0b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.navarraemprende.com/trabajo-autonomo/guia-tramites/tramites-laborales-en-caso-de-contratacion-de-trabajadores/extincion-de-las-relaciones-laborales/\" title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"navarra\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b14bb859722e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a873a620"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.lanbide.euskadi.eus/preguntas-frecuentes-sobre-indemnizaciones-por-despido/weblan00-contratar/es/\" title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"vascongadas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e1b33aec3ce",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6e94ab36"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d0a5a03f5ba",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f37f791c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d760dcec2677",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ce07da9a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "981f30a345bd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4bd755eb9331",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e27dde0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "faa2bd980207",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fa9b5cd2"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca9945e2e408",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6afb27e01be",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2898,
        "uniqueFailedCount": 66,
        "duplicateFailedCount": 5,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 5
    },
    {
      "submittedUrl": "https://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": 11065,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1033,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2952,
          "failed": 91,
          "cantTell": 75,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "heading_markup_misuse",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4d16d02206d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0aeb3813fe2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "551c1c4fbaa3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69dd85240ca2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9158de03eb6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c010ab12bcf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06ec798ffd33",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "495c49b82fca",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3b34db561fe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8c691d4b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13d63fe2ebed",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67b7573a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b623a093d22",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd82634bd14f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dbc11a04"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "908b5a0f8b72",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d776440d74e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c471677b937",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "14eed7a2d2cc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ccbcafb044c9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2592a4d48ecc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0293e079c6fa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81d7037481cb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5fb611afff1b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "497a4a805302",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "66fcc12a5e5f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "748ebbf9b22f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "909527f08af2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78a92ad9e0fb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b92ab3f8cf67",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6637839d95cf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ba67743d239",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d99e1fe9da20",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "266d5d07016c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dce9f2c7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "219807021ece",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ee5a3617"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0598d10d17a9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8bea4664"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Empresas\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69d397d27ba2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-88d798e9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Servicios\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da41d3a22215",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-776e1141"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Última actualización: 24-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98fad8c25fbd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34ef9404b29d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dc479782"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a420f53ac7ee",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-344dc2ad"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos.html#-b9cbe95fa39a\" title=\"Ir a Licencias o permisos para poner en marcha una empresa.\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5dd7377b7033",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ab4dd931"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos.html#-65364879e770\" title=\"Ir a Asociaciones y organizaciones de asistencia.\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12ec94edfb8f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3c1dccfd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos.html#-2c6b5ff11f90\" title=\"Ir a Ventanilla Única de Servicios. Pon en marcha tu empresa.\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0285fda9bf0a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4f116a39"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos.html#-2ce3deb76339\" title=\"Ir a Información por Comunidades Autónomas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e1a804b6d68",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a6e7d18b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos.html#-0265549542ee\" title=\"Ir a Información de Entidades Locales\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ccd0b5dd4c04",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7dee8cf3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos.html#-37988466f7b6\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be177630c1c4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1d5aee08"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos.html#-0198d542f9bc\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d93a9f8c6305",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ec17ff88"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Más información (Abre en nueva ventana)\" target=\"_blank\" style=\"box-sizing: border-box; border-width: initial; border-style: none; font-weight: normal; font-style: normal; font-size: 17px; word-break: break-word; cursor: pointer; background-color: transparent;\" href=\"https://plataformapyme.es/es-es/creacion/Paginas/tramites-puesta-en-marcha.aspx\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13525890c26e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6cdedc36"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "938ed33f2dbd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Abre una ventana nueva (Abre en nueva ventana)\" target=\"_blank\" href=\"https://www.mintur.gob.es/es-es/Documents/asociaciones-asistencia.pdf\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "741c1e0ceb32",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e4a275d6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://eugo.es\" title=\"Ventanilla Única de la Directiva de Servicios (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a15d71bbfc93",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5a8b7ac9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" alt=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" href=\"https://juntadeandalucia.es/organismos/transformacioneconomicaindustriaconocimientoyuniversidades/areas/industria/instalaciones/paginas/instalaciones-no-liberalizadas.html\" coords=\"202,179,208,183,224,195,231,193,247,193,251,190,260,191,267,189,274,197,271,203,278,206,286,211,286,216,291,226,295,227,289,240,283,248,277,243,271,244,268,250,261,247,249,247,247,249,240,247,228,247,221,248,212,256,206,255,197,260,194,267,191,267,188,271,177,267,170,259,172,255,166,248,167,244,155,232,144,229,138,229,138,222,136,217,141,208,146,203,151,201,151,197,163,204,166,203,172,206,179,203,182,199,186,202,191,198,190,191,195,185,202,180\" target=\"_blank\" shape=\"poly\" id=\"andalucia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98ddb1412ca4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-58273ef4"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" alt=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" href=\"https://www.aragon.es/-/comunicaciones-de-apertura-de-centros-de-trabajo\" coords=\"291,65,289,67,291,73,292,75,292,77,288,79,288,87,284,87,282,89,283,92,285,94,287,94,291,96,295,99,297,101,297,104,299,107,299,112,298,116,295,116,294,119,293,122,298,125,301,128,303,128,306,128,308,129,310,131,311,133,308,134,312,135,316,135,320,132,323,129,324,126,327,125,329,123,330,112,329,110,331,110,332,106,335,106,338,107,344,107,345,106,345,103,345,101,346,100,346,97,343,94,346,93,349,90,348,87,346,84,347,82,350,79,347,77,346,75,348,71,353,68,353,64,355,60,355,56,357,52,356,49,355,45,357,42,356,40,352,38,347,39,341,39,340,38,337,40,334,39,330,36,329,35,325,36,321,36,316,31,315,36,312,39,310,42,307,42,305,47,304,49,303,52,301,55,302,59,303,61,303,64,301,67,300,68,294,66,292,65,291,65\" target=\"_blank\" shape=\"poly\" id=\"aragon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8f8928e50a7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5d52011d"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" alt=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" href=\"https://www.emprenderencanarias.es/creacion-de-empresas/\" coords=\"9,258,148,315\" target=\"_blank\" shape=\"rect\" id=\"canarias\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4ad3c6c674f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0d7552cc"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" href=\"https://www.cantabriaemprendedora.es/web/cantabria-emprendedora/persona/constitucion-y-puesta-en-marcha \" coords=\"213,23,215,26,217,28,223,27,226,28,228,31,230,34,231,36,236,37,238,37,237,33,234,32,234,29,238,27,242,24,244,23,245,23,250,24,249,21,250,20,252,19,254,17,252,16,249,16,246,13,245,12,242,14,238,14,236,13,232,15,231,16,227,16,222,16,221,18,221,19,218,19,215,20,216,22,215,23,213,22\" target=\"_blank\" shape=\"poly\" id=\"cantabria\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10e84cbeb58d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f144a83e"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" href=\"https://www.tramitacastillayleon.jcyl.es/web/jcyl/AdministracionElectronica/es/Plantilla100ListadoTramite/1251181077965/_/1284746740142/TipoTramiteElectronico\" coords=\"159,122,158,118,159,115,159,107,159,102,156,97,160,97,162,93,165,90,168,89,172,85,176,80,176,76,173,75,169,74,167,73,168,70,168,65,165,65,162,64,157,64,156,59,162,54,163,50,161,48,161,45,155,44,157,37,162,31,172,30,173,27,177,27,183,27,186,30,190,30,190,27,195,28,205,26,211,22,214,27,217,29,223,28,227,32,230,37,237,39,240,37,237,32,235,31,239,27,244,24,250,25,254,23,256,25,256,29,261,32,258,33,255,32,253,32,254,36,255,37,257,38,260,40,260,43,257,44,256,46,257,49,257,57,257,60,261,64,264,64,266,62,268,65,271,65,273,62,277,61,280,62,282,66,287,67,289,70,290,73,291,76,287,79,287,86,283,85,281,89,282,93,284,94,283,97,276,97,271,95,269,91,264,91,263,89,258,90,254,90,248,91,248,94,245,94,243,94,242,96,240,96,239,96,239,100,236,100,234,102,233,106,231,106,227,111,224,111,223,120,218,122,216,128,214,125,211,126,208,129,206,130,201,131,198,130,197,124,196,125,190,126,186,121,184,121,181,123,176,116,173,116,163,123,158,123,158,122\" target=\"_blank\" shape=\"poly\" id=\"castillaleon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43a59fb34b80",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-979869f9"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" href=\"https://canalempresa.gencat.cat/es/01_que_voleu_fer/02_comencar_un_negoci/crear-empresa-constitucio-tramits/index.html\" coords=\"353,113,350,111,347,111,345,107,347,103,347,98,347,97,345,95,349,92,350,88,348,84,351,79,348,75,350,72,354,69,355,63,357,58,357,55,358,50,356,45,358,42,356,39,353,37,352,35,354,33,360,34,363,35,367,37,371,37,373,42,373,46,374,47,377,46,380,44,384,45,388,44,388,46,388,49,393,47,394,46,400,47,401,48,404,48,407,45,412,44,415,44,417,44,420,46,421,47,421,48,421,50,416,50,416,52,417,54,418,56,419,56,419,58,420,59,421,62,418,64,413,69,405,74,399,78,395,79,395,83,391,86,383,87,374,91,368,94,363,94,361,99,358,102,357,104,361,108,359,111,355,111,352,112,352,113\" target=\"_blank\" shape=\"poly\" id=\"cataluna\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "217f292b3a87",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c6adb171"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" alt=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" href=\"https://www.melilla.es/melillaPortal/contenedor.jsp?seccion=s_lpro_d1_v1.jsp&codbusqueda=300&language=es&codResi=1&codMenuPN=601&codMenuSN=8&codMenu=201&layout=contenedor.jsp\" coords=\"275,299,276,300,276,303,276,304,271,304,267,304,267,302,268,299,275,299\" target=\"_blank\" shape=\"poly\" id=\"melilla\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5481141e554",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b5fa5a8e"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" alt=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" href=\"https://www.juntaex.es/hechos-vitales/quiero-crear-una-empresa?inheritRedirect=true\" coords=\"214,154,208,157,201,149,202,144,201,142,198,142,197,139,196,138,197,130,196,126,190,127,185,122,181,124,175,117,163,124,153,125,153,128,156,131,156,136,153,142,153,145,138,145,143,151,145,159,148,163,152,164,153,168,145,178,144,184,142,186,147,196,153,196,164,203,165,202,172,204,178,202,180,199,183,198,187,200,189,198,188,191,200,179,202,178,206,178,209,172,207,169,210,167,210,164,214,163,213,160,214,157\" target=\"_blank\" shape=\"poly\" id=\"extremadura\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "603722ad4815",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7179a8e8"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" href=\"https://www.comunidad.madrid/servicios/empleo/autonomos-emprendedores#asesoramiento-emprendedores\" coords=\"229,125,225,127,222,125,219,128,217,128,219,123,224,120,225,115,226,112,228,112,230,109,232,107,234,107,235,102,237,101,240,101,240,98,243,97,244,95,246,96,248,99,248,102,247,106,248,111,253,117,256,122,255,127,257,127,257,132,246,133,239,139,236,138,243,133,243,131,236,129,228,125,229,125\" target=\"_blank\" shape=\"poly\" id=\"madrid\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "829579e4b8bc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a35ef954"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" href=\"https://sede.carm.es/web/pagina?IDCONTENIDO=2779&IDTIPO=200&IDAMBITO=6&RASTRO=c$m40288,71443\" coords=\"320,218,321,215,318,214,318,213,318,210,318,208,317,207,315,205,314,203,314,201,313,199,314,197,315,196,314,195,313,193,312,192,311,190,311,188,314,186,313,183,311,181,310,180,308,180,307,180,306,181,305,180,303,181,303,182,302,183,302,185,302,186,301,186,303,189,303,191,301,193,300,194,299,195,297,195,294,194,293,194,291,194,288,196,286,196,285,196,284,197,282,199,281,200,280,202,279,203,279,204,280,205,282,207,284,208,286,208,288,208,289,210,289,211,288,213,288,214,288,216,289,217,290,218,290,219,290,220,291,221,293,223,294,223,297,224,298,225,299,224,301,222,303,221,305,220,306,219,307,219,309,219,311,218,314,218,317,218,319,218,321,218\" target=\"_blank\" shape=\"poly\" id=\"murcia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "456cd3d32e6e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a0e58d35"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" alt=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" href=\"https://www.lanbide.euskadi.eus/informacion/como-crear-una-empresa/weblan00-empleo/es/\" coords=\"253,19,253,22,255,22,256,24,257,25,257,29,261,31,262,32,259,34,257,34,256,35,258,37,259,38,261,40,264,40,264,39,264,37,267,37,270,38,271,40,272,42,274,42,277,41,277,38,279,36,278,33,279,31,283,30,284,27,285,25,286,25,286,22,289,20,290,18,290,17,287,18,283,20,277,20,270,16,264,15,261,15,259,17,255,18,253,19\" target=\"_blank\" shape=\"poly\" id=\"vascongadas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9b608410105",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-875b3042"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" alt=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" href=\"http://www.ader.es/servicios/emprendedores/\" coords=\"263,63,259,61,258,51,258,46,259,44,261,43,264,44,266,44,269,47,270,49,272,47,275,47,277,49,278,50,282,51,285,53,287,52,289,56,291,58,292,57,291,61,289,60,289,64,289,66,287,66,283,65,282,62,282,61,278,60,274,59,273,61,272,62,271,64,268,64,266,61,265,61\" target=\"_blank\" shape=\"poly\" id=\"rioja\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "529eba7268f9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6e04ef3b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://juntadeandalucia.es/organismos/transformacioneconomicaindustriaconocimientoyuniversidades/areas/industria/instalaciones/paginas/instalaciones-no-liberalizadas.html\" title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"andalucia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d01f8925ee9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e2f6350c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.aragon.es/-/comunicaciones-de-apertura-de-centros-de-trabajo\" title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"aragon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3bede95cc78f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ba050846"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.emprenderencanarias.es/creacion-de-empresas/\" title=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"canarias\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71d92d118269",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-91451415"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.cantabriaemprendedora.es/web/cantabria-emprendedora/persona/constitucion-y-puesta-en-marcha \" title=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cantabria\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba2fa8a9f62e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ad289cc1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.tramitacastillayleon.jcyl.es/web/jcyl/AdministracionElectronica/es/Plantilla100ListadoTramite/1251181077965/_/1284746740142/TipoTramiteElectronico\" title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillaleon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8710699a08bd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d4d66bb7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://canalempresa.gencat.cat/es/01_que_voleu_fer/02_comencar_un_negoci/crear-empresa-constitucio-tramits/index.html\" title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cataluna\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "514c542eea3e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-31105075"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.melilla.es/melillaPortal/contenedor.jsp?seccion=s_lpro_d1_v1.jsp&codbusqueda=300&language=es&codResi=1&codMenuPN=601&codMenuSN=8&codMenu=201&layout=contenedor.jsp\" title=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"melilla\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "38abf4d1bcab",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-80410487"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.juntaex.es/hechos-vitales/quiero-crear-una-empresa?inheritRedirect=true\" title=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"extremadura\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "773656537a67",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7351d45d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.comunidad.madrid/servicios/empleo/autonomos-emprendedores#asesoramiento-emprendedores\" title=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"madrid\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0146cd891b8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f29d0597"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.carm.es/web/pagina?IDCONTENIDO=2779&IDTIPO=200&IDAMBITO=6&RASTRO=c$m40288,71443\" title=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"murcia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ebba7f884aab",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1fb45a78"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.lanbide.euskadi.eus/informacion/como-crear-una-empresa/weblan00-empleo/es/\" title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"vascongadas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81a594b8d78f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c13a48e1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://www.ader.es/servicios/emprendedores/\" title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" class=\"comunidadlast selected\" name=\"rioja\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e435c318e54",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-03c9653b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"/pag_Home/espanaAdmon/directorioOrganigramas/quienEsQuien/EELL.html\" class=\"enlacenegrita\" title=\"mapa de Entidades Locales (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cdb8f126b986",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-93cf52bb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h4 class=\"t-fs-13\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48e77313cfc7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b4ff75ed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bee2065214a9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2c31751c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "58cf9c43c03e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fe75f54d"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f08797319c2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d9cb5832dec",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5976a683"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9d7c3061a3d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b017c3f0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "975476332485",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-85022af9"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDeCookies.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac8fa5388461",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f9d7338e"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e8ee36516d9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "850862f5ffc5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3086,
        "uniqueFailedCount": 84,
        "duplicateFailedCount": 7,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 7
    },
    {
      "submittedUrl": "https://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": 12069,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-aae85fc1"
          }
        ],
        "outcomeCount": 1091,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 14
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2865,
          "failed": 70,
          "cantTell": 53,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_keyboard_handler_exists",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "heading_markup_misuse",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a66b7d8548f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8022531ed7b5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "586976cc7f7c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be8b9d586b29",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e65175024a18",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de061316d1c0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "214b313cc878",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cfd4ae0d020a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "855f8b41ccef",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4113767e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f988d11d923",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42cdd4c9"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c62a503b22b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "692e7284be2d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0e5d1242"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a381733b9c5c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "084a40e42db6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9bb5df0e236d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8fafdfadf770",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa739bcb3a06",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "330a9a988a79",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8609af5649f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c517cd4213c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e917ab0133d2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3ab4a2301ec",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e624b6c81b39",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc284caccbcf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aecf7a5f8283",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72cd9d33199c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b3e7499e49b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71dd005aef5c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f22e863cf93",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df68745f1baa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/eu/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e331a691dfaf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3d4a4cb9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/eu/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64eac754a0ed",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e7215823"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f305673dae6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5c8e457"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ciudadanos\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65d3a204cea9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7336c38b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Viajes\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9250fe7c2746",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-810e460c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Bidaia-agiriak\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d65596ca2ef2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9fbbae91"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Azken eguneraketa: 01-04-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd98be711766",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/menores-solos.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6acfce4f7644",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-64103c27"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3dc849418fad",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-64c55482"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2cc81d372804",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-01c10317"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados.html#-bae718c711f1\" title=\"Ir a Validez pasaporteak\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25d944bdb0dc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-56aef2a1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados.html#-ae80f0b19187\" title=\"Ir a Espainiako sartzen edo ateratzen dira España nortasun agiria edo pasaportea duen iraungi\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24e8e52116a5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-88a116ac"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados.html#-ad7bd8c8aa3f\" title=\"Ir a Ondorioak edo zigorrak\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "805bcb8d55a0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-444c57ff"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados.html#-d58d8eb4a352\" title=\"Ir a Aplikatu beharreko arauak beste duten ebko herrialdeak edo bertatik ateratzen sartzen dira jokoan ibiltzen España\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "732d864dca0c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6e62658f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados.html#-fd9d6b965243\" title=\"Ir a Eb/EEEKO edo salbuespenak zenbait akordio bereziak izan bada, bidaiatzen duten herritarrek pasaportea edo identifikazio-txartela iraungita bat\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f0b30b67b99",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-da8c16dd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados.html#-5f6b62a35d6a\" title=\"Ir a Aireko eta itsasoko garraioa\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bccf771ca6b7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1c878331"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados.html#-8a21ccebf330\" title=\"Ir a Lege-erreferentziak eta/edo teknikoak\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b62235d0b4c3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5e8ff81f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados.html#-bb8487ac562b\" title=\"Ir a Informazioa agintari arduraduna\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55602888a4b7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9c6f9925"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6173b1d7c214",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" data-fn=\"accordion\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e62807e4650a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-52ceb950"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" data-fn=\"accordion\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" data-fn=\"accordion\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" data-fn=\"accordion\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h3 tabindex=\"0\" aria-expanded=\"false\" aria-selected=\"false\" aria-controls=\"ui-id-4\" role=\"tab\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" id=\"-f2f8100a4320\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f6f45c3e577",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cf703a32"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https :// europa.eu/youreurope/search/index _ es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40f16491bbc3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a734cd16"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https :// europa.eu/youreurope/search/index _ es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00ff0c183b92",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6c2a4e71"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9830413f4617",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a306fe27d957",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e036dea6"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "02b133688ad8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a8232067"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4873c6fa3b0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7eaab86e"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a384a029350",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b56e6eb6837",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2950,
        "uniqueFailedCount": 59,
        "duplicateFailedCount": 11,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 11
    },
    {
      "submittedUrl": "https://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": 10227,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1081,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2930,
          "failed": 73,
          "cantTell": 58,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "heading_markup_misuse",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a814703ad81",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8418eeefbe36",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dba53e07d858",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c44ba1469cb4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c15dfa289a18",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30d35f673c34",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3025e5f97f67",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e0afb1c4296",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f124fb5bff3d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-869f4634"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a76f44839d3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bb0ff2d9"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c8dc07e4aaa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "131c3f6bc269",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-328af5e9"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea47ad12287c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c36c28f72cdc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea22b47bdb2c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "57be0c305e01",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Citizen services and information\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f246932644f5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6208b776"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bbf4af231fcd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9eafc14ab1b2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public employment\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3a7daed8949",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a8bd358"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a97eb594ec0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29a5562a32d5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Aids\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "704afe20c533",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8584a03c"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f95cd176b9a0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32b871955af4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Procedures\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "491339494f6d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bdc54f1a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e165bc4297a7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c660d1b7520",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public administration and State\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5873397167c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be097936"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Your European Space\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c56dbbb276c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b863f69c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/en/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41a30ea0e9fb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-380c0608"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your European Space\" href=\"/pag_Home/en/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "20d2b1e02c3f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e8424793"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your rights and obligations in the EU\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39574c3ff1ef",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-13ccfb80"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Citizens\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb5eaefcc595",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-00559bb3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Residence\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a360f932ed42",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dca9f915"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Last update 13-04-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a70f9c52e823",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac5340f6efe4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6c7069d8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/compraventa-bienes-inmuebles.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "07c5941af2c7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6b9b9c4d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "639917a145a5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2ead019c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4dfb7dc36dce",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-83ce2deb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a6eeac9201d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e7c6e6fb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1d424641291",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1b5c462"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad.html#-b67ef405f8de\" title=\"Ir a What is nationality?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4400516a49d5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4603d84d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad.html#-f9cef8f9cd4e\" title=\"Ir a What is naturalisation?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95ec51cb7d91",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5b3cc690"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad.html#-0d5ec9d93410\" title=\"Ir a Acquiring Spanish nationality by option\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e5ccfa24051",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e1143de0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad.html#-4475d05d83ec\" title=\"Ir a Acquiring Spanish nationality by discretionary conferral\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b18d091f544e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bb175b6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad.html#-642c520b6c96\" title=\"Ir a Acquiring nationality by residency\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d9c600afdea0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215eccd6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad.html#-1d3e0944d0ca\" title=\"Ir a Final requirements\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9010b907eae1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-54af0958"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad.html#-5e33f4cd1b84\" title=\"Ir a Acquiring nationality by possession of status\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2dc9ec2dfd5b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dcba5fe4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad.html#-7b2843999428\" title=\"Ir a Registration of nationality\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b58f502f1cdb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0325e132"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad.html#-5596e98a97ca\" title=\"Ir a Legal and/or technical references\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0750e19aadac",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7c8327cf"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad.html#-5ca4052b2ff9\" title=\"Ir a Authority responsible for the information\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b486b15b81cf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-74a2afec"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p class=\"textojustificado\">",
            "message": "Confirm the word(s) 'right' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4967d27d9ac3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-afad10e6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37ef44458d11",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p class=\"textojustificado\">",
            "message": "Confirm the word(s) 'right' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h4 class=\"t-fs-13\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "728c6a1992a3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b4ff75ed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb7eb2679f00",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f37f791c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b47858e4d60e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ce07da9a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "68fc337b4328",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea0a39078d82",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e27dde0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd56e8e1c9cc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fa9b5cd2"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "222722b03866",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e165e928935",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3021,
        "uniqueFailedCount": 62,
        "duplicateFailedCount": 11,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 11
    },
    {
      "submittedUrl": "https://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": 12302,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1090,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 4
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2956,
          "failed": 70,
          "cantTell": 52,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "heading_markup_misuse",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77036128ee50",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd65c6d428af",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fde04e460412",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5285abe866cb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d904a184fc67",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "074eee0b3db5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "190322481899",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec8b269a8295",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d0b85fc9d7b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-00e16913"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d79d7bebd7e1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-31b3633a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a383cd9bb0e7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b235c2c6ad5b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b3402664"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "814e7abbca51",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bebedc1ffdea",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ae7b88a7686",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c36ce7f48200",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "083478b80c71",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d21c63dafea2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a328fb005b28",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e396ca3c4f16",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c1c5fbf41c7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a098eca76aeb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95954a2d5703",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "100d0638352e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa3e38eea121",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "894864e9dc4c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff5aeac7bed8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b3e59f7f7af",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eef77c48bc62",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "814ad1e90b90",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/gl/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aca65bbf4218",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-411757f8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/gl/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32c9d2bd104e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-456ef52c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb44d301a10d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-10b03724"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ciudadanos\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98e04d2662f4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0fb59511"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Consumidores\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "885d58a2e8c1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-24f38c66"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Compraventa de productos y servicios\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9c25c5b2bb5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f40af86e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Última actualización: 30-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a9f646320641",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/garantias.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f5b17bff3d4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c3c9d93c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/devolucion.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d00c42d1091",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b33d86b4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4bae1dcd5a1f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6fee8fa8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9eb6e628fbd4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04903e8c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario.html#-0a408e22ed22\" title=\"Ir a Los contratos de crédito hipotecario\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7892f47e1e5a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0cba3825"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario.html#-50ef166c7603\" title=\"Ir a Inscripción en los Registros de la Propiedad de los contratos de préstamo hipotecario \">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b9940192852",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-48b2681f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario.html#-a6b398a1dec3\" title=\"Ir a Inscripción de las sentencias firmes que declaran nulas determinadas cláusulas del contrato\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0399d6054e12",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cc989feb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario.html#-b01f7accf243\" title=\"Ir a Información por Comunidades Autónomas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a5e88889463",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-efac3551"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario.html#-5fc7f3fc9c4d\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "832eb98a513d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-82474ae5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario.html#-6ab1fa315c5d\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "469768a2aac1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-78567fcb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2019-3814\" title=\" Ley 5/2019, de 15 de marzo (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3980ef6d1c56",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3f59e449"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.registradores.org/registro-de-condiciones-generales\" title=\"El Registro de Condiciones Generales de la Contratación (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "92c4bc9c803b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22b4cfaf"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f91492e88da7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" alt=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" href=\"https://www.juntadeandalucia.es/temas/vivienda-consumo/compra.html\" coords=\"202,179,208,183,224,195,231,193,247,193,251,190,260,191,267,189,274,197,271,203,278,206,286,211,286,216,291,226,295,227,289,240,283,248,277,243,271,244,268,250,261,247,249,247,247,249,240,247,228,247,221,248,212,256,206,255,197,260,194,267,191,267,188,271,177,267,170,259,172,255,166,248,167,244,155,232,144,229,138,229,138,222,136,217,141,208,146,203,151,201,151,197,163,204,166,203,172,206,179,203,182,199,186,202,191,198,190,191,195,185,202,180\" target=\"_blank\" shape=\"poly\" id=\"andalucia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "432a19c065d5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-eb6f2c4d"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" href=\"https://atc.gencat.cat/es/tributs/itpajd/tpo/tramit-compravenda-immobles/\" coords=\"353,113,350,111,347,111,345,107,347,103,347,98,347,97,345,95,349,92,350,88,348,84,351,79,348,75,350,72,354,69,355,63,357,58,357,55,358,50,356,45,358,42,356,39,353,37,352,35,354,33,360,34,363,35,367,37,371,37,373,42,373,46,374,47,377,46,380,44,384,45,388,44,388,46,388,49,393,47,394,46,400,47,401,48,404,48,407,45,412,44,415,44,417,44,420,46,421,47,421,48,421,50,416,50,416,52,417,54,418,56,419,56,419,58,420,59,421,62,418,64,413,69,405,74,399,78,395,79,395,83,391,86,383,87,374,91,368,94,363,94,361,99,358,102,357,104,361,108,359,111,355,111,352,112,352,113\" target=\"_blank\" shape=\"poly\" id=\"cataluna\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "63ad2827e71f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5a4f9a5a"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" alt=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" href=\"https://www.kontsumobide.euskadi.eus/informacion/compra-de-vivienda/webkon00-kb2tcviv/es/\" coords=\"253,19,253,22,255,22,256,24,257,25,257,29,261,31,262,32,259,34,257,34,256,35,258,37,259,38,261,40,264,40,264,39,264,37,267,37,270,38,271,40,272,42,274,42,277,41,277,38,279,36,278,33,279,31,283,30,284,27,285,25,286,25,286,22,289,20,290,18,290,17,287,18,283,20,277,20,270,16,264,15,261,15,259,17,255,18,253,19\" target=\"_blank\" shape=\"poly\" id=\"vascongadas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd64701f84e3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a75358b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.juntadeandalucia.es/temas/vivienda-consumo/compra.html\" title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"andalucia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5036a970461a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4780606b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://atc.gencat.cat/es/tributs/itpajd/tpo/tramit-compravenda-immobles/\" title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cataluna\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a61177431ea",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6e9a635a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.kontsumobide.euskadi.eus/informacion/compra-de-vivienda/webkon00-kb2tcviv/es/\" title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"vascongadas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bc1944ac029b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fea6728e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h4 class=\"t-fs-13\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70ff4facde0c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b4ff75ed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_é.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "425324be86f3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7b59e4e9"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_é.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3caffdcc1f5d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e4023724"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c405f5e035ba",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec000f94c275",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be5b1493"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b9496dbc3f9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cd1f6394"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a2858ee849f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89d02290bb60",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3050,
        "uniqueFailedCount": 64,
        "duplicateFailedCount": 6,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 6
    },
    {
      "submittedUrl": "https://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": 13477,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-f5fd9e40"
          }
        ],
        "outcomeCount": 1257,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 21
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3151,
          "failed": 71,
          "cantTell": 59,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_keyboard_handler_exists",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "heading_markup_misuse",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b3cca743afb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28ff5d1848ff",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d760e2339ed",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "531b41ebaca7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb3ea1132745",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8667fb3348b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1156a46ed3c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ce52494b0dc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86d43f13626c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-220e23dc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff06ae000fc2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a953ef6"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11df1a962b0e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2bf3010ece3e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c8cf4398"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65818ce50a00",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d723a7c69d3a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1e144682f7e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1977b9bf4af0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5917026f89e3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54e369615e18",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "907d1832f150",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84c15a4c80a9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "098294e7c451",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "38335ce89aab",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46c9ff37b2ad",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "443402a8d386",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b45023e7a63d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "533126787a03",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04e292806ad4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84cb74878031",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8bd02f54c1b1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1795724f8a9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/ca/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0cf944b26347",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8568a627"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/ca/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cad9d249f28d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-02b98b18"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc32a877dd59",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ede7c402"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Empresas\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "edcac59623a6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e43bb40a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Puesta en marcha, gestión, cierre\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e27567caaf44",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c3c72d24"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Propiedad industrial e intelectual\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6da5b4e302e5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6f05a6c0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Patentes y marcas\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c3464ad5fee",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-93c014bb"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Última actualització: 24-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "701878648f06",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/propiedad-industrial.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f3ca1669ac0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5e6ab066"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/nombre-comercial.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60fa14cd1a6e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f45a32f6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/modelo-utilidad.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13745e9e4496",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3f8ed643"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ea5d350c0e6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-13e48d28"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ddc7f2bbd49",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8660acfe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a97f5bd6d38",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-350f3913"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/formacion.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2f01dd3f6ad",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5f989e41"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm.html#-90ffce021de0\" title=\"Ir a Servicios gratuitos\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc4afb9a0dd5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-445aa122"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm.html#-08442405b8bc\" title=\"Ir a Servicios de pago\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8349eeaa746b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a32bd7bc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm.html#-ed7e30c64171\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "998b7a62fb4c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-82b9e6d7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm.html#-be6d884cb430\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e731c4758676",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-254e252e"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" data-fn=\"accordion\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c23730633b3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-52ceb950"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f2c81718fbd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.oepm.es/es/informacion-tecnologica/consultoria-a-medida/informes-tecnologicos-de-patentes-ITP/\" class=\"enlacenegrita\" title=\"Informes tecnológicos de patentes ITP (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9cfeae4c2a7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5406fdf6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.oepm.es/es/informacion-tecnologica/consultoria-a-medida/informes-de-vigilancia-tecnologica-a-medida/\" class=\"enlacenegrita\" title=\"Informes de Vigilancia Tecnológica a Medida (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44859dab4f99",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f4ab55ce"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.oepm.es/es/informacion-tecnologica/consultoria-a-medida/busquedas-retrospectiva/\" class=\"enlacenegrita\" title=\"Búsquedas retrospectivas (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f6c355e34c4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d528fac1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.oepm.es/es/informacion-tecnologica/consultoria-a-medida/otros-servicios/\" class=\"enlacenegrita\" title=\"Búsquedas de anterioridades por otros criterios (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3648055c0ae5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b6687060"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.oepm.gob.es/\" title=\"<u>Sede Electrónica</u> (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84f47494050f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1e788f30"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "906c20ccb31c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f459bb78"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.oepm.es/export/sites/oepm/comun/documentos_relacionados/Publicaciones/Folletos/Minifolleto_ExaminadorGuardiaPatentes.pdf\" class=\"ppg-link ppg-link--black\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: 'Examinador de Guardia de Patentes'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67d3e50a291a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1cb298a3"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.oepm.es/export/sites/oepm/comun/documentos_relacionados/Publicaciones/Folletos/Sostenibilidad_energetica_ES.pdf\" class=\"ppg-link ppg-link--black\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Sostenibilidad energética, 540  ... privilegio registrado en España\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "68efdfa5d697",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-acbd9ab6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h4 class=\"t-fs-13\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b80b2ce0cf4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b4ff75ed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0a60ef41afc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2c31751c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d01261ef856",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fe75f54d"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3ad613af8b5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa1e88a7ced0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9cc7d445"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "225e8a95e5d0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d2b3bc9d"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dbfba010b05e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9402c46120a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3257,
        "uniqueFailedCount": 67,
        "duplicateFailedCount": 4,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 4
    },
    {
      "submittedUrl": "https://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": 14017,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1757,
          "failed": 30,
          "cantTell": 22,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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: 25000px; 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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-f99eb432"
          }
        ],
        "outcomeCount": 1846,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 2,
        "uniqueFailedCount": 28
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 5530,
          "failed": 158,
          "cantTell": 74,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_child_tabbable",
          "aria_child_valid",
          "aria_complementary_labelled",
          "aria_content_in_landmark",
          "aria_id_unique",
          "aria_keyboard_handler_exists",
          "aria_role_redundant",
          "aria_role_valid",
          "aria_widget_labelled",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "img_alt_valid",
          "input_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_quoted_correctly",
          "widget_tabbable_single"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "85e726627836",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf8989162ba4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6269ef20973",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "196f7f8dce4d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a8c5c86299c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0dddfcf4da5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0a7436acd59",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ec7bb0be32c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/va/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "451b47d2f1d4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ecd863d3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/va/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "400dc9fe015a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-24483051"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81677281eb1a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/va/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f60437275ff",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f2b5ed3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf1d96465265",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c5efbac9f91f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dff2c80e7e8e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7fc0c54f672",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f31656b7a55",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7bebbc11e02d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69f50417db88",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e38533e1c48",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8cafe89abd0c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f48b5afd54e5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3bcc87e2f58",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "edf9916fc35b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b93080f4feff",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "03772a765ebd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70da160b78cb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1907022e23c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0f727cd737c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu5\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b829b51baa7a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5c36bbc7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu5\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3d1ecfbf858",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-063271c3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "427370a5be7a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/dam/jcr:e31ce16e-02c8-487e-b5dc-8163515b1293/oficina-atencion.jpg\" title=\" \" alt=\" \" class=\"fullImg\">",
            "message": "Image 'alt' attribute value consists only of blank space(s)",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "569723fe06eb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aaacfa66"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h1 class=\"ppg-heading ppg-heading--white\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67ae1a263d75",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1f8d906f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h1 class=\"ppg-heading ppg-heading--white\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "523ce3cecb1d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-38a4d218"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button style=\"\" role=\"button\" class=\"slick-prev slick-arrow\" data-role=\"none\" type=\"button\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4758508b455",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-34c7d3ff"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button style=\"\" role=\"button\" class=\"slick-prev slick-arrow\" data-role=\"none\" type=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24f56d08c7ca",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-151e2abb"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<div style=\"opacity: 1; width: 3321px; transform: translate3d(-738px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "message": "Verify the <div> element with \"listbox\" role has keyboard access",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d4f0f788388",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-327ae023"
          },
          {
            "rule": "input_label_exists",
            "xpath": null,
            "html": "<div style=\"opacity: 1; width: 3321px; transform: translate3d(-738px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "message": "Form control with \"listbox\" role has no associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e482cb47d856",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-159f585d"
          },
          {
            "rule": "widget_tabbable_single",
            "xpath": null,
            "html": "<div style=\"opacity: 1; width: 3321px; transform: translate3d(-738px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "message": "Component with \"listbox\" role has more than one tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b1a918869ab",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f1957280"
          },
          {
            "rule": "aria_child_tabbable",
            "xpath": null,
            "html": "<div style=\"opacity: 1; width: 3321px; transform: translate3d(-738px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "message": "None of the descendent elements with \"option\" role is tabbable",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9841d855211",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ed469ec8"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide00\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"0\" style=\"width: 369px;\" class=\"slick-slide slick-current slick-active\">",
            "message": "The 'id' \"slick-slide00\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2b8bd1dfa9a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-69ea4a1c"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide00\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"0\" style=\"width: 369px;\" class=\"slick-slide slick-current slick-active\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11252891c8f1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e78f63f3"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2c11694944b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide01\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"1\" style=\"width: 369px;\" class=\"slick-slide slick-active\">",
            "message": "The 'id' \"slick-slide01\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d57a4840b29",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8aa708cb"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide01\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"1\" style=\"width: 369px;\" class=\"slick-slide slick-active\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bab2271d3cdf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-74f21c4a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide02\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"2\" style=\"width: 369px;\" class=\"slick-slide\">",
            "message": "The 'id' \"slick-slide02\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec59936109d9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b1c69af"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide02\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"2\" style=\"width: 369px;\" class=\"slick-slide\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c0201fb478d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6b598a77"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide03\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"3\" style=\"width: 369px;\" class=\"slick-slide\">",
            "message": "The 'id' \"slick-slide03\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d449406659d8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d62b6768"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide03\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"3\" style=\"width: 369px;\" class=\"slick-slide\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ebbf7df30e9c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-94fc37e5"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide04\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"4\" style=\"width: 369px;\" class=\"slick-slide\">",
            "message": "The 'id' \"slick-slide04\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c60e7a7abf4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c3a1ea43"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide04\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"4\" style=\"width: 369px;\" class=\"slick-slide\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e48310eb376",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c24fa797"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button style=\"\" role=\"button\" class=\"slick-next slick-arrow\" data-role=\"none\" type=\"button\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "973525d43b4e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0424f514"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button style=\"\" role=\"button\" class=\"slick-next slick-arrow\" data-role=\"none\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "724522eaa8e6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-086f4e21"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/va/atencionCiudadana/Quienes-somos.html\" title=\"Punto de Acceso General electrónico (administracion.gob.es)\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c279599718d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-981e7112"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/va/atencionCiudadana/Quienes-somos.html\" title=\"Punto de Acceso General electrónico (administracion.gob.es)\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa9a1b0a59f9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5e6b6813"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/va/Lectura-Facil.html\" title=\"Índice de contenidos\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ede79c7614c8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-946d010e"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/va/Lectura-Facil.html\" title=\"Índice de contenidos\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db0380ba788c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a8ce9278"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.administracion.gob.es/pag_sede/homesede.html\" title=\"Seu electrònica del PAGe\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e3ba99aadbe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0d806c62"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.administracion.gob.es/pag_sede/homesede.html\" title=\"Seu electrònica del PAGe\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "03d24edae7e2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-091ee350"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/va/empleoPublico/Destacados-empleo-publico.html\" class=\"o-card__link ppg-icon__crossW-2a ppg-link ppg-link--btn\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3da98b32c61e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be43161f"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/va/empleoPublico/Destacados-empleo-publico.html\" class=\"o-card__link ppg-icon__crossW-2a ppg-link ppg-link--btn\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d56244bbc241",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c264daa3"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/va/atencionCiudadana/encuentraTuOficina.html\" class=\"o-card__link ppg-icon__crossW-2a ppg-link ppg-link--btn\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "03d6ea15c516",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0170636c"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/va/atencionCiudadana/encuentraTuOficina.html\" class=\"o-card__link ppg-icon__crossW-2a ppg-link ppg-link--btn\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4af874de838e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2bbc20ff"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://twitter.com/060gobes\" title=\"Twitter @060gobes\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00c85b88d1f8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-294ef067"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://twitter.com/060gobes\" title=\"Twitter @060gobes\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce7ecd2aa816",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c6087aff"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.facebook.com/060pag/\" title=\"Facebook 060PAG\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "337f5bf6fe9c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8bdb4ba2"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.facebook.com/060pag/\" title=\"Facebook 060PAG\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d0d6d336c53",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-47cf28cf"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.youtube.com/user/eadministraciones/videos\" title=\"Youtube administracion.gob.es\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45728d7e200d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b75b8b27"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.youtube.com/user/eadministraciones/videos\" title=\"Youtube administracion.gob.es\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "984cdf1d2591",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-581a1ffb"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/va/atencionCiudadana/redesSocialesMedios/AdministracionEsMedios.html\" class=\"ppg-link ppg-icon__crossR-2a\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b6fc8442730",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-93d2c13d"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/va/atencionCiudadana/redesSocialesMedios/AdministracionEsMedios.html\" class=\"ppg-link ppg-icon__crossR-2a\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca181b5c8e34",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6ab0c31a"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/va/atencionCiudadana/ayudame/telefono.html\" title=\"Telèfon 060\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d963a2c90764",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b482a778"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/va/atencionCiudadana/ayudame/telefono.html\" title=\"Telèfon 060\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "abdcbd2a1946",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f1ccfb1b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/va/contacto/buzon-atencion.html\" title=\"Bústia d'atenció\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3cee7c4f81a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3e454d9c"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/va/contacto/buzon-atencion.html\" title=\"Bústia d'atenció\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d96d3d50f31",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-531ea0b9"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/va/contacto/webchat-060.html\" title=\"WebChat (suport tècnic)\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b318c6c6a305",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cd62bb77"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/va/contacto/webchat-060.html\" title=\"WebChat (suport tècnic)\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5244cf7c101e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-79655593"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/va/contacto/oficina.html\" title=\"La nostra Oficina d'Atenció\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "979f01c9e32f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c0e4aa7b"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/va/contacto/oficina.html\" title=\"La nostra Oficina d'Atenció\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "15576da0b903",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b7df1cc7"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://play.google.com/store/apps/details?id=gov.es.minhap.empleo060\" title=\"App Empleo Público - Android\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b541586d09f5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7d36d391"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://play.google.com/store/apps/details?id=gov.es.minhap.empleo060\" title=\"App Empleo Público - Android\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28e674be81c9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2d84757f"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://itunes.apple.com/es/app/empleo-publico/id1018781314?mt=8\" title=\"App Empleo Público - IOS (iPhone)\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "351bd4ed4366",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ec95c24e"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://play.google.com/store/apps/details?id=es.minhap.android.lineasayuda\" title=\"App Ayudas - Android\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "58cf839d0cfe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5aa4f3d9"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://itunes.apple.com/es/app/l%C3%ADneas-de-ajuda/aneu1126334060?mt=8\" title=\"App Ayudas - IOS (iPhone)\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00886561550a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-393efa78"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/va/atencionCiudadana/calendarios.html\" title=\"Calendaris laborals i de dies inhàbils\" class=\"ppg-link ppg-link--black\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fcb63f88a41c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f552eb5b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"ppg-link-novedad\" title=\"Información para personas afectadas por la DANA\" href=\"/pag_Home/va/Tramites/hechos-vitales/informacion-dana.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "505f90559002",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d06564e5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79961a85827f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"ppg-link-novedad\" title=\"Medidas urgentes\" href=\"https://www.boe.es/diario_boe/txt.php?id=BOE-A-2026-9359\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b7cd413858a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-575dc5d0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"ppg-link-novedad\" title=\"Herramienta innovadora de comunicación \" href=\"https://www.interior.gob.es/opencms/es/detalle/articulo/La-Policia-Nacional-presenta-un-sistema-de-comunicacion-con-pictogramas-para-mejorar-la-atencion-a-victimas-de-delitos-sexuales/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8583e1b0c077",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7ed9a513"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"ppg-link-novedad\" title=\"Oficina de Difusión de la Danza\" href=\"https://www.cultura.gob.es/actualidad/2026/04/260429-presentacion-oficina-danza.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c13f6dfee107",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fa7175fa"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/va/atencionCiudadana/Noticias.html\" title=\"Totes  les  notícies\" class=\"ocultar\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a9bded9f8b1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d63c7e54"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" class=\"ppg-tabs__list ui-tabs-nav ui-corner-all ui-helper-reset ui-helper-clearfix ui-widget-header\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3cc75475895",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1d192e30"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li aria-expanded=\"true\" aria-selected=\"true\" aria-labelledby=\"ui-id-1\" aria-controls=\"tab-0\" tabindex=\"0\" role=\"tab\" class=\"ppg-tabs__item ui-tabs-tab ui-corner-top ui-state-default ui-tab ui-tabs-active ui-state-active\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c7605b4e416",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c48c434e"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<a id=\"ui-id-1\" tabindex=\"-1\" role=\"presentation\" class=\"ppg-tabs__link ui-tabs-anchor\" href=\"#tab-0\">",
            "message": "The ARIA role 'presentation' is not valid for the element <a> and may be ignored by the browser since the element is focusable",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e65dc0ce066",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-07a62d0f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"textojustificado\">",
            "message": "Confirm this text 'Carta de servicis del Centre d'Informació Administrativa' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "271d0212571b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-eb1cb1c0"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside class=\"o-layout__sidebar\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70a5b25d4377",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d09b04b3"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button style=\"\" role=\"button\" class=\"slick-prev slick-arrow\" data-role=\"none\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1652e8c9159c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fbc85d05"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button style=\"\" role=\"button\" class=\"slick-prev slick-arrow\" data-role=\"none\" type=\"button\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button style=\"\" role=\"button\" class=\"slick-prev slick-arrow\" data-role=\"none\" type=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<button style=\"\" role=\"button\" class=\"slick-prev slick-arrow\" data-role=\"none\" type=\"button\">",
            "message": "Ensure the overlapped target \"button\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "884e79226292",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-50ac38c4"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<div style=\"opacity: 1; width: 55000px; transform: translate3d(-675px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c7eac6bd6e0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2f46cf76"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<div style=\"opacity: 1; width: 55000px; transform: translate3d(-675px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "message": "Verify the <div> element with \"listbox\" role has keyboard access",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2050be3d9cf2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bbaf0210"
          },
          {
            "rule": "input_label_exists",
            "xpath": null,
            "html": "<div style=\"opacity: 1; width: 55000px; transform: translate3d(-675px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "message": "Form control with \"listbox\" role has no associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c5ccc6d28bc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-13198c93"
          },
          {
            "rule": "widget_tabbable_single",
            "xpath": null,
            "html": "<div style=\"opacity: 1; width: 55000px; transform: translate3d(-675px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "message": "Component with \"listbox\" role has more than one tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f68f615a74a2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-75ac8cb9"
          },
          {
            "rule": "aria_child_tabbable",
            "xpath": null,
            "html": "<div style=\"opacity: 1; width: 55000px; transform: translate3d(-675px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "message": "None of the descendent elements with \"option\" role is tabbable",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7c790ef4b7b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dc466f7c"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<div style=\"opacity: 1; width: 55000px; transform: translate3d(-675px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "message": "The element with role \"listbox\" owns the child element with the role \"list\" that is not one of the allowed role(s): \"option\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fbddf7dded4f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f87ca6e2"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<div style=\"opacity: 1; width: 55000px; transform: translate3d(-675px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "message": "The element with role \"listbox\" owns the child element with the role \"list\" that is not one of the allowed role(s): \"option\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-slick__fig\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb4bf76a36f0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7a85c3a8"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-slick__fig\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide10\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"0\" class=\"slick-slide slick-current slick-active slick-center\">",
            "message": "The 'id' \"slick-slide10\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c2ddac044fc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-75d2fb95"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide10\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"0\" class=\"slick-slide slick-current slick-active slick-center\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac7a0701f9de",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ff70696a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-slick__fig\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide11\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"1\" class=\"slick-slide slick-active\">",
            "message": "The 'id' \"slick-slide11\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e64af3141bf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7c749ac8"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide11\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"1\" class=\"slick-slide slick-active\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a306b1996af",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a38fa43f"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide11\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"1\" class=\"slick-slide slick-active\">",
            "message": "Interactive component with ARIA role 'option' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "efb33e8d5af6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f696df30"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-slick__fig\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide12\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"2\" class=\"slick-slide slick-active\">",
            "message": "The 'id' \"slick-slide12\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df81a2c63f7a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-63b9f242"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide12\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"2\" class=\"slick-slide slick-active\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36a1f5995658",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f089da92"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide12\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"2\" class=\"slick-slide slick-active\">",
            "message": "Interactive component with ARIA role 'option' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "baee972b5055",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-32814cda"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-slick__fig\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide13\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"3\" class=\"slick-slide\">",
            "message": "The 'id' \"slick-slide13\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eddafb2442a0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4f979d66"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide13\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"3\" class=\"slick-slide\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3da65b73bbdb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-065f85f3"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide13\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"3\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'option' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a8cd9b4a45b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e38495e4"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide14\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"4\" class=\"slick-slide\">",
            "message": "The 'id' \"slick-slide14\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "775d08aa9ab2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4d68813b"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide14\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"4\" class=\"slick-slide\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8371e6c9f6f8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4cd65983"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide14\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"4\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'option' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59811b05ed55",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-feec8bfd"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide15\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"5\" class=\"slick-slide\">",
            "message": "The 'id' \"slick-slide15\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "500c3d5c91f7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-422417ff"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide15\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"5\" class=\"slick-slide\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b15eaa0c4da",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-55b0d183"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide15\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"5\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'option' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "883c93621acf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e60f53d6"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide16\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"6\" class=\"slick-slide\">",
            "message": "The 'id' \"slick-slide16\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df7979619106",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d749608a"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide16\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"6\" class=\"slick-slide\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b23aaafd09a6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d88270b7"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide16\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"6\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'option' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5ae332ae60b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-52209b2b"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide17\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"7\" class=\"slick-slide\">",
            "message": "The 'id' \"slick-slide17\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf9066df3a11",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e8d46630"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide17\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"7\" class=\"slick-slide\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2abaf963880c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fc12ac66"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide17\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"7\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'option' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb5c74516f74",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-61bb0596"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide18\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"8\" class=\"slick-slide\">",
            "message": "The 'id' \"slick-slide18\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a9bfc94b64c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b62526a2"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide18\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"8\" class=\"slick-slide\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "175bedbbd307",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-058aaab2"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide18\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"8\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'option' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dae9bcf9e0fb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0d63d609"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide19\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"9\" class=\"slick-slide\">",
            "message": "The 'id' \"slick-slide19\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "654fc0f0f964",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-290d5c96"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide19\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"9\" class=\"slick-slide\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d2d06fd8053f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-52554d54"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide19\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"9\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'option' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a9d6deb3ca16",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a3e0cc60"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide110\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"10\" class=\"slick-slide\">",
            "message": "The 'id' \"slick-slide110\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88da6b3d18c6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-949d4d8f"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide110\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"10\" class=\"slick-slide\">",
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "556495f0a1eb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2d3aaeb5"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<ul aria-describedby=\"slick-slide110\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"10\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'option' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50f60c627660",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4374ddfa"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button style=\"\" role=\"button\" class=\"slick-next slick-arrow\" data-role=\"none\" type=\"button\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<button style=\"\" role=\"button\" class=\"slick-next slick-arrow\" data-role=\"none\" type=\"button\">",
            "message": "Ensure the overlapped target \"button\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22b313b353fc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ba233537"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button style=\"\" role=\"button\" class=\"slick-next slick-arrow\" data-role=\"none\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #e9e9e9. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/va/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb864655e6f9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-30879612"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/va/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a63f572f95cd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b2edca36"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1a6d6437a11",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc82f88a6eba",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 5725,
        "uniqueFailedCount": 143,
        "duplicateFailedCount": 15,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 17
    },
    {
      "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": 12087,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1275,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 12
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3463,
          "failed": 93,
          "cantTell": 79,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad4c5ba52da0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d64e735e952a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "527feab123bf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa256f4a5a35",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa88e44aa9ef",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "354a270a131d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd3690cfb846",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ff78a915594",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ca8ed378d46",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-869f4634"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65ed52972bce",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bb0ff2d9"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "738dbddd8ddf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a51cedd8eb12",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-328af5e9"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b93589a3c76",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a6be2cb4741a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45f1c3732d58",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d04975fadf10",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Citizen services and information\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a936a467c272",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6208b776"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d7f5746ce18",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6a17c744801",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public employment\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e3376c01eec",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a8bd358"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41005d23a658",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "759f9c18266c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Aids\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bafefc553346",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8584a03c"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "269e1a397e4c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b87cacba325",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Procedures\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d0a217ccd00",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bdc54f1a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9f36429c898",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d18b99d3a876",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public administration and State\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "56ffb0c914ef",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be097936"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Your European Space\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4de3d53610b6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b863f69c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/en/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50014c21e0e2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-380c0608"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your European Space\" href=\"/pag_Home/en/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "771540e9d164",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e8424793"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your rights and obligations in the EU\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5dbb272c98ec",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-13ccfb80"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Citizens\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aed7a89da06c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-00559bb3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Work and retirement\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17b1d9a69d8c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-69dc5042"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Conditions of employment\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2da261f2fef0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c6cfd14e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Last update 26-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "619561b5a2f6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54f8e75792c8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0d904d01"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e1731df7a30",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f88e8bfe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4e675f440ff",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4e081041"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cceb6f344a3c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-daea19f4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos.html#-a3ed3d8f8ab6\" title=\"Ir a Introduction\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa1d507c92f5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2f05384a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos.html#-488e2841e18d\" title=\"Ir a Working time\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6fc6b738a3ba",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-66d8c3df"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos.html#-f405a8a69f88\" title=\"Ir a Overtime\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f5d97575c0e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-29d1a92a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos.html#-3eaf99875119\" title=\"Ir a Paid leave\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ca4b4140223",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6add99aa"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos.html#-8d1531dabfd9\" title=\"Ir a Annual holidays\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d26d9bccd56",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d598e277"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos.html#-4ea3cac0b6d0\" title=\"Ir a Temporary incapacity\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc37b0d2275e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-52f58357"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos.html#-097179905db3\" title=\"Ir a Medical examinations\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "020448ba4d63",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a52665a7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos.html#-4cbd25f0c060\" title=\"Ir a Información por Comunidades Autónomas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8193e08f88b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cbfefecc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos.html#-7bc2afef2d4f\" title=\"Ir a Legal and/or technical references\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b88ba3c6c49a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1ec03114"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos.html#-5654a12af135\" title=\"Ir a Authority responsible for the information\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "831e67ecfe97",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-79f99715"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://expinterweb.mites.gob.es/mapas/consultaAvanzada\" title=\"collective agreements (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca1503e5a7be",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b6714d2b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b39baa14d8f3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20200923&tn=1#a34\" title=\"Article 34 of the Workers’ Statute (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e10d2a0033e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bc788f42"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.mites.gob.es/es/Guia/index.htm\" title=\"Labour Guide: (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "58dbae59d2a2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f5a2f754"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Real Decreto 1561/1995, de 21 de septiembre, sobre jornadas especiales de trabajo. (Abre en nueva ventana)\" target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-1995-21346\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60e1862f4849",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f7f4ae67"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"(artículo 36 Estatuto de los Trabajadores) (Abre en nueva ventana)\" target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20200923&tn=1#a36\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8283e6505630",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c3178a1c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"artículo 35 del Estatuto de los Trabajadores (Abre en nueva ventana)\" target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20200923&tn=1#a35\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f8398894a8c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-97f6c9f1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Guía Laboral (Abre en nueva ventana)\" target=\"_blank\" href=\"https://www.mites.gob.es/es/Guia/index.htm\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "091272566afd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bdcb1d3d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20200923&tn=1#a37\" title=\"Article 37 of the Workers’ Statute (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bcafcb082c6a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f80323e0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.mites.gob.es/es/Guia/index.htm\" title=\"Labour Guide (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e53a6732e01",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-99f595ee"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20200923&tn=1#a38\" title=\"38 of the Workers’ Statute (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17138aef33be",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3a1e1252"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.mites.gob.es/es/Guia/index.htm\" title=\"Labour Guide (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.mites.gob.es/es/Guia/index.htm\" title=\"Labour Guide (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://www.seg-social.es/wps/portal/wss/internet/InformacionUtil/44539/44667?changeLanguage=en\" title=\"Social Security website (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c6ad60d77170",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7701d99b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-1995-24292&p=20141229&tn=1#a22\" title=\"Article 22 of Law 31/1995, on occupational risk prevention (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bfebae33767a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c37c9697"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" alt=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" href=\"https://www.juntadeandalucia.es/organismos/empleoempresaytrabajoautonomo/areas/relaciones-laborales.html\" coords=\"202,179,208,183,224,195,231,193,247,193,251,190,260,191,267,189,274,197,271,203,278,206,286,211,286,216,291,226,295,227,289,240,283,248,277,243,271,244,268,250,261,247,249,247,247,249,240,247,228,247,221,248,212,256,206,255,197,260,194,267,191,267,188,271,177,267,170,259,172,255,166,248,167,244,155,232,144,229,138,229,138,222,136,217,141,208,146,203,151,201,151,197,163,204,166,203,172,206,179,203,182,199,186,202,191,198,190,191,195,185,202,180\" target=\"_blank\" shape=\"poly\" id=\"andalucia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b4f5f03012fb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-57f77e68"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" alt=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" href=\"https://www.aragon.es/-/jornada-y-permisos\" coords=\"291,65,289,67,291,73,292,75,292,77,288,79,288,87,284,87,282,89,283,92,285,94,287,94,291,96,295,99,297,101,297,104,299,107,299,112,298,116,295,116,294,119,293,122,298,125,301,128,303,128,306,128,308,129,310,131,311,133,308,134,312,135,316,135,320,132,323,129,324,126,327,125,329,123,330,112,329,110,331,110,332,106,335,106,338,107,344,107,345,106,345,103,345,101,346,100,346,97,343,94,346,93,349,90,348,87,346,84,347,82,350,79,347,77,346,75,348,71,353,68,353,64,355,60,355,56,357,52,356,49,355,45,357,42,356,40,352,38,347,39,341,39,340,38,337,40,334,39,330,36,329,35,325,36,321,36,316,31,315,36,312,39,310,42,307,42,305,47,304,49,303,52,301,55,302,59,303,61,303,64,301,67,300,68,294,66,292,65,291,65\" target=\"_blank\" shape=\"poly\" id=\"aragon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "077d4f072165",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-81af7a20"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" href=\"https://dgte.cantabria.es/web/direccion-general-de-trabajo/informacion-sociolaboral\" coords=\"213,23,215,26,217,28,223,27,226,28,228,31,230,34,231,36,236,37,238,37,237,33,234,32,234,29,238,27,242,24,244,23,245,23,250,24,249,21,250,20,252,19,254,17,252,16,249,16,246,13,245,12,242,14,238,14,236,13,232,15,231,16,227,16,222,16,221,18,221,19,218,19,215,20,216,22,215,23,213,22\" target=\"_blank\" shape=\"poly\" id=\"cantabria\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "66456b05b9da",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-439d24a2"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" href=\"http://moncat.gencat.cat/es/web/guest/catalunya-actual/informacio-sobre-tramits/informacio-laboral-basica/jornada-vacances-i-permisos\" coords=\"353,113,350,111,347,111,345,107,347,103,347,98,347,97,345,95,349,92,350,88,348,84,351,79,348,75,350,72,354,69,355,63,357,58,357,55,358,50,356,45,358,42,356,39,353,37,352,35,354,33,360,34,363,35,367,37,371,37,373,42,373,46,374,47,377,46,380,44,384,45,388,44,388,46,388,49,393,47,394,46,400,47,401,48,404,48,407,45,412,44,415,44,417,44,420,46,421,47,421,48,421,50,416,50,416,52,417,54,418,56,419,56,419,58,420,59,421,62,418,64,413,69,405,74,399,78,395,79,395,83,391,86,383,87,374,91,368,94,363,94,361,99,358,102,357,104,361,108,359,111,355,111,352,112,352,113\" target=\"_blank\" shape=\"poly\" id=\"cataluna\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa7cda529379",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7fa015d7"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" alt=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" href=\"https://www.euskadi.eus/gobierno-vasco/-/trabajo-y-empleo/trabajo-y-relaciones-laborales/\" coords=\"253,19,253,22,255,22,256,24,257,25,257,29,261,31,262,32,259,34,257,34,256,35,258,37,259,38,261,40,264,40,264,39,264,37,267,37,270,38,271,40,272,42,274,42,277,41,277,38,279,36,278,33,279,31,283,30,284,27,285,25,286,25,286,22,289,20,290,18,290,17,287,18,283,20,277,20,270,16,264,15,261,15,259,17,255,18,253,19\" target=\"_blank\" shape=\"poly\" id=\"vascongadas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c85b9b89f87c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8b80873d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.juntadeandalucia.es/organismos/empleoempresaytrabajoautonomo/areas/relaciones-laborales.html\" title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"andalucia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae2a542b2196",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-496ab5f8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.aragon.es/-/jornada-y-permisos\" title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"aragon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e87d7ca7174e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-330d0e4a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://dgte.cantabria.es/web/direccion-general-de-trabajo/informacion-sociolaboral\" title=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cantabria\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd9c9608da64",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-15252b21"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://moncat.gencat.cat/es/web/guest/catalunya-actual/informacio-sobre-tramits/informacio-laboral-basica/jornada-vacances-i-permisos\" title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cataluna\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3fc6abc78f16",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-59c021ab"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.euskadi.eus/gobierno-vasco/-/trabajo-y-empleo/trabajo-y-relaciones-laborales/\" title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"vascongadas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b2f23f602f2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ce59bc9f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1e0a1ea5267",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f37f791c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08e8de330afe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ce07da9a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7994245c4fe4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f73b75add6c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e27dde0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ebaef3ffabe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fa9b5cd2"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5504f8de2cf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a6aaa7267b59",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3599,
        "uniqueFailedCount": 81,
        "duplicateFailedCount": 12,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 12
    },
    {
      "submittedUrl": "https://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": 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": 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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1150,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 7
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3073,
          "failed": 94,
          "cantTell": 68,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_accessiblename_exists",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "heading_content_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5adebedf2e13",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87772c31a89e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a534822b505",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0b907309564",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ce9a0dedd03",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afbb43657297",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2da4eb9491e5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5acb1d2a7868",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d252b7432892",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-220e23dc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21d6602b72ae",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a953ef6"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b0d919ef58c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "521b7cb16ad4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c8cf4398"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cdc633627e12",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba68a0f76bf2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33e44c71200b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "713926918edf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f46de3a0f451",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5872fb0f72a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0a996297568",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "057876ea30da",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "134dc7ab3270",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4dfeeebc1f4e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a488ce1f2a94",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1b6f3fb1671",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb8185cefac6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "74c6e802eb6e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f57024c7337",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "065158fc7117",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "66e5f094b46f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a2234a60b9d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/ca/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a2afb8595fb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8568a627"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/ca/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04b28e61b988",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-02b98b18"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09007018d306",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ede7c402"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Empresas\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98c31484a3c1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e43bb40a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Puesta en marcha, gestión, cierre\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a941c78fb44f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c3c72d24"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Propiedad industrial e intelectual\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab92b4addff6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6f05a6c0"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Última actualització: 14-04-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c10a3c9f81a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/propiedad-intelectual.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e449692e6fd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3f226efa"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8cd9efa08688",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b19ced18"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "939dc473c517",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-55241b95"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2828d4d9c38",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5b7ea25d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es.html#-8bd7a24f7d7d\" title=\"Ir a Introducción\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c760286c6b6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d7b060d1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es.html#-7abe4ad727e3\" title=\"Ir a Dominios.es\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "adf2a86dbfbe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7988c713"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es.html#-25df59a5b0bb\" title=\"Ir a Registrar dominios .es\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ae00f0d57f5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-60ef9722"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es.html#-c9e5b3cc2317\" title=\"Ir a Normativa\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f2de3055292",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1c58c67"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es.html#-f35f5deccb92\" title=\"Ir a Datos de contacto\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80792587a4bb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d787694d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es.html#-eadbabbc06de\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24092637a504",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b6a15ae2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es.html#-4bca25a9f2cb\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1bc08d198c4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6736b521"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1057381c5098",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/doc.php?id=BOE-A-2005-8902\" title=\"<u>Plan Nacional de nombres de dominio</u> (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5911ee21cfb8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6449e6f8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afd5f1f72144",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f459bb78"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.dominios.es/dominios/sites/dominios/files/1265027277414_0.pdf\" title=\"<u>Instrucción del Director General de Red.es, de 2 de enero de 2010, por la que se desarrollan los procedimientos aplicables a la asignación y a las demás operaciones asociadas al registro de nombres de dominio bajo el “.es”</u> (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b9593fb7bf4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9630d26c"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h3 class=\"subtitulo\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5c293164e05",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f822838b"
          },
          {
            "rule": "aria_accessiblename_exists",
            "xpath": null,
            "html": "<h3 class=\"subtitulo\">",
            "message": "Element <h3> with \"heading\" role has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d776be420513",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b7d7032c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.dominios.es/dominios/es/agentes-registradores/todos-los-agentes-registradores\" title=\"<u>ver Agentes Registradores</u> (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb7f25f7d6fc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ab732a83"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.dominios.es/dominios/es/gestiona-tu-dominio\" title=\"<u>Panel de control</u> (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f0db5c8375a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-187af5c6"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://www.dominios.es/\" title=\"página oficial www.dominios.es (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b13058ca94f5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-517adba2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/doc.php?id=BOE-A-2005-8902\" title=\"<u>Plan Nacional de nombres de dominio “.es”</u> (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "772e9acc6f75",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-49bdd3ad"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.dominios.es/dominios/es/todo-lo-que-necesitas-saber/normativa/plan-de-dominios\" title=\"<u>https://www.dominios.es/dominios/es/todo-lo-que-necesitas-saber/normativa/plan-de-dominios</u> (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47278da4dcab",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c74d7778"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.dominios.es/dominios/sites/dominios/files/1265027277414_0.pdf\" title=\"<u>Instrucción del Director General de Red.es, de 2 de enero de 2010, por la que se desarrollan los procedimientos aplicables a la asignación y a las demás operaciones asociadas al registro de nombres de dominio bajo el “.es”</u> (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.dominios.es/dominios/sites/dominios/files/files/Instrucci%C3%B3n de tarifas  15_01_2008 (castellano).pdf\" title=\"<u>Instrucción del Director General de la Entidad Pública Empresarial Red.es</u> (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4e8ee7813f1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f29ed321"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.dominios.es/dominios/sites/dominios/files/files/Resoluci%C3%B3n%20del%20procedimiento%20de%20asignaci%C3%B3n%20de%20dominios%20_es.pdf\" title=\"Instrucción del Director General de la Entidad Pública Empresarial Red.es (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eaddc1365182",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2a044a8f"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.dominios.es/dominios/sites/dominios/files/procedimiento%20cancelacion%20especial%2019092018.pdf\" title=\"Instrucción del Director General de Red.es (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0c67eabeb85",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7c75d514"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"textojustificado\">",
            "message": "Confirm this text 'Departamento registro de Dominios “.es”' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bea12420472a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-eb1cb1c0"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"textojustificado\">",
            "message": "Confirm this text 'Entidad Pública Empresarial red.es' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"textojustificado\">",
            "message": "Confirm this text 'Edificio Bronce. Plaza Manuel Gómez Moreno s/n' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"textojustificado\">",
            "message": "Confirm this text '28020 Madrid (España)' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h3 class=\"subtitulo\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_accessiblename_exists",
            "xpath": null,
            "html": "<h3 class=\"subtitulo\">",
            "message": "Element <h3> with \"heading\" role has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"textojustificado\">",
            "message": "Confirm this text '91 275 06 15 / 902 010 755' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3bf1c332ff53",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2c31751c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e9dfd11119e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fe75f54d"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7cf3f74dc135",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed5895d8dfce",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9cc7d445"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48bb0a2bcd74",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d2b3bc9d"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "714d7211f768",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef1298ad7538",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3195,
        "uniqueFailedCount": 70,
        "duplicateFailedCount": 24,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 24
    },
    {
      "submittedUrl": "https://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": 11899,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1283,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 9
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3480,
          "failed": 108,
          "cantTell": 88,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_child_valid",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "heading_markup_misuse",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7eb6bae0e097",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8f4a5f6557c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4acb668c365c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef3d5bf47393",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "62dc82702a60",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8f3afe20795",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "42b200da7f8d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "602f2474e179",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2dd5d80031ce",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-220e23dc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b4d07ee550f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a953ef6"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bdd81cba4b16",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a4c9596b3fa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c8cf4398"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b73508e787e6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21b38badee29",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98402aec9404",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0e5b86692c9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3394c154321",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6a6badca4a3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52051c7ec867",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "671d0727caa8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "669c6ce419a1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad36ac6e5846",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5dae9cf32b2d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a4a4edbc5e3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ddfcb6257b7c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5581e322bb03",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3af638b4bd4a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b6173745c6b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb755e07e0f1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be6570242527",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/ca/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a69dfe8bf886",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8568a627"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/ca/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e1946704ab5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-02b98b18"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f402a84e908d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ede7c402"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ciudadanos\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00555fd4e379",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4ffe28e1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Trabajo y jubilación\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d1ffa06b5fe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-27d761f2"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Última actualització: 26-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "56d119a8ea22",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ff464bf1bac",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1502f26c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dad0c6cfb4e3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9b404c67"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21539af5d7de",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3d471225"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b414caa5bd4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a65d37e2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguro-responsabilidad.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1cf7735abb08",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d9cf25d7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "346b5a3a63fd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7c3b4bc2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1112b242f6b5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5caf2b20"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguridad-salud.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a209535c61c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2df7ad02"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguridad-social-pensiones.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "363c9ef46b93",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7285c23c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad.html#-b211f5704add\" title=\"Ir a Derecho a la no discriminación\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fca6f9506beb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-53eb5764"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad.html#-57a5f9a330a3\" title=\"Ir a Igualdad de remuneración por razón de sexo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0b8cba4be2b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-95becac6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad.html#-fe33cff0a2b1\" title=\"Ir a Igualdad salarial entre trabajadores temporales y fijos\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b63bb84be9c8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f63d8c48"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad.html#-69d6b3192b76\" title=\"Ir a Información por Comunidades Autónomas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d24f4d584eb3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3980b1f3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad.html#-7f21c1648182\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "916bf9a67747",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-812bbcbc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad.html#-ee0d9fe0fa4f\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af3e8b9b80e8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0b2d3441"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20200923&tn=1#a4\" title=\"art. 4.2.c) del Estatuto de los Trabajadores) (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7a76f17a5f4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ca09d434"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20200923&tn=1#a17\" title=\"art. 17 ET (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e0398027f20",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-87ff92a5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2023-5366&p=20230301&tn=1#a6-4\" 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)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "02bb0fb8807d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c8515c21"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2023-5366&p=20230301&tn=1#a6-4\" title=\"artículo 62.2 (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70d85c6775e0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ae3672a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2000-15060&p=20240522&tn=1#a8\" title=\"artículo 8.12 de la Ley de Infraccione y Sanciones del Orden Social) (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3154333768e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2bffba9c"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul>",
            "message": "The element with role \"list\" does not own any child element with any of the following role(s): \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da28a0e0c314",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-98862063"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Edad' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc7100a02ec3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f2bf52aa"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Discapacidad' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<ol start=\"2\">",
            "message": "The HTML attribute(s) \"start\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "013afda4a758",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-422e4313"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Sexo' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Origen (incluido racial o étnico)' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Estado civil' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Condición social' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Religión o convicciones' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Ideas políticas' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Orientación o identidad sexual' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Expresión de género' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Características sexuales' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Lengua dentro del Estado español' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Vinculación o no a sindicatos o sus acuerdos' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Vínculos familiares con otros trabajadores' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/inspeccion.html\" title=\"Inspección de Trabajo y Seguridad Social. (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18af50388e82",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ef3e960a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84461274f791",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/inspeccion.html\" title=\"Inspección de Trabajo y Seguridad Social (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "716987380bca",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-addea867"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20230317&tn=1#a15\" title=\"artículo 15.6 ET (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97cb5174cc99",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-869c7326"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" alt=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" href=\"https://www.juntadeandalucia.es/organismos/empleoempresaytrabajoautonomo/areas/relaciones-laborales/planes-igualdad.html\" coords=\"202,179,208,183,224,195,231,193,247,193,251,190,260,191,267,189,274,197,271,203,278,206,286,211,286,216,291,226,295,227,289,240,283,248,277,243,271,244,268,250,261,247,249,247,247,249,240,247,228,247,221,248,212,256,206,255,197,260,194,267,191,267,188,271,177,267,170,259,172,255,166,248,167,244,155,232,144,229,138,229,138,222,136,217,141,208,146,203,151,201,151,197,163,204,166,203,172,206,179,203,182,199,186,202,191,198,190,191,195,185,202,180\" target=\"_blank\" shape=\"poly\" id=\"andalucia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "092d29cc7752",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0cd9ecba"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" alt=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" href=\"https://www.aragon.es/-/igualdad-en-el-ambito-laboral\" coords=\"291,65,289,67,291,73,292,75,292,77,288,79,288,87,284,87,282,89,283,92,285,94,287,94,291,96,295,99,297,101,297,104,299,107,299,112,298,116,295,116,294,119,293,122,298,125,301,128,303,128,306,128,308,129,310,131,311,133,308,134,312,135,316,135,320,132,323,129,324,126,327,125,329,123,330,112,329,110,331,110,332,106,335,106,338,107,344,107,345,106,345,103,345,101,346,100,346,97,343,94,346,93,349,90,348,87,346,84,347,82,350,79,347,77,346,75,348,71,353,68,353,64,355,60,355,56,357,52,356,49,355,45,357,42,356,40,352,38,347,39,341,39,340,38,337,40,334,39,330,36,329,35,325,36,321,36,316,31,315,36,312,39,310,42,307,42,305,47,304,49,303,52,301,55,302,59,303,61,303,64,301,67,300,68,294,66,292,65,291,65\" target=\"_blank\" shape=\"poly\" id=\"aragon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73b8e5a5f125",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e309a6c6"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Balears, Illes (Abre en ventana nueva)\" alt=\"Acceso al servicio de Balears, Illes (Abre en ventana nueva)\" href=\"https://www.caib.es/webgoib/es/igualtat\" coords=\"435,128,429,127,422,128,406,132,401,134,394,137,386,143,354,167,354,170,355,171,356,174,357,176,358,178,359,179,361,180,364,181,368,181,386,173,402,165,428,148,439,140,440,134,438,130,434,128\" target=\"_blank\" shape=\"poly\" id=\"baleares\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "abcaf244b7bc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f203b215"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" href=\"https://dgte.cantabria.es/planes-de-igualdad\" coords=\"213,23,215,26,217,28,223,27,226,28,228,31,230,34,231,36,236,37,238,37,237,33,234,32,234,29,238,27,242,24,244,23,245,23,250,24,249,21,250,20,252,19,254,17,252,16,249,16,246,13,245,12,242,14,238,14,236,13,232,15,231,16,227,16,222,16,221,18,221,19,218,19,215,20,216,22,215,23,213,22\" target=\"_blank\" shape=\"poly\" id=\"cantabria\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f3ea7bbdd9e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0a3295ca"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" href=\"https://familia.jcyl.es/web/es/mujer/igualdad-empresas.html\" coords=\"159,122,158,118,159,115,159,107,159,102,156,97,160,97,162,93,165,90,168,89,172,85,176,80,176,76,173,75,169,74,167,73,168,70,168,65,165,65,162,64,157,64,156,59,162,54,163,50,161,48,161,45,155,44,157,37,162,31,172,30,173,27,177,27,183,27,186,30,190,30,190,27,195,28,205,26,211,22,214,27,217,29,223,28,227,32,230,37,237,39,240,37,237,32,235,31,239,27,244,24,250,25,254,23,256,25,256,29,261,32,258,33,255,32,253,32,254,36,255,37,257,38,260,40,260,43,257,44,256,46,257,49,257,57,257,60,261,64,264,64,266,62,268,65,271,65,273,62,277,61,280,62,282,66,287,67,289,70,290,73,291,76,287,79,287,86,283,85,281,89,282,93,284,94,283,97,276,97,271,95,269,91,264,91,263,89,258,90,254,90,248,91,248,94,245,94,243,94,242,96,240,96,239,96,239,100,236,100,234,102,233,106,231,106,227,111,224,111,223,120,218,122,216,128,214,125,211,126,208,129,206,130,201,131,198,130,197,124,196,125,190,126,186,121,184,121,181,123,176,116,173,116,163,123,158,123,158,122\" target=\"_blank\" shape=\"poly\" id=\"castillaleon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b21ed56a6e4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ff556e43"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" href=\"https://institutomujer.castillalamancha.es/igualdad\" coords=\"314,181,308,178,306,179,301,180,301,184,300,186,301,191,298,194,293,192,289,194,285,195,283,195,277,204,273,203,276,196,268,188,260,189,251,189,246,191,243,191,237,190,236,192,227,192,224,193,213,185,206,180,209,174,210,172,208,169,211,168,211,165,216,164,214,160,215,153,213,153,208,156,202,149,203,144,202,141,199,141,198,138,198,137,198,131,203,132,208,130,213,127,215,129,218,129,222,128,223,127,224,128,229,127,236,130,240,131,241,132,240,133,240,134,236,137,235,139,236,140,241,139,247,134,257,133,259,133,258,126,257,126,257,120,253,115,249,110,248,105,250,100,247,95,250,94,249,92,255,91,262,91,264,92,268,92,270,96,274,98,280,99,284,98,285,95,288,95,292,98,295,101,296,105,298,107,298,112,297,115,294,115,293,118,291,120,293,123,297,126,301,128,303,133,306,136,308,136,307,143,305,146,301,147,300,152,300,156,305,158,310,159,309,164,307,168,309,171,312,173,315,172,316,177,316,181,315,181\" target=\"_blank\" shape=\"poly\" id=\"castillamancha\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c43af1bf049b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-96182200"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" href=\"https://canalempresa.gencat.cat/es/integraciodepartamentaltramit/tramit/PerTemes/Presentacio-de-Plans-dIgualtat\" coords=\"353,113,350,111,347,111,345,107,347,103,347,98,347,97,345,95,349,92,350,88,348,84,351,79,348,75,350,72,354,69,355,63,357,58,357,55,358,50,356,45,358,42,356,39,353,37,352,35,354,33,360,34,363,35,367,37,371,37,373,42,373,46,374,47,377,46,380,44,384,45,388,44,388,46,388,49,393,47,394,46,400,47,401,48,404,48,407,45,412,44,415,44,417,44,420,46,421,47,421,48,421,50,416,50,416,52,417,54,418,56,419,56,419,58,420,59,421,62,418,64,413,69,405,74,399,78,395,79,395,83,391,86,383,87,374,91,368,94,363,94,361,99,358,102,357,104,361,108,359,111,355,111,352,112,352,113\" target=\"_blank\" shape=\"poly\" id=\"cataluna\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21c1344e5ae8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4bc4ebcb"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" href=\"https://www.igualdadnavarra.es/es/mecanismos-para-garantizar-el-derecho-de-igualdad\" coords=\"275,43,275,46,278,49,284,51,288,51,291,56,293,56,293,59,293,61,292,62,291,62,290,62,290,64,292,64,295,65,298,66,300,66,302,64,302,61,301,58,300,56,301,53,302,49,305,44,306,41,310,40,313,36,314,32,313,31,309,29,305,29,302,26,301,28,300,29,298,27,298,25,300,23,299,20,296,20,292,20,291,19,289,21,287,23,287,25,285,27,285,30,280,32,279,33,280,36,278,40,278,42,275,43,275,46\" target=\"_blank\" shape=\"poly\" id=\"navarra\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb6d0c10c648",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6c4e6c3e"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" alt=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" href=\"https://www.emakunde.euskadi.eus/informacion/emakunde7plan/webema01-contentemas/es/\" coords=\"253,19,253,22,255,22,256,24,257,25,257,29,261,31,262,32,259,34,257,34,256,35,258,37,259,38,261,40,264,40,264,39,264,37,267,37,270,38,271,40,272,42,274,42,277,41,277,38,279,36,278,33,279,31,283,30,284,27,285,25,286,25,286,22,289,20,290,18,290,17,287,18,283,20,277,20,270,16,264,15,261,15,259,17,255,18,253,19\" target=\"_blank\" shape=\"poly\" id=\"vascongadas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12a34117ce7f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-91139cef"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.juntadeandalucia.es/organismos/empleoempresaytrabajoautonomo/areas/relaciones-laborales/planes-igualdad.html\" title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"andalucia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "790beee5c1a9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-73f059dc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.aragon.es/-/igualdad-en-el-ambito-laboral\" title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"aragon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0bda1fc4ec6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e5a53ed6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.caib.es/webgoib/es/igualtat\" title=\"Acceso al servicio de Balears, Illes (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"baleares\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac633e72b266",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-011c5082"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://dgte.cantabria.es/planes-de-igualdad\" title=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cantabria\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "023b65905f40",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1007ba5d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://familia.jcyl.es/web/es/mujer/igualdad-empresas.html\" title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillaleon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9072d7e09dc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1c540fc5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://institutomujer.castillalamancha.es/igualdad\" title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillamancha\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d43c409c0dc7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4e93b2d2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://canalempresa.gencat.cat/es/integraciodepartamentaltramit/tramit/PerTemes/Presentacio-de-Plans-dIgualtat\" title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cataluna\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f4502d47935",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-06823612"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.igualdadnavarra.es/es/mecanismos-para-garantizar-el-derecho-de-igualdad\" title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"navarra\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78a003fdb1d4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-155618de"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.emakunde.euskadi.eus/informacion/emakunde7plan/webema01-contentemas/es/\" title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"vascongadas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30e72e41d4c0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d8a98c33"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h4 class=\"t-fs-13\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0d819d28fd8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b4ff75ed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8352fe6683f9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2c31751c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e98c37e517aa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fe75f54d"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a07619adc393",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "177ef20f8d17",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9cc7d445"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0534ee3651ee",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d2b3bc9d"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bfc3f0635cbf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06ba408c37a8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3627,
        "uniqueFailedCount": 89,
        "duplicateFailedCount": 19,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 19
    },
    {
      "submittedUrl": "https://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": 12872,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1007,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2718,
          "failed": 64,
          "cantTell": 45,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "heading_markup_misuse",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "291c13bda2b1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a93cfee89aa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fbca0b132a25",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e499d56c2c86",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "558646b210a4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5d5fc4a6c76",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b2735b299cc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "825d9fad90a4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3cdac34e950a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-869f4634"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b9d80e2c77d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bb0ff2d9"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b790e7a076be",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf1e8fbc68d6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-328af5e9"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f3becfd06e0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5acfe06caf95",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae5317001479",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61bf5c2bd834",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Citizen services and information\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c13cf4cf140c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6208b776"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f0cad3e0138",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dfff262a9997",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public employment\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a3fae886b99",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a8bd358"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5cebd216b29",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c3106a7a66a3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Aids\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "812a8fa18192",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8584a03c"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ee5d4ccea10",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb603c92e729",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Procedures\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc305158c0af",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bdc54f1a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac072b1860c5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d132a951720",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public administration and State\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09dd650b5aaa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be097936"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Your European Space\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "374b014612d3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b863f69c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/en/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1cc5a5aeefb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-380c0608"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your European Space\" href=\"/pag_Home/en/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a9700b724bd2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e8424793"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your rights and obligations in the EU\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89c7cfd2c511",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-13ccfb80"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Citizens\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb2c28eb9258",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-00559bb3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Citizens’ and family rights\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "badccd34df5d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2f6b4720"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Minor children\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "763ab114d630",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-89bbfcc5"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Last update 31-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e8f2ba5ed06",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/nacimiento.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1bd6ba510e52",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b569e527"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/responsabilidad-parental-custodia.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fde412d77ff4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4f233d99"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/adopcion.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f161734c4f64",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a0dff7e1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a718496ae9e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1ad86f61"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion.html#-ad423719bbbd\" title=\"Ir a What is gestational surrogacy?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d87d8c0e9301",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-677c0802"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion.html#-6067cdd97a29\" title=\"Ir a Is it legal in Spain?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36184bbcd320",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-398b3c8c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion.html#-7f7a2c82e98e\" title=\"Ir a Registering on the Spanish Civil Register the birth and parentage of a child born in a foreign country by gestational surrogacy\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "612a0a18cc18",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f8a3c8bb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion.html#-2402763e84e4\" title=\"Ir a Where the birth and parentage of a child born by gestational surrogacy abroad must be registered\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef0bb4fd06d9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8bba33dc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion.html#-cf8ce1600080\" title=\"Ir a Legal and/or technical references\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46369208ca50",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-17dd44b9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion.html#-525e48f6c4b7\" title=\"Ir a Authority responsible for the information\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78b73931e75a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0481a74d"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"textojustificado\">",
            "message": "Confirm this text 'Gestational surrogacy is also known as ‘surrogate motherhood’ or ‘rent-a-womb.’' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "82509327e51e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-eb1cb1c0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fbb5636c70e7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h2 class=\"ppg-heading ppg-heading--wind\" id=\"-7f7a2c82e98e\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec0174a67eec",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9f8a3d8d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h4 class=\"t-fs-13\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "20e76b9fc800",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b4ff75ed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bfcdbaac45ef",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f37f791c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "119196906606",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ce07da9a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96e98a20d203",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6147af65fe1d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e27dde0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ceae6e516099",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fa9b5cd2"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de77f1916f81",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d9649f1aaab",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2795,
        "uniqueFailedCount": 58,
        "duplicateFailedCount": 6,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 6
    },
    {
      "submittedUrl": "https://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": 10522,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1025,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 3
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2769,
          "failed": 69,
          "cantTell": 52,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be90be240e20",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "388f2b6f095b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d535aa266d87",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18ee0aa6b1ba",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc348c209a97",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca448c21b6a1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff4af2d146e4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9fc46d9810e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e7cb4efc63d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-869f4634"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7f4430fbb329",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bb0ff2d9"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2de4f6f45f1d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be47477522d5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-328af5e9"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7dbef464d153",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "adb802946b8d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0878dcd58d44",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c59936a5ae8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Citizen services and information\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1eba04b33f41",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6208b776"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f362f791073",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8838726cc5da",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public employment\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c620e3587944",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a8bd358"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d2766c5d4e2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb55925aee6d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Aids\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1cf140bc106",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8584a03c"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c8d91aaf318",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0e1bae304a7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Procedures\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c407ae9f5459",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bdc54f1a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb2c1ebb9a4f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c290c307dc86",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public administration and State\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e355003f65a2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be097936"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Your European Space\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ad79fb7780b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b863f69c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/en/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd3d043caf2c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-380c0608"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your European Space\" href=\"/pag_Home/en/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a694a6d1cec",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e8424793"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your rights and obligations in the EU\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d40fae64333",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-13ccfb80"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Business\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c6417b6ede2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cfc7704b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Taxes\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a283b5408f79",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f057991c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Excise Duties\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3cfc81cd19a3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-824fe3f2"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Last update 23-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bed0b9fd0940",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "184df305138f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fe026b9e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/alcohol.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b33cd062860e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fa73cce6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/hidrocarburos.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b8ca038c117",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d145b57b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/tabaco.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "703c7988f831",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-31564a0d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "894360e6a3cf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-39bcfdb3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc8aa7dfa667",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6cf70c7d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad.html#-351d01509c57\" title=\"Ir a Where does the duty apply and which operations is it imposed on?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f58158836b3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e1cbf92a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad.html#-43ae5aa8f53a\" title=\"Ir a Exemptions\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e277f9a6c9ee",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4fa24cb4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad.html#-0100d6753bc5\" title=\"Ir a Rates of duty\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e37c09fd9cd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9b93ee28"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad.html#-a05df4cf69a0\" title=\"Ir a Payment\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b96b0863afd0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5d89a7a6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad.html#-41607311dfa2\" title=\"Ir a Registration and records\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54ae209ff17a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5453a3fe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad.html#-8bfd97172ee1\" title=\"Ir a Relevant links\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ee3af1c2946",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-20a46dc2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad.html#-15d6d781c9a3\" title=\"Ir a Legal and/or technical references\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea607612094b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2ae7d351"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad.html#-2c4e4f9b57f7\" title=\"Ir a Authority responsible for the information\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1722ee87007",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a2f7989f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "964a8d8c0864",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Modelo autoliquiddativo 560 (Abre en nueva ventana)\" target=\"_blank\" href=\"https://sede.agenciatributaria.gob.es/Sede/en_gb/procedimientoini/DI02.shtml\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64a9b27d5aa4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-431e0ae5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.agenciatributaria.gob.es/Sede/en_gb/impuestos-especiales-medioambientales/impuesto-especial-sobre-electricidad/liquidacion-pago-impuesto/periodo-liquidacion.html\" title=\"Tax Agency: tax assessment and payment – assessment period and deadlines for submitting form 560 (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1bafb5d8a2a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b4de049d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb79edc6e35b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f37f791c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7f416d0b2a77",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ce07da9a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a39c6b77c20",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30a6b68a9815",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e27dde0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8bdb7257616d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fa9b5cd2"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd98d68c381c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22ceadc58469",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2854,
        "uniqueFailedCount": 61,
        "duplicateFailedCount": 8,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 8
    },
    {
      "submittedUrl": "https://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": 11141,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-fdb4c2a2"
          }
        ],
        "outcomeCount": 713,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1870,
          "failed": 43,
          "cantTell": 19,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_complementary_labelled",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "822a3d4e118a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef4fcba2315d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f3f3c8380c5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2087fb6b0688",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "83a1dd737c4e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "325de26999fc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1b3d468637a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9dd88cf528b6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2db620395b10",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8c691d4b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "078adfd46efd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67b7573a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b79189d298ae",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a6809e74ed16",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dbc11a04"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19dddc769ad2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4a118a76316",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ae0de123d5a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be1d8d3500f4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ffe749910030",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac38cfceea8e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9202fe886ab",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c6339502e5a5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce109e8b83c0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a3e23514001",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27b3a441a063",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ada7f37fb56e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0e2140efe2a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33b7e4c3448b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a4cb97e0564",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "358ee11d384b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "62ff917e86f1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu5\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f522ada466f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5c36bbc7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu5\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af0a7e128228",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-063271c3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "20f27edf6eab",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6853f3fd9d1d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dce9f2c7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-1996-4997\" class=\"enlacenegrita\" title=\"Real Decreto 208/1996 (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "583cab7aeee3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-29abf044"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside class=\"o-layout__sidebar\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44de21d5dec4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d09b04b3"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89886cbe0c62",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5976a683"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2721757027ed",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b017c3f0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cabef593fdf3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-85022af9"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDeCookies.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b444f4791f2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f9d7338e"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "805a28436ae1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d943745930ea",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 1915,
        "uniqueFailedCount": 41,
        "duplicateFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 2
    },
    {
      "submittedUrl": "https://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": 10196,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 974,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2635,
          "failed": 64,
          "cantTell": 45,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec967e8ba09f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e76bbab71f5d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b0860c9e2d1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b9c038af34f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3139aeae4eb9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88dc2d5b66fc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8ec47811f25",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0cb6d221f882",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "957a8484e975",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-220e23dc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1a9007c8146",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a953ef6"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "acfd4ec027a4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5794ff3b1455",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c8cf4398"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06c25c6b383c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b4a017a2efb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d56366ccb66c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fadfc19feabe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b144aa300b4b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a24b6810500",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43dcd1608d00",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fbfbccd3bf6c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65a04cf1fb21",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9285e781e48a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cfaabfb1278e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7baefd388144",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1939d97cb15c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a714da7cb8f9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c6f22dd2b50",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f82e4ecd8acb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "58f6f79dfb9f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32a7a47efcc2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/ca/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d3823cb504a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8568a627"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/ca/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45d9659e9fbd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-02b98b18"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be101336c25f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ede7c402"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ciudadanos\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6326a08fabec",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4ffe28e1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Residencia\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b07ed19b001",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fa3f128f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Obtención de la residencia\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ac0eb1ece2b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-96de8608"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Última actualització: 25-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1374181db6af",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27c89d6814a1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a514d14c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7b5018f75dd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1e245c2f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc27a2c2f6d1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-db04eaf0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribir-familiares-no-ue.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c0743b4e4bc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-24f9ebb7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/residencia-permanente.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45d341c1cee8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b738911d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/expulsion-repatriacion.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d61953f070c5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-55ae0e06"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares.html#-62fca245b57c\" title=\"Ir a Solicitud\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a9d2dc33d34",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a029358b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares.html#-839462262e33\" title=\"Ir a Plazo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "732d06f19290",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dde6245d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares.html#-c1e9033eddf3\" title=\"Ir a Documentación\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b53f129fdb9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-301558ae"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares.html#-90b8ec753fbf\" title=\"Ir a Información de Entidades Locales\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29fe947dff73",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fe68cc11"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares.html#-6767f4d5c5ee\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ed581ceed6e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2fd8d265"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares.html#-410c8cd5a571\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a9a34324b7a6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0b38f59f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91c0f025903b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"/pag_Home/ca/espanaAdmon/directorioOrganigramas/quienEsQuien/EELL.html\" class=\"enlacenegrita\" title=\"mapa de Entidades Locales (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "354df86e0268",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4647edaa"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4828abc4fafd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2c31751c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b44ef8450a72",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fe75f54d"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "edffdaaca49d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5853b138c9f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9cc7d445"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ada9944a6db8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d2b3bc9d"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6fe10c44373",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2975611c0589",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2714,
        "uniqueFailedCount": 58,
        "duplicateFailedCount": 6,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 6
    },
    {
      "submittedUrl": "https://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": 12339,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-63bdcbdb"
          }
        ],
        "outcomeCount": 1453,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 27
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3891,
          "failed": 108,
          "cantTell": 91,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_accessiblename_exists",
          "aria_keyboard_handler_exists",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "heading_content_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4be7f293066",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b207da64e716",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "716a37c2b1aa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "123d298bebdf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b5766135ecc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70cf8157528a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "021f274d9c6d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "867c0bac6294",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4028127c3ed6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-869f4634"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ffa677c44dfd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bb0ff2d9"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9471f01d6c56",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1a651fb458d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-328af5e9"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9dbce966b9cd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "146a35452437",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b401abd47fe6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "364e151e5e2e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Citizen services and information\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9464c5ca9f1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6208b776"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b48c7a4260e3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d6cffb2da07",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public employment\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e6cd5f53ee7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a8bd358"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb0ecaa282a5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "623b078ba965",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Aids\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca0abbbc439d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8584a03c"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "772ce9808188",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dec14b5bb192",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Procedures\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2476ffac729f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bdc54f1a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6419dababb02",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29cb71cbc265",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public administration and State\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f12c649a4963",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be097936"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Your European Space\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "62f6ae07d20b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b863f69c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/en/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "468ecdc693f1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-380c0608"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your European Space\" href=\"/pag_Home/en/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5589cdc4d98d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e8424793"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your rights and obligations in the EU\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a4aabbdba40",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-13ccfb80"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Citizens\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1dbee84fd403",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-00559bb3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Work and retirement\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a384ae4841ea",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-69dc5042"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Conditions of employment\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bc412fd897bc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c6cfd14e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Last update 27-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa0e3c10258f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "397444627a3b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4961d8e7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7fac74646539",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2f0554f2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d918ae97c7e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4e081041"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c65e9a54f5b8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-daea19f4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario.html#-0936b6fb1b12\" title=\"Ir a Types of employment contract\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2c5666ac27d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-36e1a2ad"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario.html#-ff9ed236c204\" title=\"Ir a Content of employment contracts\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7277cf2b27a9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-da0b4d59"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario.html#-fb608127c0ee\" title=\"Ir a Salary\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "865b113e3c57",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b8858840"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario.html#-55f99d20e4a2\" title=\"Ir a Self-employment\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8decbdaa993d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e5e94bd9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario.html#-864a858e68ab\" title=\"Ir a Información por Comunidades Autónomas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b308122573a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d6df31bb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario.html#-37b1c6ad5f1c\" title=\"Ir a Legal and/or technical references\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "360d61835276",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-77387e9a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario.html#-047db842cd1a\" title=\"Ir a Authority responsible for the information\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac3db4b7cce1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c8b4d7c9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Estatuto de los Trabajadores (Abre en nueva ventana)\" target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20200923&tn=2\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60059789cca1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-66df7b5d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"art. 15.1 (Abre en nueva ventana)\" target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20230629&tn=1#a15\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4433f3c71fcd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-53bfc162"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\") (Abre en nueva ventana)\" target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20230629&tn=1#a15\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8879cc676149",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7c4f9a4e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"artículo 16 (Abre en nueva ventana)\" target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20230629&tn=1#a16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce05e7e4bbe8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42cc3064"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"art. 15.2 (Abre en nueva ventana)\" target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20230629&tn=1#a15\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8f3beaaf5c0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a923a6a8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"art. 15.3 (Abre en nueva ventana)\" target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20230629&tn=1#a15\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d5f96873878",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f6225e3e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"art.12 ET (Abre en nueva ventana)\" target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20230629&tn=1#a12\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "743d6a8accc4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c1419692"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"arts. 10-13 (Abre en nueva ventana)\" target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20230629&tn=1#a10\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29fed6260d9d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7da4c7fd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"art. 10 (Abre en nueva ventana)\" target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20230629&tn=1#a10\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cba2e567e81b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-08593cd6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"art. 11 (Abre en nueva ventana)\" target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20230629&tn=1#a11\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8f415eb29a3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bfd584b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20230629&tn=1#a11\" title=\"Article 11(2) (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f65b2bd97940",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-397f4c3d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20230629&tn=1#a11\" title=\"Article 11(3)) (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "861656fd793b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a206537d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20230629&tn=1#a11\" title=\"Part-time and relief contracts  (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bdd4782b4514",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-91c231dc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20230629&tn=1#a12\" title=\"(Article 12 (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "410c8833b54c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ab400ad4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20230629&tn=1#a11\" title=\"Remote working ( (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f9a28ff7abe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1fbc275b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"art. 13 Estatuto de los Trabajadores (Abre en nueva ventana)\" target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20230629&tn=1#a13\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d6f5b2dac7c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-86bc0010"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ley 10/2021, de 9 de julio, de trabajo a distancia (Abre en nueva ventana)\" target=\"_blank\" href=\"https://www.boe.es/buscar/doc.php?id=BOE-A-2021-11472\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5fcba25ac4d9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dc15c770"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Guía Laboral  (Abre en nueva ventana)\" target=\"_blank\" href=\"http://www.mites.gob.es/es/Guia/texto/guia_5/index.htm\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce3f32819f31",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-525c7488"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b63e63353ddc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Real Decreto-ley 32/2021, de 28 de diciembre, de medidas urgentes para la reforma laboral, la garantía de la estabilidad en el empleo y la transformación del mercado de trabajo (Abre en nueva ventana)\" target=\"_blank\" href=\"https://www.boe.es/eli/es/rdl/2021/12/28/32/con\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e0644c5a454",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-12adf4bc"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" data-fn=\"accordion\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55845c1040e7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-52ceb950"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-1998-19580&p=20200702&tn=1#a8\" title=\"Royal Decree 1659/1998 of 24 July implementing Article 8(5) of the Law on the Workers’ Statute as regards information to be provided to workers on the essential elements of the employment contract. (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ecd02ab472c2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3556a28f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"textojustificado\">",
            "message": "Confirm this text 'Social Security benefits and compensation and' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4fbf28dfa699",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-eb1cb1c0"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p class=\"textojustificado\">",
            "message": "Confirm the word(s) 'above' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95fe9b676b7f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-afad10e6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20200923&tn=1#a26\" title=\"Article 26 of the Workers’ Statut (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d5980ac8a23",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-94ea6e1c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.mites.gob.es/es/Guia/index.htm\" title=\"Labour guide. (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "533d32bb7477",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-207b2fa6"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h3 class=\"subtitulo\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d65d04c54eb1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f822838b"
          },
          {
            "rule": "aria_accessiblename_exists",
            "xpath": null,
            "html": "<h3 class=\"subtitulo\">",
            "message": "Element <h3> with \"heading\" role has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40357d8e6320",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b7d7032c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20200923&tn=1#a27\" title=\"Article 27 of the Workers’ Statute (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39874d8a5e67",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3d6519aa"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.mites.gob.es/es/Guia/index.htm\" title=\"Labour Guide (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "baaab7fd866c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-99f595ee"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h3 class=\"subtitulo\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_accessiblename_exists",
            "xpath": null,
            "html": "<h3 class=\"subtitulo\">",
            "message": "Element <h3> with \"heading\" role has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20200923&tn=1#a27\" title=\"Article 27 of the Workers’ Statute (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.mites.gob.es/es/Guia/index.htm\" title=\"Labour Guide (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.mites.gob.es/es/Guia/index.htm\" title=\". (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5517f5ba34c5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a56531d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2007-13409\" title=\"Law 20/2007 of 11 July (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "071295f52736",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-681c148e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.mites.gob.es/es/Guia/pdfs/Guia_Laboral_2024.pdf#page=75\" title=\"promotion of self-employment (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e25479e1de2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-66311f64"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.mites.gob.es/es/Guia/pdfs/Guia_Laboral_2024.pdf#page=78\" title=\"Special social security system for free-lance or self-employed workers (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "423e7a80d754",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b9386af0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.mites.gob.es/es/Guia/pdfs/Guia_Laboral_2024.pdf#page=74\" title=\"formalities required to start up the activity and work as a self-employed person (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "909b774a53eb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-736dc953"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" href=\"https://dgte.cantabria.es/web/direccion-general-de-trabajo/informacion-sociolaboral\" coords=\"213,23,215,26,217,28,223,27,226,28,228,31,230,34,231,36,236,37,238,37,237,33,234,32,234,29,238,27,242,24,244,23,245,23,250,24,249,21,250,20,252,19,254,17,252,16,249,16,246,13,245,12,242,14,238,14,236,13,232,15,231,16,227,16,222,16,221,18,221,19,218,19,215,20,216,22,215,23,213,22\" target=\"_blank\" shape=\"poly\" id=\"cantabria\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19dd8f6e812d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-439d24a2"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" href=\"https://canalempresa.gencat.cat/es/02_serveis_per_temes/07_treball_i_treballadors/ocupacio/index.html\" coords=\"353,113,350,111,347,111,345,107,347,103,347,98,347,97,345,95,349,92,350,88,348,84,351,79,348,75,350,72,354,69,355,63,357,58,357,55,358,50,356,45,358,42,356,39,353,37,352,35,354,33,360,34,363,35,367,37,371,37,373,42,373,46,374,47,377,46,380,44,384,45,388,44,388,46,388,49,393,47,394,46,400,47,401,48,404,48,407,45,412,44,415,44,417,44,420,46,421,47,421,48,421,50,416,50,416,52,417,54,418,56,419,56,419,58,420,59,421,62,418,64,413,69,405,74,399,78,395,79,395,83,391,86,383,87,374,91,368,94,363,94,361,99,358,102,357,104,361,108,359,111,355,111,352,112,352,113\" target=\"_blank\" shape=\"poly\" id=\"cataluna\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "35427f74dab2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa1bf541"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" alt=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" href=\"https://www.lanbide.euskadi.eus/informacion-sobre-contratos/weblan00-contratar/es/\" coords=\"253,19,253,22,255,22,256,24,257,25,257,29,261,31,262,32,259,34,257,34,256,35,258,37,259,38,261,40,264,40,264,39,264,37,267,37,270,38,271,40,272,42,274,42,277,41,277,38,279,36,278,33,279,31,283,30,284,27,285,25,286,25,286,22,289,20,290,18,290,17,287,18,283,20,277,20,270,16,264,15,261,15,259,17,255,18,253,19\" target=\"_blank\" shape=\"poly\" id=\"vascongadas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "141af7649a1b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0a5d0cc0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://dgte.cantabria.es/web/direccion-general-de-trabajo/informacion-sociolaboral\" title=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cantabria\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9145c6b9ebff",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-15252b21"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://canalempresa.gencat.cat/es/02_serveis_per_temes/07_treball_i_treballadors/ocupacio/index.html\" title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cataluna\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d64659130f35",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6ed66de7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.lanbide.euskadi.eus/informacion-sobre-contratos/weblan00-contratar/es/\" title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"vascongadas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80ee450450e8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c3d531cf"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c3dd6061c2e2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f37f791c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ea3dca3d479",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ce07da9a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33b366f3012a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04f04effeb1a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e27dde0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0832cb07a6a6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fa9b5cd2"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "07ac4bb6ac83",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "913d8ca3d6f0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 4055,
        "uniqueFailedCount": 96,
        "duplicateFailedCount": 12,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 12
    },
    {
      "submittedUrl": "https://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": 11464,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1206,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3245,
          "failed": 72,
          "cantTell": 53,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "heading_markup_misuse",
          "list_markup_review",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a75ad1664f6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f545d0f4ec4e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca2870a46855",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43f3fed6bd14",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ff4308c20c4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f82714dfbe0b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9fa080439094",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c712bbae8e09",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6233363d809e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-869f4634"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2095279a9a4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bb0ff2d9"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "588cc29a8f98",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "985012c67b27",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-328af5e9"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cde34372013f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ec4d56b2e2c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "110cec5f2a57",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "633d48a6dd27",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Citizen services and information\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "caf366860d62",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6208b776"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e83f382efbc9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81f57d416c27",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public employment\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dad743f75e5a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a8bd358"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89703205a759",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7947e6b5bd8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Aids\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3951c137cfd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8584a03c"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81a279b6546a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cad43e5c8031",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Procedures\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87d6c2b07403",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bdc54f1a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b436eff6f55f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9331d02171b4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public administration and State\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "478be9e81fca",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be097936"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Your European Space\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04c506eeb596",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b863f69c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/en/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b27773f53671",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-380c0608"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your European Space\" href=\"/pag_Home/en/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a54c280720b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e8424793"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your rights and obligations in the EU\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a57c8833f98f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-13ccfb80"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Business\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "68c71feec70f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cfc7704b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Starting, running and closing\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "daa57a5077ae",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-accfb2fc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Insolvency and liquidation of companies\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/insolvencia-liquidacion.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8e2b3507a2f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-871fa29f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Last update 14-04-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75e37c8b0b32",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/insolvencia-liquidacion/procedimientos.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7fdb1b688a0a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b38e7b08"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/insolvencia-liquidacion/concurso-acreedores.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cadc7ddc2c0f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5dad1ba6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/insolvencia-liquidacion/masa-activa-pasiva-fin.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45b8951fbfcb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c64726b3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/insolvencia-liquidacion/masa-activa-pasiva-fin.html#-f1b71e14039c\" title=\"Ir a Determination of the bankruptcy estate’s assets\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fab055a9b83a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-11a88823"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/insolvencia-liquidacion/masa-activa-pasiva-fin.html#-95695b2e43c5\" title=\"Ir a Determination of the bankruptcy estate’s liabilities\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "884662324729",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ae096c6b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/insolvencia-liquidacion/masa-activa-pasiva-fin.html#-e83b9223de54\" title=\"Ir a What happens after the joint supervision phase?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b6f8badb66e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-45f83ea6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/insolvencia-liquidacion/masa-activa-pasiva-fin.html#-905e274627cc\" title=\"Ir a How does the arrangement come to an end?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fbb4e3aceba6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-17907ef8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/insolvencia-liquidacion/masa-activa-pasiva-fin.html#-e18f1f94deab\" title=\"Ir a Legal and/or technical references\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "85819d462af2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4b08cd4f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/insolvencia-liquidacion/masa-activa-pasiva-fin.html#-a5ad9113f609\" title=\"Ir a Authority responsible for the information\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89607fdde706",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-58dc8785"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e83dc751332",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"textojustificado\">",
            "message": "Confirm this text 'claims against the bankruptcy estate; and' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a62761ac63a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-eb1cb1c0"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"textojustificado\">",
            "message": "Confirm this text 'they must be claims against the common debtor; and' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"textojustificado\">",
            "message": "Confirm this text 'ordinary; and' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p class=\"textojustificado\">",
            "message": "Confirm the word(s) 'right' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5c522dfd59e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-afad10e6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p class=\"textojustificado\">",
            "message": "Confirm the word(s) 'lower' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"textojustificado\">",
            "message": "Confirm this text 'EUR 1 000 000' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"textojustificado\">",
            "message": "Confirm this text 'EUR 1 500 000' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p class=\"textojustificado\">",
            "message": "Confirm the word(s) 'above' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "list_markup_review",
            "xpath": null,
            "html": "<p class=\"textojustificado\">",
            "message": "Verify this is a list and if so, modify to use proper HTML elements for the list",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "037f1ab947ab",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5e11b5be"
          },
          {
            "rule": "list_markup_review",
            "xpath": null,
            "html": "<p class=\"textojustificado\">",
            "message": "Verify this is a list and if so, modify to use proper HTML elements for the list",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "list_markup_review",
            "xpath": null,
            "html": "<p class=\"textojustificado\">",
            "message": "Verify this is a list and if so, modify to use proper HTML elements for the list",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h4 class=\"t-fs-13\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb3c54ee5eca",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b4ff75ed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9654303d612d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f37f791c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d8e9ad6bdec",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ce07da9a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d0e52174ba7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f1ca80344b2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e27dde0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0ee179d034a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fa9b5cd2"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db4d9bc50780",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61ac036453c2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3334,
        "uniqueFailedCount": 58,
        "duplicateFailedCount": 14,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 14
    },
    {
      "submittedUrl": "https://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": 11889,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 988,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 5
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2778,
          "failed": 86,
          "cantTell": 69,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f6567c16add",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67486013130a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d0ac120406b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b9337f313b7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aca1da6b99b5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "baa60b1acba0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61f2ac92bd4e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91578da48202",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "03abb5fe486e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-869f4634"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bccd9ef8560b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bb0ff2d9"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "235f3712dd8c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e726a4c1058",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-328af5e9"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98a9226d7693",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6ae3b17bc7f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e68100489ea9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a968b565b48",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Citizen services and information\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9f28ce372c9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6208b776"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "02cc7472c09c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97fcfdf47e1b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public employment\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca39979bdcb8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a8bd358"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0392060525d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88a7fe081d82",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Aids\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "802ec2ab574a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8584a03c"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a20493a4d5b4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3cc798764768",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Procedures\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d2f11dbd724",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bdc54f1a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b204ce502a7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "92ff16e4bd6c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public administration and State\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cdfc89251c8a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be097936"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Your European Space\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "acc9147c54e4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b863f69c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/en/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f4fb69695bd7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-380c0608"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your European Space\" href=\"/pag_Home/en/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "adb327aed9d7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e8424793"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your rights and obligations in the EU\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e8d88d5365f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-13ccfb80"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Business\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "613864302ec1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cfc7704b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Public contracts\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96c9927e2881",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e08f2df5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Participating in public tenders\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "83fd0c658770",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a2c89b19"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Last update 23-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "767badf2ea98",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "83bfcfc5f91b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7c7ca8a5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/otras-formas-licitacion.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ddfd47109a5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f53287e8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/publicidad.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64ce747a5a27",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1e6778d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/aptitud.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb41a1943536",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e357d5fc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/plazo-documentacion.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6bf0c286adbe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f6e74c5b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/umbrales-regimen-juridico.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17018252c946",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-28d761a1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d756c65c2129",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b3f18a81"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion.html#-c61d1ebd1101\" title=\"Ir a Guide to public procurement and competition\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7f188fba40e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-06767c85"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion.html#-a22c54b9eae7\" title=\"Ir a Public procurement planning\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1eb5e8508ee",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-06ea393a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion.html#-448a0e4db09a\" title=\"Ir a Information for each Autonomous Community\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3765aba497c9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3a0d2cf0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion.html#-518dd34b4737\" title=\"Ir a Legal and/or technical references\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "adc302904750",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ad154c20"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion.html#-5164f0e57158\" title=\"Ir a Authority responsible for the information\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ad6e488c802",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-58ef527d"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p class=\"textojustificado\">",
            "message": "Confirm the user instruction is still understandable without the word(s) 'small, medium-sized'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fbcc0619573e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-afad10e6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://www.hacienda.gob.es/Documentacion/Publico/D.G.%20PATRIMONIO/Junta%20Consultiva/GuiaPracticaContratacionPublicaPyme.pdf\" title=\"link. (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eafaa0e5f12a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-337559e8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://www.hacienda.gob.es/Documentacion/Publico/D.G. PATRIMONIO/Junta Consultiva/GUIA_CONTRATACION_v41_0.pdf\" title=\"link. (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f60c5ba97be3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8fcbc57d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.hacienda.gob.es/en-GB/Oirescon/Paginas/guias.aspx\" title=\"link (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff4e89fe2177",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-20738d58"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "019277f6beaf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" alt=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" href=\"https://juntadeandalucia.es/organismos/haciendayfinanciacioneuropea/areas/contratacion-publica/como-contratar.html\" coords=\"202,179,208,183,224,195,231,193,247,193,251,190,260,191,267,189,274,197,271,203,278,206,286,211,286,216,291,226,295,227,289,240,283,248,277,243,271,244,268,250,261,247,249,247,247,249,240,247,228,247,221,248,212,256,206,255,197,260,194,267,191,267,188,271,177,267,170,259,172,255,166,248,167,244,155,232,144,229,138,229,138,222,136,217,141,208,146,203,151,201,151,197,163,204,166,203,172,206,179,203,182,199,186,202,191,198,190,191,195,185,202,180\" target=\"_blank\" shape=\"poly\" id=\"andalucia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "495d7e5b150f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f831a4ea"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" href=\"https://contratacion.jcyl.es/web/es/contratacion-administrativa.html\" coords=\"159,122,158,118,159,115,159,107,159,102,156,97,160,97,162,93,165,90,168,89,172,85,176,80,176,76,173,75,169,74,167,73,168,70,168,65,165,65,162,64,157,64,156,59,162,54,163,50,161,48,161,45,155,44,157,37,162,31,172,30,173,27,177,27,183,27,186,30,190,30,190,27,195,28,205,26,211,22,214,27,217,29,223,28,227,32,230,37,237,39,240,37,237,32,235,31,239,27,244,24,250,25,254,23,256,25,256,29,261,32,258,33,255,32,253,32,254,36,255,37,257,38,260,40,260,43,257,44,256,46,257,49,257,57,257,60,261,64,264,64,266,62,268,65,271,65,273,62,277,61,280,62,282,66,287,67,289,70,290,73,291,76,287,79,287,86,283,85,281,89,282,93,284,94,283,97,276,97,271,95,269,91,264,91,263,89,258,90,254,90,248,91,248,94,245,94,243,94,242,96,240,96,239,96,239,100,236,100,234,102,233,106,231,106,227,111,224,111,223,120,218,122,216,128,214,125,211,126,208,129,206,130,201,131,198,130,197,124,196,125,190,126,186,121,184,121,181,123,176,116,173,116,163,123,158,123,158,122\" target=\"_blank\" shape=\"poly\" id=\"castillaleon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a7478466621",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-55c122d3"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" href=\"https://contratacion.castillalamancha.es/gestion-electronica-de-la-contratacion\" coords=\"314,181,308,178,306,179,301,180,301,184,300,186,301,191,298,194,293,192,289,194,285,195,283,195,277,204,273,203,276,196,268,188,260,189,251,189,246,191,243,191,237,190,236,192,227,192,224,193,213,185,206,180,209,174,210,172,208,169,211,168,211,165,216,164,214,160,215,153,213,153,208,156,202,149,203,144,202,141,199,141,198,138,198,137,198,131,203,132,208,130,213,127,215,129,218,129,222,128,223,127,224,128,229,127,236,130,240,131,241,132,240,133,240,134,236,137,235,139,236,140,241,139,247,134,257,133,259,133,258,126,257,126,257,120,253,115,249,110,248,105,250,100,247,95,250,94,249,92,255,91,262,91,264,92,268,92,270,96,274,98,280,99,284,98,285,95,288,95,292,98,295,101,296,105,298,107,298,112,297,115,294,115,293,118,291,120,293,123,297,126,301,128,303,133,306,136,308,136,307,143,305,146,301,147,300,152,300,156,305,158,310,159,309,164,307,168,309,171,312,173,315,172,316,177,316,181,315,181\" target=\"_blank\" shape=\"poly\" id=\"castillamancha\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3007abcd1e4c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7bf7353c"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" href=\"https://contractaciopublica.gencat.cat/ecofin_pscp/AppJava/es_ES/search.pscp?reqCode=start\" coords=\"353,113,350,111,347,111,345,107,347,103,347,98,347,97,345,95,349,92,350,88,348,84,351,79,348,75,350,72,354,69,355,63,357,58,357,55,358,50,356,45,358,42,356,39,353,37,352,35,354,33,360,34,363,35,367,37,371,37,373,42,373,46,374,47,377,46,380,44,384,45,388,44,388,46,388,49,393,47,394,46,400,47,401,48,404,48,407,45,412,44,415,44,417,44,420,46,421,47,421,48,421,50,416,50,416,52,417,54,418,56,419,56,419,58,420,59,421,62,418,64,413,69,405,74,399,78,395,79,395,83,391,86,383,87,374,91,368,94,363,94,361,99,358,102,357,104,361,108,359,111,355,111,352,112,352,113\" target=\"_blank\" shape=\"poly\" id=\"cataluna\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72cc27c8cd41",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-88250bc8"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" alt=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" href=\"https://transparencia.xunta.gal/tema/informacion-economica-orzamentaria-e-estatistica/contratacion-publica\" coords=\"156,64,155,58,160,54,161,53,161,49,160,48,160,46,154,45,153,44,156,35,162,30,161,28,158,27,158,25,160,23,158,19,154,14,156,11,155,8,151,8,147,3,144,2,141,1,137,2,133,1,130,4,126,7,126,13,124,13,120,13,119,15,112,15,111,14,108,16,106,19,102,19,99,24,100,26,102,26,104,33,107,32,105,38,105,42,111,38,110,43,109,45,111,46,112,49,110,54,108,57,108,61,108,64,113,60,115,57,120,57,126,56,127,59,125,64,126,67,129,67,132,64,133,66,137,65,141,67,147,68,151,66,151,63,152,62\" target=\"_blank\" shape=\"poly\" id=\"galicia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19d60fb20457",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-43f2ebe3"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" href=\"http://www.madrid.org/cs/Satellite?pagename=PortalContratacion/Page/PCON_home\" coords=\"229,125,225,127,222,125,219,128,217,128,219,123,224,120,225,115,226,112,228,112,230,109,232,107,234,107,235,102,237,101,240,101,240,98,243,97,244,95,246,96,248,99,248,102,247,106,248,111,253,117,256,122,255,127,257,127,257,132,246,133,239,139,236,138,243,133,243,131,236,129,228,125,229,125\" target=\"_blank\" shape=\"poly\" id=\"madrid\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1b3c6b7ce01",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ca392f61"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" href=\"http://www.carm.es/web/pagina?IDCONTENIDO=709&IDTIPO=140&RASTRO=c$m22679\" coords=\"320,218,321,215,318,214,318,213,318,210,318,208,317,207,315,205,314,203,314,201,313,199,314,197,315,196,314,195,313,193,312,192,311,190,311,188,314,186,313,183,311,181,310,180,308,180,307,180,306,181,305,180,303,181,303,182,302,183,302,185,302,186,301,186,303,189,303,191,301,193,300,194,299,195,297,195,294,194,293,194,291,194,288,196,286,196,285,196,284,197,282,199,281,200,280,202,279,203,279,204,280,205,282,207,284,208,286,208,288,208,289,210,289,211,288,213,288,214,288,216,289,217,290,218,290,219,290,220,291,221,293,223,294,223,297,224,298,225,299,224,301,222,303,221,305,220,306,219,307,219,309,219,311,218,314,218,317,218,319,218,321,218\" target=\"_blank\" shape=\"poly\" id=\"murcia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "284f364e2c5b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4658cf2a"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" href=\"https://portalcontratacion.navarra.es/es/ayuda\" coords=\"275,43,275,46,278,49,284,51,288,51,291,56,293,56,293,59,293,61,292,62,291,62,290,62,290,64,292,64,295,65,298,66,300,66,302,64,302,61,301,58,300,56,301,53,302,49,305,44,306,41,310,40,313,36,314,32,313,31,309,29,305,29,302,26,301,28,300,29,298,27,298,25,300,23,299,20,296,20,292,20,291,19,289,21,287,23,287,25,285,27,285,30,280,32,279,33,280,36,278,40,278,42,275,43,275,46\" target=\"_blank\" shape=\"poly\" id=\"navarra\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ffe1f63ac29c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5bd8b249"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de País Vasco\" alt=\"Acceso al servicio de País Vasco\" href=\"https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion.html\" coords=\"253,19,253,22,255,22,256,24,257,25,257,29,261,31,262,32,259,34,257,34,256,35,258,37,259,38,261,40,264,40,264,39,264,37,267,37,270,38,271,40,272,42,274,42,277,41,277,38,279,36,278,33,279,31,283,30,284,27,285,25,286,25,286,22,289,20,290,18,290,17,287,18,283,20,277,20,270,16,264,15,261,15,259,17,255,18,253,19\" target=\"_self\" shape=\"poly\" id=\"vascongadas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9f8aa1f9581",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-679e77c0"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" alt=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" href=\"https://www.larioja.org/contratacion-publica/es\" coords=\"263,63,259,61,258,51,258,46,259,44,261,43,264,44,266,44,269,47,270,49,272,47,275,47,277,49,278,50,282,51,285,53,287,52,289,56,291,58,292,57,291,61,289,60,289,64,289,66,287,66,283,65,282,62,282,61,278,60,274,59,273,61,272,62,271,64,268,64,266,61,265,61\" target=\"_blank\" shape=\"poly\" id=\"rioja\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f64d90103353",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-294f230f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://juntadeandalucia.es/organismos/haciendayfinanciacioneuropea/areas/contratacion-publica/como-contratar.html\" title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"andalucia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5811dd03c73",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-85499784"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://contratacion.jcyl.es/web/es/contratacion-administrativa.html\" title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillaleon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e963de98fd0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1485180c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://contratacion.castillalamancha.es/gestion-electronica-de-la-contratacion\" title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillamancha\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b89b23ef2902",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a359f903"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://contractaciopublica.gencat.cat/ecofin_pscp/AppJava/es_ES/search.pscp?reqCode=start\" title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cataluna\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0131cc51fa8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-83b8e696"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://transparencia.xunta.gal/tema/informacion-economica-orzamentaria-e-estatistica/contratacion-publica\" title=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"galicia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18ee9c7acd36",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8593da00"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://www.madrid.org/cs/Satellite?pagename=PortalContratacion/Page/PCON_home\" title=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"madrid\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c08cc25f5ed2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-44211434"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://www.carm.es/web/pagina?IDCONTENIDO=709&IDTIPO=140&RASTRO=c$m22679\" title=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"murcia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f804da0a73c9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b500e23f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://portalcontratacion.navarra.es/es/ayuda\" title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"navarra\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "728b4a4bd13e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-52dab9a6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_self\" href=\"https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion.html\" title=\"Acceso al servicio de País Vasco\" class=\"comunidad selected\" name=\"vascongadas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0422222062b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cb2fe959"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.larioja.org/contratacion-publica/es\" title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" class=\"comunidadlast selected\" name=\"rioja\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c37ec0f83ef",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-71c84f67"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af421a70a840",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f37f791c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24e3b5dd77e1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ce07da9a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef2675b4323a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27ebf013c56e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e27dde0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ac6f37eaf6e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fa9b5cd2"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e6de3712ecc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eda27d6019ad",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2896,
        "uniqueFailedCount": 81,
        "duplicateFailedCount": 5,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 5
    },
    {
      "submittedUrl": "https://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": 10029,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "patternId": "A11Y-b7cedc29"
          }
        ],
        "outcomeCount": 766,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2067,
          "failed": 47,
          "cantTell": 25,
          "inapplicable": 0
        },
        "failedRules": [
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e389c56c6664",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3667608f3b50",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a9096f2dc49f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "378df5330917",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd290964bb16",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4824051a1d63",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f851b19335da",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1830082e8c2c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb85f6dde085",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8c691d4b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27eb230db288",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67b7573a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a50e981950ee",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ad516be2ade",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dbc11a04"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b794c87d032",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "74bb37e5e657",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab180d321648",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "defa7581caf8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b5233a0a57b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3851e18331a4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bfa2585dcaa5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "02bcf36228ef",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aff1e89caa7c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6227a99bc5f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9562ed041ac7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "585dcb73afd3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "53425a91a456",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b7feb708fa5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28a1b94c5002",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu5\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50f0560a80b7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5c36bbc7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu5\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d625f87a0443",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-063271c3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7bdcbf1a733f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46b598fae7c4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dce9f2c7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tramites/buscadorDeTramites.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06412bee1b9d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ea1947f2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tramites/miEmpresaEnTramites.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "85e8f6e7fac9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b361020e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tramites/Relacionarte-electronicamente.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f74bb37c975c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ee9b557"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tramites/Realizar_un_Tramite-nuevo.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12f4f9548f5c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a317700b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tramites/Identificacion-electronica.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13471d2f2e56",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-706c0b07"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tramites/Notificaciones.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "660066229ff6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-77b9745a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tramites/ServiciosElectronicosFrecuentes.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "15b8368f80b6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-de200923"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tramites/hechos-vitales.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc7be01893dc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5bffd199"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "130f5db825c1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5976a683"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a6be1f1b4cf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b017c3f0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ec49833be8d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-85022af9"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDeCookies.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ec6a388195d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f9d7338e"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77bcf734abce",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b94a78a87499",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2115,
        "uniqueFailedCount": 45,
        "duplicateFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 2
    },
    {
      "submittedUrl": "https://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": 10857,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1212,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 10
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3263,
          "failed": 83,
          "cantTell": 65,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_accessiblename_exists",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "heading_content_exists",
          "heading_markup_misuse",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "058e13912492",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf83479212c3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7cecc4d7a199",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "523e3201b754",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f4dba3e4efe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6fb8ac67570f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e0eca66c1e3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6a6f75eff1f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73632a1eee6a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4113767e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf4e2068b266",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42cdd4c9"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f07bd62831bd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c112beacd1fa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0e5d1242"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e63a149b87c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4166e63d4e3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5f8aa98a8eb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9dd90eea181",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b918827ec67e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "645026ddacc2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12c37688048d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13e91f21b269",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31518542eb68",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18574b723329",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "49088c194397",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec2f71d7226e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d18835c82b72",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff3ee7a84d2d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c76a0558985",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3515a118a87c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea37840ba6f6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad9f2c682195",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/eu/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b4a0e0020329",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3d4a4cb9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/eu/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5876db25b5c7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e7215823"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04180bf78b32",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5c8e457"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ciudadanos\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b2ef975434f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7336c38b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Viajes\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d59a8c8aa3f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-810e460c"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Azken eguneraketa: 09-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d08bb3568afe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c64b1fcb62b2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9b079109"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d0bc44a0654",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-94a6ecda"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/movilidad-reducida.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c972f28fdd0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9578a9cb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eee5cdec0e8d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ea7fd3c2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales.html#-42f0c55d1667\" title=\"Ir a Viajar con tu mascota. Perros, gatos y hurones.\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d182645a3d6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-576121b5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales.html#-d05ee14dd092\" title=\"Ir a Viajar con tu mascota. Aves.\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "74dc2ef3eb27",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a285ad9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales.html#-956a44b44a9a\" title=\"Ir a Viajar con tu mascota. Otras especies.\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ca13133bd13",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-19269531"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales.html#-553005dafe9f\" title=\"Ir a Enlaces de interés\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f60876bdcaf7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f87e58e5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales.html#-d232e3e3a9e1\" title=\"Ir a Información por Comunidades Autónomas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76d78af8d668",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8cd33ae7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales.html#-ff19cfd72761\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "42a07a8373e2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6c0d41fc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales.html#-f6a4266895bb\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc6d1ed275ec",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0782a0aa"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h3 class=\"subtitulo\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9033332f3dda",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f822838b"
          },
          {
            "rule": "aria_accessiblename_exists",
            "xpath": null,
            "html": "<h3 class=\"subtitulo\">",
            "message": "Element <h3> with \"heading\" role has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46e51e8ac12d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b7d7032c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<li>",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Propietario\", \"Descripción del  ... porte\", \"Vacunación antirrábica\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e4322cbd2405",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4aac82d8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.mapa.gob.es/es/ganaderia/temas/comercio-exterior-ganadero/introenespperrosgatoshuronesdeotroseemm_2_tcm30-379813.pdf\" title=\"anexo I de la Instrucción (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9ea2205fa5c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f2c36790"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c49d9e468a08",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" style=\"font-size: 1em;\" href=\"https://www.mapa.gob.es/es/ganaderia/temas/comercio-exterior-ganadero/certificado_sanitario_introduccion_espana_aves_compania_tcm30-380422.pdf\" title=\"certificado veterinario conforme al modelo INTRA-2 (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9071edaedfa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7debeacf"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://eur-lex.europa.eu/legal-content/ES/TXT/?uri=CELEX%3A32016R0429\" title=\"Reglamento (UE) 2016/429 (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb8643334afa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1e1e1281"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h3 class=\"subtitulo\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_accessiblename_exists",
            "xpath": null,
            "html": "<h3 class=\"subtitulo\">",
            "message": "Element <h3> with \"heading\" role has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://ec.europa.eu/food/animal/liveanimals/pets/nat_rules_dogscatferret_en.htm\" title=\"enlace a una página de la Comisión Europea (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7576ec057a5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9cd616e3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.mapa.gob.es/es/ganaderia/temas/comercio-exterior-ganadero/certificadosanitarioparalaintroduccionenespanadereptilescomoanimalesdecompania_tcm30-104917.PDF\" title=\"Certificado INTRA para la introducción en España de reptiles como animales de compañía. (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33dab440a345",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-507ec25c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.mapa.gob.es/es/ganaderia/temas/comercio-exterior-ganadero/certificadosanitarioparalaintroduccionenespanadeotrosanimalesdecompania_tcm30-104918.pdf\" title=\"Certificado INTRA para la introducción en España de otros animales de compañía. (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd345b8adcc0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-02e70fab"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h3 class=\"subtitulo\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_accessiblename_exists",
            "xpath": null,
            "html": "<h3 class=\"subtitulo\">",
            "message": "Element <h3> with \"heading\" role has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"http://ec.europa.eu/food/animal/liveanimals/pets/nat_rules_dogscatferret_en.htm\" title=\"este enlace a una página de la Comisión Europea\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ebcef81c85be",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6cff2a6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" alt=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" href=\"https://www.aragon.es/-/animales-de-compania\" coords=\"291,65,289,67,291,73,292,75,292,77,288,79,288,87,284,87,282,89,283,92,285,94,287,94,291,96,295,99,297,101,297,104,299,107,299,112,298,116,295,116,294,119,293,122,298,125,301,128,303,128,306,128,308,129,310,131,311,133,308,134,312,135,316,135,320,132,323,129,324,126,327,125,329,123,330,112,329,110,331,110,332,106,335,106,338,107,344,107,345,106,345,103,345,101,346,100,346,97,343,94,346,93,349,90,348,87,346,84,347,82,350,79,347,77,346,75,348,71,353,68,353,64,355,60,355,56,357,52,356,49,355,45,357,42,356,40,352,38,347,39,341,39,340,38,337,40,334,39,330,36,329,35,325,36,321,36,316,31,315,36,312,39,310,42,307,42,305,47,304,49,303,52,301,55,302,59,303,61,303,64,301,67,300,68,294,66,292,65,291,65\" target=\"_blank\" shape=\"poly\" id=\"aragon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6dd9f94bbd19",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9c6afc82"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" alt=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" href=\"https://www.euskadi.eus/pasaporte_animales/web01-a2nekabe/es/\" coords=\"253,19,253,22,255,22,256,24,257,25,257,29,261,31,262,32,259,34,257,34,256,35,258,37,259,38,261,40,264,40,264,39,264,37,267,37,270,38,271,40,272,42,274,42,277,41,277,38,279,36,278,33,279,31,283,30,284,27,285,25,286,25,286,22,289,20,290,18,290,17,287,18,283,20,277,20,270,16,264,15,261,15,259,17,255,18,253,19\" target=\"_blank\" shape=\"poly\" id=\"vascongadas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0b1fa023426",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7eaa40d7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.aragon.es/-/animales-de-compania\" title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"aragon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "742204cacfd1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-637fa663"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.euskadi.eus/pasaporte_animales/web01-a2nekabe/es/\" title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"vascongadas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f4ac69a1cd7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a71a4291"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h4 class=\"t-fs-13\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "535e5b5457c3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b4ff75ed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https :// europa.eu/youreurope/search/index _ es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c55730c15ef",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a734cd16"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https :// europa.eu/youreurope/search/index _ es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "007f7755d188",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6c2a4e71"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67cf2b42f817",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ed702433479",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e036dea6"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e16fc9ec152",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a8232067"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a276be720b73",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7eaab86e"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27c5562eecdc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "855e1f9528c3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3377,
        "uniqueFailedCount": 71,
        "duplicateFailedCount": 12,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 12
    },
    {
      "submittedUrl": "https://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": 10772,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1008,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 8
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2705,
          "failed": 67,
          "cantTell": 48,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "heading_markup_misuse",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48ded74054c1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e39b7ad79316",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3441fa9642fc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b946ebab41b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "53f7bbf68572",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f278958642a6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41d0be4f19f4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb4ee6271a60",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6822e69bef82",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-00e16913"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b716d6e3b641",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-31b3633a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18482a15ea71",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c3b87dafb1e2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b3402664"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "724118d52349",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9efaae2c26c6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ba635db4009",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de2de36a378c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "15dee00d9ae4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e293834cb60",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f84ac5cde799",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0eadf17a1692",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e347134a8763",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8cfca06bfb3a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84b30e6eddf0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aabf97cac8b1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea5d79f34e45",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96ec5ed0e08f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "99859770acdc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4e06bfd8c6e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cbae21ec9432",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c09fd60287e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/gl/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5483f7b3a80",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-411757f8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/gl/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc172c150530",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-456ef52c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "100b3d2f30e0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-10b03724"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Empresas\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "789855e2d045",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-40351132"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Servicios\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9d06449ad16",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4b34a804"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Notificación de actividades transfronterizas\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ebd804990234",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7661d9c9"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Última actualización: 30-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0884a66e45e8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98b612130605",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-90db2752"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "946e7d52c90e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b8e357f1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado.html#-4bef64a6ec4b\" title=\"Ir a Obligaciones de los Registros Mercantiles\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a851aeb63d2d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8049f496"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado.html#-6a7dafa9b44e\" title=\"Ir a Notificaciones de los Registros Mercantiles según la Directiva (UE) 2019/1151\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba930ad3748c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0f67c517"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado.html#-661a7f6acced\" title=\"Ir a Notificaciones de los Registros Mercantiles según la Directiva (UE) 2019/2121\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1fcd7de4475a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dddb61a3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado.html#-a91350bfe31b\" title=\"Ir a Principales novedades de la Directiva (UE) 2025/25\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca8f97ca9c95",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d7ba69c7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado.html#-36ef0d4a51c6\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5eda8ad0d93d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-686872c2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado.html#-9d00f3c78958\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64528a5e471c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-faf63f31"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/doc.php?id=DOUE-L-2019-81158\" title=\"Directiva (UE) 2019/1151, de 20 de junio de 2019 (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf1b1cc0a8b7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-77918551"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/doc.php?id=DOUE-L-2019-81935\" title=\"Directiva 2019/2121, de 27 de noviembre, (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b14c7bd638b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-51c7b3b8"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" style=\"font-size: 1em;\" href=\"https://www.boe.es/diario_boe/txt.php?id=BOE-A-2023-24913\" title=\"Ley 11/2023, de 8 de mayo (Abre en nueva ventana)\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13db00bd9682",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5181198b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" style=\"font-size: 1em;\" href=\"https://www.boe.es/diario_boe/txt.php?id=BOE-A-2023-24913\" title=\"Ley 11/2023, de 8 de mayo (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47ce050a6b26",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6ccfd631"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" style=\"font-size: 1em;\" href=\"https://www.boe.es/diario_boe/txt.php?id=BOE-A-2023-15135\" title=\"Real Decreto-ley 5/2023, de 28 de junio (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90fff7747054",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5e7f837c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/doc.php?id=DOUE-L-2025-80015\" title=\"Directiva (UE) 2025/25 del Parlamento Europeo y del Consejo, de 19 de diciembre de 2024. (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b155328d984",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a433b0c7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ce39b56d2c1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/doc.php?id=DOUE-L-2025-80015\" title=\"Directiva (UE) 2025/25 (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8297840c987c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6213d641"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h4 class=\"t-fs-13\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f701fe638136",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b4ff75ed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_é.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89b308760927",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7b59e4e9"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_é.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c9ebb6cfa06",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e4023724"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ad91f345ea9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2da8addcb82",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be5b1493"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "92e21008dcc7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cd1f6394"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5cd1436a3bee",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b43e22251c43",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2791,
        "uniqueFailedCount": 61,
        "duplicateFailedCount": 6,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 6
    },
    {
      "submittedUrl": "https://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": 10702,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1037,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 16
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2811,
          "failed": 77,
          "cantTell": 58,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2afd28e2dcc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a7a2741fc43",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c523df3f1c49",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dcce79f509b4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b760e579fb80",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7daa127e74b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3bc856d137cc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40b9791fa386",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7bb83c85c718",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-00e16913"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c568c75e4f6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-31b3633a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f047713b714c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4793a2699814",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b3402664"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "866fadde2bfe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d038b44aeff8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "192e1f62380f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b72fb607933e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2aab7ef0fdcc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec19df07ba12",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6cb21aa595de",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "148db170bd88",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5846d7c004cc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0ddb9d3ae86",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96d183617d19",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "741e4ef4e8e5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "85c8037e51f6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a09f741a4d5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e4eb71fcce98",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1dad9b717ba7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e491631dab14",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a53cc7238f9d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/gl/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6790b2ffd0fc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-411757f8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/gl/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0786074e78e1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-456ef52c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4758a5729211",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-10b03724"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Empresas\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "848a11381515",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-40351132"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Empleados\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "185c2f46b315",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e66cb8e1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Seguridad social\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3576089bfc0b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a5900721"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Última actualización: 25-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "233803b39316",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8dcf02b3257c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c9bf1fec"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empleados.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6392641f3ed",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6ed4419f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/rescision.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7915d051105f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-36fae7a6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/cotizaciones-sociales.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f153682b95fa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7eeeb0db"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/pensiones.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "655cfc91af44",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9b583023"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/inspeccion.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78f84ee4a4b9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ffb0302f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario.html#-84337cc757f0\" title=\"Ir a ¿Cuándo tengo que pedir el alta en la Seguridad Social como empresario y qué plazo tengo?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0fbb21da2f6f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a11227d5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario.html#-287bea26393c\" title=\"Ir a ¿En qué consiste darse de alta como empresario en la Seguridad Social?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9fa4c14ed1d1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d475785c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario.html#-9c0f99038794\" title=\"Ir a ¿Qué trámites debo realizar y cómo los hago?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b62bb43e85a8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4dd31224"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario.html#-99c8022e3edc\" title=\"Ir a Como empresario, ¿qué otras obligaciones tengo con la Seguridad Social? \">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d00f500b45c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bce3f444"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario.html#-f2f633ea8800\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b716fd604105",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-46b78d65"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario.html#-5fcff32d70c6\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2509aba57a74",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-85b640b3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.seg-social.es/wps/portal/wss/internet/Empresarios/Inscripcion/1227/1228?changeLanguage=es\" title=\" enlace. (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48a545cce962",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-545c0c61"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1445e236dd81",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.seg-social.es/wps/portal/wss/internet/Empresarios/Inscripcion/1227?changeLanguage=es\" title=\"enlace (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "878a989512fe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2bc0c225"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" 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\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "143ca1e3ab6b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8ad4e2b0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.seg-social.gob.es/wps/portal/sede/sede/EmpresasyProfesionales/Afiliacion+e+Inscripcion/202377\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95348a078c21",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-472a02ea"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.seg-social.gob.es/wps/portal/sede/sede/EmpresasyProfesionales/Afiliacion+e+Inscripcion/1404TGSS\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27f934084e40",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ff20ada2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" style=\"font-size: 1em;\" 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\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d66afc51b57",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f6b50bd3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Portal de la Tesorería General de la Seguridad Social  (Abre en nueva ventana)\" target=\"_blank\" style=\"font-size: 1em;\" href=\"https://portal.seg-social.gob.es/wps/portal/importass/importass/inicio\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a58b4a4d38c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6acce76c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"App IMPORTASS Seguridad Social (Abre en nueva ventana)\" target=\"_blank\" style=\"font-size: 1em;\" href=\"https://sede.seg-social.gob.es/wps/portal/sede/sede/SSMovil/listadoAplicaciones/detalleAplicacionMobile/APPTesoreria/AppTGSS\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "20c8d8592e52",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5eee47dc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" style=\"font-size: 1em;\" href=\"https://sede.seg-social.gob.es/wps/portal/sede/sede/EmpresasyProfesionales/Afiliacion+e+Inscripcion/202377\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ee17db37b5f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c2f118b0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Forma y plazos de comunicar la inscripción (Abre en nueva ventana)\" target=\"_blank\" style=\"font-size: 1em;\" href=\"https://www.seg-social.es/wps/portal/wss/internet/Empresarios/Inscripcion/1227/1230\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e2048da2946",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ce6fa6af"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Mutuas colaboradoras de la Seguridad Social (Abre en nueva ventana)\" target=\"_blank\" href=\"https://www.seg-social.es/wps/portal/wss/internet/InformacionUtil/39641/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d2056f69450e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-18817820"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.seg-social.es/wps/portal/wss/internet/InformacionUtil/5300\" title=\"Sistema RED (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e21ad1c4064e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-720bb1af"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.seg-social.gob.es/wps/portal/sede/sede/EmpresasyProfesionales/EmpresasyProfDetalle/!ut/p/z1/rVRdl5owEP0r-8IjZkKAxL6h3eq6uta6VOHFw0fUtBDYkGK3v77B3dOvU7XnWF5ghuHemXuZoBitUSyTVuwSLSqZFCaOYn9DsO_iPuDpCO5uIQhn92GfLMhoQdDqWAAnrgBQfP77jyhGcSZ1rfcoanjON1klNZcirxoLuoQFvKwVbxITJ1tRiCQzvd3wGyGbTIm6iyxwwCHU7cBMIkcRS7GfeNSzKeS57boss1PmuraX0MwDTIGC89r8ie6gf7H5Vcd3AeFYcE6fsySBhyYo3hVV-mJGIFPCdihWfMsVV70vyqT3WtdvLLDgcDj06krppOg1Ri0htUok103z_pi0oP5xF9qC4VFpnlfKAhPeSWG07ERXbffUbDLeIRS8-Rv1vmo0Wv9GiZamNDKi0l8Gug8HZqB3874bUgcAo1Ur-AGFslKlGWr50zNOCU0yCrbT95jtgt95hj2bOQxYSnKPuB4awyUGciXDC7w3Z4An4EzBnzEI-otlOH3ABCi9En5yyXCjtaNmw5nRuk703hZyW6H1qV8frYGcfoci8enpKQ7MjnVmfzWOXbFkZ5j-9AQPXAjw_NF3xrcY5v5p0f5pU896MupW-Sr4yaVN_89Cvp5WdRmWjDzbnz-wZ1K0-125eTt4sKNJ-206LtpymLLD47ZcfQc0vU0g/dz/d5/L2dBISEvZ0FBIS9nQSEh/\" title=\"Cambio y comunicación de teléfono y correo electrónico del empresario (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6af094cd391f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e70c808b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.seg-social.es/wps/portal/wss/internet/InformacionUtil/5300/2867?changeLanguage=es\" title=\"conceptos retributivos  (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3500947495f4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e577f7d4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_é.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea521d233e0e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7b59e4e9"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_é.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0cd9f7218a56",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e4023724"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe0d45d77874",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa16bedb761c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be5b1493"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34a3a96d9163",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cd1f6394"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "237705df5559",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60015e7e64e6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2913,
        "uniqueFailedCount": 71,
        "duplicateFailedCount": 6,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 6
    },
    {
      "submittedUrl": "https://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": 10675,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1035,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 4
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2966,
          "failed": 91,
          "cantTell": 74,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e385b6411ff",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81d7e09e9f4d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df08cc977a1d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f4f95c99329",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "459013e5ea21",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "931ddc07e6e2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aba37e8a7f2c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "01f20de0f0fb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34d53be53ff3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4113767e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "83fcb504e3de",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42cdd4c9"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89e9f4294970",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f4b3482a21ba",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0e5d1242"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce469c9ba6cb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d5d966d9efe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "adc68ad8ad1a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "609511b079c3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9d469bc2c12",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4545300c7ee0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2128f9f82081",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7da64cf79d32",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0444dd90a256",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb2023dce325",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f34b9d085a8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0c23b666946",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "928879cafb55",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96dbbaf89620",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d4fb701f0f3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a0c1b4c2b3d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1740587c24c5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e56a83fda7d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/eu/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff5e3fd468b5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3d4a4cb9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/eu/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb936b1a01d9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e7215823"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d00cf582e044",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5c8e457"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Empresas\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7c180994bd6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6e70a0a7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Contratación pública\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72be645a9b2f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4632b538"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Azken eguneraketa: 23-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa42a3f790a5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ad0193aea0a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4b40c511"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1375a25f176",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7cf63b21"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "730170db10b9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b1d71b80"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta.html#-8d30b25ae75b\" title=\"Ir a Presentación electrónica de ofertas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "82a807421602",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-063f4a59"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta.html#-545443f81b75\" title=\"Ir a La presentación de ofertas, ¿es siempre electrónica?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "514ab61bb3e6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ae45cdb0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta.html#-3a9d94487e18\" title=\"Ir a Sistemas de Licitación Electrónica\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9fd31178209",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f0891405"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta.html#-bcd9e8cda348\" title=\"Ir a ¿Cómo se firma electrónicamente una oferta?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a3731027583",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ea0743fa"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta.html#-cf96cf975e0d\" title=\"Ir a ¿Qué ocurre si tengo problemas con la presentación electrónica?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea5fcfd8ddb3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2c5d9212"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta.html#-485bff9d32d0\" title=\"Ir a Información por Comunidades Autónomas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "14d3a6d6985b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8aaaf01a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta.html#-d3259f70e6f4\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "106169cf02b0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e99e10ad"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta.html#-4fe6d37fa190\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "063569e2a9b6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e8913ddc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09cdef7ccda6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://firmaelectronica.gob.es/Home/Ciudadanos/Certificados-Electronicos.html\" title=\"enlace (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55a672e5183d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be9be8da"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://contrataciondelestado.es/wps/portal/guiasAyuda\" title=\"enlace (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d77c53fb0cd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5cb2c846"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" alt=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" href=\"https://juntadeandalucia.es/organismos/haciendayfinanciacioneuropea/areas/contratacion-publica/como-contratar.html\" coords=\"202,179,208,183,224,195,231,193,247,193,251,190,260,191,267,189,274,197,271,203,278,206,286,211,286,216,291,226,295,227,289,240,283,248,277,243,271,244,268,250,261,247,249,247,247,249,240,247,228,247,221,248,212,256,206,255,197,260,194,267,191,267,188,271,177,267,170,259,172,255,166,248,167,244,155,232,144,229,138,229,138,222,136,217,141,208,146,203,151,201,151,197,163,204,166,203,172,206,179,203,182,199,186,202,191,198,190,191,195,185,202,180\" target=\"_blank\" shape=\"poly\" id=\"andalucia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "caafb7e12fc9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f831a4ea"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" alt=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" href=\"https://www.aragon.es/-/contratacion-centralizada-aragon\" coords=\"291,65,289,67,291,73,292,75,292,77,288,79,288,87,284,87,282,89,283,92,285,94,287,94,291,96,295,99,297,101,297,104,299,107,299,112,298,116,295,116,294,119,293,122,298,125,301,128,303,128,306,128,308,129,310,131,311,133,308,134,312,135,316,135,320,132,323,129,324,126,327,125,329,123,330,112,329,110,331,110,332,106,335,106,338,107,344,107,345,106,345,103,345,101,346,100,346,97,343,94,346,93,349,90,348,87,346,84,347,82,350,79,347,77,346,75,348,71,353,68,353,64,355,60,355,56,357,52,356,49,355,45,357,42,356,40,352,38,347,39,341,39,340,38,337,40,334,39,330,36,329,35,325,36,321,36,316,31,315,36,312,39,310,42,307,42,305,47,304,49,303,52,301,55,302,59,303,61,303,64,301,67,300,68,294,66,292,65,291,65\" target=\"_blank\" shape=\"poly\" id=\"aragon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5d4e712418c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-96b7a1f8"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" alt=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" href=\"https://www.gobiernodecanarias.org/hacienda/contratacion/\" coords=\"9,258,148,315\" target=\"_blank\" shape=\"rect\" id=\"canarias\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4d13a9bc506",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6f968761"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" href=\"https://contratacion.jcyl.es/web/es/contratacion-administrativa.html\" coords=\"159,122,158,118,159,115,159,107,159,102,156,97,160,97,162,93,165,90,168,89,172,85,176,80,176,76,173,75,169,74,167,73,168,70,168,65,165,65,162,64,157,64,156,59,162,54,163,50,161,48,161,45,155,44,157,37,162,31,172,30,173,27,177,27,183,27,186,30,190,30,190,27,195,28,205,26,211,22,214,27,217,29,223,28,227,32,230,37,237,39,240,37,237,32,235,31,239,27,244,24,250,25,254,23,256,25,256,29,261,32,258,33,255,32,253,32,254,36,255,37,257,38,260,40,260,43,257,44,256,46,257,49,257,57,257,60,261,64,264,64,266,62,268,65,271,65,273,62,277,61,280,62,282,66,287,67,289,70,290,73,291,76,287,79,287,86,283,85,281,89,282,93,284,94,283,97,276,97,271,95,269,91,264,91,263,89,258,90,254,90,248,91,248,94,245,94,243,94,242,96,240,96,239,96,239,100,236,100,234,102,233,106,231,106,227,111,224,111,223,120,218,122,216,128,214,125,211,126,208,129,206,130,201,131,198,130,197,124,196,125,190,126,186,121,184,121,181,123,176,116,173,116,163,123,158,123,158,122\" target=\"_blank\" shape=\"poly\" id=\"castillaleon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ebe77f82da7b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-55c122d3"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" href=\"https://contratacion.castillalamancha.es/gestion-electronica-de-la-contratacion\" coords=\"314,181,308,178,306,179,301,180,301,184,300,186,301,191,298,194,293,192,289,194,285,195,283,195,277,204,273,203,276,196,268,188,260,189,251,189,246,191,243,191,237,190,236,192,227,192,224,193,213,185,206,180,209,174,210,172,208,169,211,168,211,165,216,164,214,160,215,153,213,153,208,156,202,149,203,144,202,141,199,141,198,138,198,137,198,131,203,132,208,130,213,127,215,129,218,129,222,128,223,127,224,128,229,127,236,130,240,131,241,132,240,133,240,134,236,137,235,139,236,140,241,139,247,134,257,133,259,133,258,126,257,126,257,120,253,115,249,110,248,105,250,100,247,95,250,94,249,92,255,91,262,91,264,92,268,92,270,96,274,98,280,99,284,98,285,95,288,95,292,98,295,101,296,105,298,107,298,112,297,115,294,115,293,118,291,120,293,123,297,126,301,128,303,133,306,136,308,136,307,143,305,146,301,147,300,152,300,156,305,158,310,159,309,164,307,168,309,171,312,173,315,172,316,177,316,181,315,181\" target=\"_blank\" shape=\"poly\" id=\"castillamancha\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e62d78cf258",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7bf7353c"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" href=\"https://contractaciopublica.gencat.cat/ecofin_sobre/AppJava/views/ajuda/empreses/index.xhtml?set-locale=es_ES\" coords=\"353,113,350,111,347,111,345,107,347,103,347,98,347,97,345,95,349,92,350,88,348,84,351,79,348,75,350,72,354,69,355,63,357,58,357,55,358,50,356,45,358,42,356,39,353,37,352,35,354,33,360,34,363,35,367,37,371,37,373,42,373,46,374,47,377,46,380,44,384,45,388,44,388,46,388,49,393,47,394,46,400,47,401,48,404,48,407,45,412,44,415,44,417,44,420,46,421,47,421,48,421,50,416,50,416,52,417,54,418,56,419,56,419,58,420,59,421,62,418,64,413,69,405,74,399,78,395,79,395,83,391,86,383,87,374,91,368,94,363,94,361,99,358,102,357,104,361,108,359,111,355,111,352,112,352,113\" target=\"_blank\" shape=\"poly\" id=\"cataluna\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "642452fd85bd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-89c8204b"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" alt=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" href=\"https://www.juntaex.es/temas/empresas/contratacion-publica\" coords=\"214,154,208,157,201,149,202,144,201,142,198,142,197,139,196,138,197,130,196,126,190,127,185,122,181,124,175,117,163,124,153,125,153,128,156,131,156,136,153,142,153,145,138,145,143,151,145,159,148,163,152,164,153,168,145,178,144,184,142,186,147,196,153,196,164,203,165,202,172,204,178,202,180,199,183,198,187,200,189,198,188,191,200,179,202,178,206,178,209,172,207,169,210,167,210,164,214,163,213,160,214,157\" target=\"_blank\" shape=\"poly\" id=\"extremadura\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1957987e40f9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f3726a2f"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" alt=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" href=\"https://silex.conselleriadefacenda.es/SLE_Internet/index\" coords=\"156,64,155,58,160,54,161,53,161,49,160,48,160,46,154,45,153,44,156,35,162,30,161,28,158,27,158,25,160,23,158,19,154,14,156,11,155,8,151,8,147,3,144,2,141,1,137,2,133,1,130,4,126,7,126,13,124,13,120,13,119,15,112,15,111,14,108,16,106,19,102,19,99,24,100,26,102,26,104,33,107,32,105,38,105,42,111,38,110,43,109,45,111,46,112,49,110,54,108,57,108,61,108,64,113,60,115,57,120,57,126,56,127,59,125,64,126,67,129,67,132,64,133,66,137,65,141,67,147,68,151,66,151,63,152,62\" target=\"_blank\" shape=\"poly\" id=\"galicia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13699e4b905f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-52d52b03"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" href=\"http://www.madrid.org/cs/Satellite?pagename=PortalContratacion/Page/PCON_home\" coords=\"229,125,225,127,222,125,219,128,217,128,219,123,224,120,225,115,226,112,228,112,230,109,232,107,234,107,235,102,237,101,240,101,240,98,243,97,244,95,246,96,248,99,248,102,247,106,248,111,253,117,256,122,255,127,257,127,257,132,246,133,239,139,236,138,243,133,243,131,236,129,228,125,229,125\" target=\"_blank\" shape=\"poly\" id=\"madrid\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad7a1c0902d8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ca392f61"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" href=\"http://www.carm.es/web/pagina?IDCONTENIDO=709&IDTIPO=140&RASTRO=c$m22679\" coords=\"320,218,321,215,318,214,318,213,318,210,318,208,317,207,315,205,314,203,314,201,313,199,314,197,315,196,314,195,313,193,312,192,311,190,311,188,314,186,313,183,311,181,310,180,308,180,307,180,306,181,305,180,303,181,303,182,302,183,302,185,302,186,301,186,303,189,303,191,301,193,300,194,299,195,297,195,294,194,293,194,291,194,288,196,286,196,285,196,284,197,282,199,281,200,280,202,279,203,279,204,280,205,282,207,284,208,286,208,288,208,289,210,289,211,288,213,288,214,288,216,289,217,290,218,290,219,290,220,291,221,293,223,294,223,297,224,298,225,299,224,301,222,303,221,305,220,306,219,307,219,309,219,311,218,314,218,317,218,319,218,321,218\" target=\"_blank\" shape=\"poly\" id=\"murcia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dcaf0699681a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4658cf2a"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" href=\"https://portalcontratacion.navarra.es/es/quiero-presentar-una-oferta-electronica\" coords=\"275,43,275,46,278,49,284,51,288,51,291,56,293,56,293,59,293,61,292,62,291,62,290,62,290,64,292,64,295,65,298,66,300,66,302,64,302,61,301,58,300,56,301,53,302,49,305,44,306,41,310,40,313,36,314,32,313,31,309,29,305,29,302,26,301,28,300,29,298,27,298,25,300,23,299,20,296,20,292,20,291,19,289,21,287,23,287,25,285,27,285,30,280,32,279,33,280,36,278,40,278,42,275,43,275,46\" target=\"_blank\" shape=\"poly\" id=\"navarra\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed9ece03f066",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-abdeb5f0"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" alt=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" href=\"https://www.contratacion.euskadi.eus/acceso-a-la-licitacion-electronica-en-la-plataforma-kontratazioa-empresas/webkpe00-kpelicel/es/\" coords=\"253,19,253,22,255,22,256,24,257,25,257,29,261,31,262,32,259,34,257,34,256,35,258,37,259,38,261,40,264,40,264,39,264,37,267,37,270,38,271,40,272,42,274,42,277,41,277,38,279,36,278,33,279,31,283,30,284,27,285,25,286,25,286,22,289,20,290,18,290,17,287,18,283,20,277,20,270,16,264,15,261,15,259,17,255,18,253,19\" target=\"_blank\" shape=\"poly\" id=\"vascongadas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "113a0942ce11",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e4979af9"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" alt=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" href=\"https://www.larioja.org/contratacion-publica/es/licitaciones\" coords=\"263,63,259,61,258,51,258,46,259,44,261,43,264,44,266,44,269,47,270,49,272,47,275,47,277,49,278,50,282,51,285,53,287,52,289,56,291,58,292,57,291,61,289,60,289,64,289,66,287,66,283,65,282,62,282,61,278,60,274,59,273,61,272,62,271,64,268,64,266,61,265,61\" target=\"_blank\" shape=\"poly\" id=\"rioja\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "49c69e10f6da",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3a396737"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://juntadeandalucia.es/organismos/haciendayfinanciacioneuropea/areas/contratacion-publica/como-contratar.html\" title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"andalucia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ae956acc210",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-85499784"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.aragon.es/-/contratacion-centralizada-aragon\" title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"aragon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ceaf3a1be1e8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b44f67a5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.gobiernodecanarias.org/hacienda/contratacion/\" title=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"canarias\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a528ab8397c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c3e5578b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://contratacion.jcyl.es/web/es/contratacion-administrativa.html\" title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillaleon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0753ca3a195b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1485180c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://contratacion.castillalamancha.es/gestion-electronica-de-la-contratacion\" title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillamancha\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "979fc874e6f4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a359f903"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://contractaciopublica.gencat.cat/ecofin_sobre/AppJava/views/ajuda/empreses/index.xhtml?set-locale=es_ES\" title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cataluna\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d824f3bbf3c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-10ed8e7c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.juntaex.es/temas/empresas/contratacion-publica\" title=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"extremadura\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88e21aff62f1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-379fa766"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://silex.conselleriadefacenda.es/SLE_Internet/index\" title=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"galicia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d197c438ab3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8e9ac36f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://www.madrid.org/cs/Satellite?pagename=PortalContratacion/Page/PCON_home\" title=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"madrid\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41c7e55f6201",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-44211434"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://www.carm.es/web/pagina?IDCONTENIDO=709&IDTIPO=140&RASTRO=c$m22679\" title=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"murcia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "614e46e67674",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b500e23f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://portalcontratacion.navarra.es/es/quiero-presentar-una-oferta-electronica\" title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"navarra\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "904816a3e0cc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-94dc804d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.contratacion.euskadi.eus/acceso-a-la-licitacion-electronica-en-la-plataforma-kontratazioa-empresas/webkpe00-kpelicel/es/\" title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"vascongadas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d67fe74d599",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5c66ae82"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.larioja.org/contratacion-publica/es/licitaciones\" title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" class=\"comunidadlast selected\" name=\"rioja\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd7b0b74c4c1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6cae5136"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https :// europa.eu/youreurope/search/index _ es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54d79c5d8a25",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a734cd16"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https :// europa.eu/youreurope/search/index _ es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8990b1992ab3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6c2a4e71"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a20df8732dc2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37e36fc35c53",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e036dea6"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "994a5b8b8044",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a8232067"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9984e7cd32e8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7eaab86e"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9bb9e3b83af",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5fce09a045fe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3098,
        "uniqueFailedCount": 84,
        "duplicateFailedCount": 7,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 7
    },
    {
      "submittedUrl": "https://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": 10905,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1126,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 9
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3157,
          "failed": 99,
          "cantTell": 82,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba1af140ea98",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "434199772092",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0192dd5fae1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f94a023338d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86a23b88d7c5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2de8e2cc1fc0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46658b764dc6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5db754bd1dfb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80de6b4962a3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8c691d4b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0020c39e1922",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67b7573a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67532521ecc6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "627d70961896",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dbc11a04"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2a0af1399a2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f28a04a791f2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb3dc4b754dd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "839ff43ad903",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60dd6e3393db",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "213e26250f64",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8903b0586df0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "168e9cbd1f85",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8afd99e9529b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed4810a37698",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69bc6850d021",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3eda25473c2a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97ea16b4357d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8ad5488db94",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1e51ef029ad",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55b7ded076db",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa0dc1040b1e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b04040608441",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8be195f2660",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dce9f2c7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "03283eef8338",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ee5a3617"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5317c9a058fe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8bea4664"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ciudadanos\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b892e9970eff",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-964745ca"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Consumidores\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d4f1f85044e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5bc721cf"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Conexión a servicios\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9962b65db7df",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9a976e75"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Última actualización: 08-04-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00bcde99d3d7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "145f11d95bda",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7cb54e4b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/electricidad.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22e3a11a0a4a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b64d1a34"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/agua.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "539a93b76ae5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9c98023f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37404f38248c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d8698dc8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "164fea8ba692",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9cde48af"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos.html#-e444048c8a4f\" title=\"Ir a ¿Qué es un residuo doméstico?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f9aaf6fe650",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9dc282c3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos.html#-5abf7931a52c\" title=\"Ir a Servicios relacionados con los residuos domésticos\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79b9c114e354",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-91324f68"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos.html#-9ccccfff70bf\" title=\"Ir a Modelos de separación de residuos domésticos\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0fa4545b027e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e27f2b34"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos.html#-4f3b072f8679\" title=\"Ir a Sistemas de recogida de residuos domésticos\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "42f882cee3c4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ca946fa4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos.html#-390a41c6dd5b\" title=\"Ir a Información por Comunidades Autónomas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e744393ed82",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4c564db9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos.html#-571de66eeb41\" title=\"Ir a Información de Entidades Locales\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a81ec870501",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0e2358d0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos.html#-a038919be010\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a09dd13b392e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-da14440c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos.html#-ecd8a9879821\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d912b6635bd2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f1077e73"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb252060a88a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.miteco.gob.es/es/calidad-y-evaluacion-ambiental/temas/prevencion-y-gestion-residuos/flujos/domesticos/fracciones/Default.aspx\" title=\"diferentes tipos de residuos domésticos (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d8bc23ea6b8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d6b311dc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" 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\" title=\"vidrio (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a91ccc00284",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6ad517a0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.miteco.gob.es/es/calidad-y-evaluacion-ambiental/temas/prevencion-y-gestion-residuos/flujos/domesticos/fracciones/papel-y-carton/\" title=\"papel-cartón (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6638d8434e07",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-773fe9f1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.miteco.gob.es/es/calidad-y-evaluacion-ambiental/temas/prevencion-y-gestion-residuos/flujos/domesticos/fracciones/envases/\" title=\"envases ligeros (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c32e2fce9fa0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6049ce8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.miteco.gob.es/es/calidad-y-evaluacion-ambiental/temas/prevencion-y-gestion-residuos/flujos/pilas-y-acumuladores/\" title=\"pilas (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0b0f4c32843",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c82ffc8b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.miteco.gob.es/es/calidad-y-evaluacion-ambiental/temas/prevencion-y-gestion-residuos/flujos/domesticos/fracciones/textil-y-calzado/\" title=\"textil (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c43743b9dae",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3361fd8d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.miteco.gob.es/es/calidad-y-evaluacion-ambiental/temas/prevencion-y-gestion-residuos/flujos/domesticos/fracciones/aceites-cocina/Default.aspx\" title=\"aceites (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a32dae65c22",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f1561102"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" alt=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" href=\"https://juntadeandalucia.es/temas/medio-ambiente/urbano/residuos.html#toc-gesti-n-de-residuos\" coords=\"202,179,208,183,224,195,231,193,247,193,251,190,260,191,267,189,274,197,271,203,278,206,286,211,286,216,291,226,295,227,289,240,283,248,277,243,271,244,268,250,261,247,249,247,247,249,240,247,228,247,221,248,212,256,206,255,197,260,194,267,191,267,188,271,177,267,170,259,172,255,166,248,167,244,155,232,144,229,138,229,138,222,136,217,141,208,146,203,151,201,151,197,163,204,166,203,172,206,179,203,182,199,186,202,191,198,190,191,195,185,202,180\" target=\"_blank\" shape=\"poly\" id=\"andalucia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5bf128d9a92f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8828b4d7"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" alt=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" href=\"https://www.aragon.es/-/residuos-domesticos-y-comerciales\" coords=\"291,65,289,67,291,73,292,75,292,77,288,79,288,87,284,87,282,89,283,92,285,94,287,94,291,96,295,99,297,101,297,104,299,107,299,112,298,116,295,116,294,119,293,122,298,125,301,128,303,128,306,128,308,129,310,131,311,133,308,134,312,135,316,135,320,132,323,129,324,126,327,125,329,123,330,112,329,110,331,110,332,106,335,106,338,107,344,107,345,106,345,103,345,101,346,100,346,97,343,94,346,93,349,90,348,87,346,84,347,82,350,79,347,77,346,75,348,71,353,68,353,64,355,60,355,56,357,52,356,49,355,45,357,42,356,40,352,38,347,39,341,39,340,38,337,40,334,39,330,36,329,35,325,36,321,36,316,31,315,36,312,39,310,42,307,42,305,47,304,49,303,52,301,55,302,59,303,61,303,64,301,67,300,68,294,66,292,65,291,65\" target=\"_blank\" shape=\"poly\" id=\"aragon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da45a9b6e814",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ead02da1"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" alt=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" href=\"https://www.gobiernodecanarias.org/medioambiente/materias/residuos/mas-informacion/recomendaciones-al-ciudadano/\" coords=\"9,258,148,315\" target=\"_blank\" shape=\"rect\" id=\"canarias\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc3a50867409",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-61d42e63"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" href=\"https://www.mare.es/que-hacemos/residuos\" coords=\"213,23,215,26,217,28,223,27,226,28,228,31,230,34,231,36,236,37,238,37,237,33,234,32,234,29,238,27,242,24,244,23,245,23,250,24,249,21,250,20,252,19,254,17,252,16,249,16,246,13,245,12,242,14,238,14,236,13,232,15,231,16,227,16,222,16,221,18,221,19,218,19,215,20,216,22,215,23,213,22\" target=\"_blank\" shape=\"poly\" id=\"cantabria\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "53b16a81da57",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b19b90a8"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" href=\"https://medioambiente.jcyl.es/web/es/calidad-ambiental/residuos-domesticos.html\" coords=\"159,122,158,118,159,115,159,107,159,102,156,97,160,97,162,93,165,90,168,89,172,85,176,80,176,76,173,75,169,74,167,73,168,70,168,65,165,65,162,64,157,64,156,59,162,54,163,50,161,48,161,45,155,44,157,37,162,31,172,30,173,27,177,27,183,27,186,30,190,30,190,27,195,28,205,26,211,22,214,27,217,29,223,28,227,32,230,37,237,39,240,37,237,32,235,31,239,27,244,24,250,25,254,23,256,25,256,29,261,32,258,33,255,32,253,32,254,36,255,37,257,38,260,40,260,43,257,44,256,46,257,49,257,57,257,60,261,64,264,64,266,62,268,65,271,65,273,62,277,61,280,62,282,66,287,67,289,70,290,73,291,76,287,79,287,86,283,85,281,89,282,93,284,94,283,97,276,97,271,95,269,91,264,91,263,89,258,90,254,90,248,91,248,94,245,94,243,94,242,96,240,96,239,96,239,100,236,100,234,102,233,106,231,106,227,111,224,111,223,120,218,122,216,128,214,125,211,126,208,129,206,130,201,131,198,130,197,124,196,125,190,126,186,121,184,121,181,123,176,116,173,116,163,123,158,123,158,122\" target=\"_blank\" shape=\"poly\" id=\"castillaleon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3eccb9b3a06",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0a88d1b1"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" href=\"https://www.castillalamancha.es/gobierno/desarrollosostenible/estructura/dgecocir/actuaciones/residuos\" coords=\"314,181,308,178,306,179,301,180,301,184,300,186,301,191,298,194,293,192,289,194,285,195,283,195,277,204,273,203,276,196,268,188,260,189,251,189,246,191,243,191,237,190,236,192,227,192,224,193,213,185,206,180,209,174,210,172,208,169,211,168,211,165,216,164,214,160,215,153,213,153,208,156,202,149,203,144,202,141,199,141,198,138,198,137,198,131,203,132,208,130,213,127,215,129,218,129,222,128,223,127,224,128,229,127,236,130,240,131,241,132,240,133,240,134,236,137,235,139,236,140,241,139,247,134,257,133,259,133,258,126,257,126,257,120,253,115,249,110,248,105,250,100,247,95,250,94,249,92,255,91,262,91,264,92,268,92,270,96,274,98,280,99,284,98,285,95,288,95,292,98,295,101,296,105,298,107,298,112,297,115,294,115,293,118,291,120,293,123,297,126,301,128,303,133,306,136,308,136,307,143,305,146,301,147,300,152,300,156,305,158,310,159,309,164,307,168,309,171,312,173,315,172,316,177,316,181,315,181\" target=\"_blank\" shape=\"poly\" id=\"castillamancha\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e448ba240546",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-652822b7"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" href=\"http://residus.gencat.cat/es/ambits_dactuacio/recollida_selectiva/\" coords=\"353,113,350,111,347,111,345,107,347,103,347,98,347,97,345,95,349,92,350,88,348,84,351,79,348,75,350,72,354,69,355,63,357,58,357,55,358,50,356,45,358,42,356,39,353,37,352,35,354,33,360,34,363,35,367,37,371,37,373,42,373,46,374,47,377,46,380,44,384,45,388,44,388,46,388,49,393,47,394,46,400,47,401,48,404,48,407,45,412,44,415,44,417,44,420,46,421,47,421,48,421,50,416,50,416,52,417,54,418,56,419,56,419,58,420,59,421,62,418,64,413,69,405,74,399,78,395,79,395,83,391,86,383,87,374,91,368,94,363,94,361,99,358,102,357,104,361,108,359,111,355,111,352,112,352,113\" target=\"_blank\" shape=\"poly\" id=\"cataluna\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "edce6a851cdd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6e349992"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" alt=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" href=\"https://www.melilla.es/melillaPortal/contenedor.jsp?seccion=s_ldes_d1_v2.jsp&codbusqueda=722&language=es&codResi=1&codMenuPN=601&codMenuSN=8&codMenu=705\" coords=\"275,299,276,300,276,303,276,304,271,304,267,304,267,302,268,299,275,299\" target=\"_blank\" shape=\"poly\" id=\"melilla\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7db89129427",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-66975cce"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" href=\"https://www.comunidad.madrid/servicios/urbanismo-medio-ambiente/residuos-domesticos-reduce-recicla-recupera\" coords=\"229,125,225,127,222,125,219,128,217,128,219,123,224,120,225,115,226,112,228,112,230,109,232,107,234,107,235,102,237,101,240,101,240,98,243,97,244,95,246,96,248,99,248,102,247,106,248,111,253,117,256,122,255,127,257,127,257,132,246,133,239,139,236,138,243,133,243,131,236,129,228,125,229,125\" target=\"_blank\" shape=\"poly\" id=\"madrid\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09629c521e45",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b1b5aed2"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" href=\"https://www.navarra.es/home_es/Temas/Medio+Ambiente/Residuos/Inventarios+de+residuos.htm\" coords=\"275,43,275,46,278,49,284,51,288,51,291,56,293,56,293,59,293,61,292,62,291,62,290,62,290,64,292,64,295,65,298,66,300,66,302,64,302,61,301,58,300,56,301,53,302,49,305,44,306,41,310,40,313,36,314,32,313,31,309,29,305,29,302,26,301,28,300,29,298,27,298,25,300,23,299,20,296,20,292,20,291,19,289,21,287,23,287,25,285,27,285,30,280,32,279,33,280,36,278,40,278,42,275,43,275,46\" target=\"_blank\" shape=\"poly\" id=\"navarra\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "62490bd1cc76",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5d2537fb"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" alt=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" href=\"https://www.euskadi.eus/informacion/residuos-urbanos/web01-a2inghon/es/\" coords=\"253,19,253,22,255,22,256,24,257,25,257,29,261,31,262,32,259,34,257,34,256,35,258,37,259,38,261,40,264,40,264,39,264,37,267,37,270,38,271,40,272,42,274,42,277,41,277,38,279,36,278,33,279,31,283,30,284,27,285,25,286,25,286,22,289,20,290,18,290,17,287,18,283,20,277,20,270,16,264,15,261,15,259,17,255,18,253,19\" target=\"_blank\" shape=\"poly\" id=\"vascongadas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23bf9d5ace59",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9c0b7437"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" alt=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" href=\"https://www.larioja.org/medio-ambiente/es/residuos/residuos-urbanos\" coords=\"263,63,259,61,258,51,258,46,259,44,261,43,264,44,266,44,269,47,270,49,272,47,275,47,277,49,278,50,282,51,285,53,287,52,289,56,291,58,292,57,291,61,289,60,289,64,289,66,287,66,283,65,282,62,282,61,278,60,274,59,273,61,272,62,271,64,268,64,266,61,265,61\" target=\"_blank\" shape=\"poly\" id=\"rioja\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79a0152983ec",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-83a794a5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://juntadeandalucia.es/temas/medio-ambiente/urbano/residuos.html#toc-gesti-n-de-residuos\" title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"andalucia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e27cf58894c9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-25a5c61d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.aragon.es/-/residuos-domesticos-y-comerciales\" title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"aragon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef34a76eab7b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2de6f01c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.gobiernodecanarias.org/medioambiente/materias/residuos/mas-informacion/recomendaciones-al-ciudadano/\" title=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"canarias\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cffd14b8732d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1e003f73"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.mare.es/que-hacemos/residuos\" title=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cantabria\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f14707eb7f8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3709acc9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://medioambiente.jcyl.es/web/es/calidad-ambiental/residuos-domesticos.html\" title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillaleon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fbef4f2dccdf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1653af8b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.castillalamancha.es/gobierno/desarrollosostenible/estructura/dgecocir/actuaciones/residuos\" title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillamancha\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5529d4692cf3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-83a2904e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://residus.gencat.cat/es/ambits_dactuacio/recollida_selectiva/\" title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cataluna\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e242cf22b7a0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-daff7d77"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.melilla.es/melillaPortal/contenedor.jsp?seccion=s_ldes_d1_v2.jsp&codbusqueda=722&language=es&codResi=1&codMenuPN=601&codMenuSN=8&codMenu=705\" title=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"melilla\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf71afe2aaf3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dabccf8c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.comunidad.madrid/servicios/urbanismo-medio-ambiente/residuos-domesticos-reduce-recicla-recupera\" title=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"madrid\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "983d2916e736",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f24f2fb6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.navarra.es/home_es/Temas/Medio+Ambiente/Residuos/Inventarios+de+residuos.htm\" title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"navarra\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8eb843e6532b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-693fd4a3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.euskadi.eus/informacion/residuos-urbanos/web01-a2inghon/es/\" title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"vascongadas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9dd1fc7a91f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0f0c33aa"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.larioja.org/medio-ambiente/es/residuos/residuos-urbanos\" title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" class=\"comunidadlast selected\" name=\"rioja\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "049fe1b8ba2b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8160fc3c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"/pag_Home/espanaAdmon/directorioOrganigramas/quienEsQuien/EELL.html\" class=\"enlacenegrita\" title=\"mapa de Entidades Locales (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51e030f6cab1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-93cf52bb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "603d0aac2533",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2c31751c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a128d8984052",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fe75f54d"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4091437fdcca",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7f1bfe74017c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5976a683"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb9874caa8e6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b017c3f0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10e483c65cb4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-85022af9"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDeCookies.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f4152d5409a8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f9d7338e"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "294f5f4e3d36",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73002bb31652",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3300,
        "uniqueFailedCount": 92,
        "duplicateFailedCount": 7,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 7
    },
    {
      "submittedUrl": "https://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": 13128,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1126,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 9
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3163,
          "failed": 97,
          "cantTell": 80,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed31a609b223",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71163dfad825",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04a6f2f3453e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3138f6eee337",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b77617acd86f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7de8ffb0e764",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3bd4c94924e9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5dc609d2b621",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "027430a5c948",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-00e16913"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00be77f90975",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-31b3633a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ab56f3e94d6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5aec348cdb1f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b3402664"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f4b49ac78889",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e4265dd86c72",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "15946ab3237c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a1169ae303a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8631ccdb1f0b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ffccb02b8d4d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d388a429601",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9534b5ef212",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "63784489b5ba",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a44d136417f4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1001d2e0d14e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d452b0b8cbcd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d1bd33748b7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ee7090f640b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b13c0f9944bb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11bcd996ed99",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7355e07effd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2c8fd27cd0e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/gl/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d33f783c1d79",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-411757f8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/gl/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22b256d271b7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-456ef52c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89ede3e36bb4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-10b03724"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ciudadanos\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22a4aed633a0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0fb59511"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Consumidores\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72438f1afde6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-24f38c66"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Conexión a servicios\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4add33eb1c37",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-91d8266a"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Última actualización: 08-04-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9b8f53cc7ee",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a1a87b60004",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8efafd47"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/electricidad.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "033d4bb61117",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-12abf0c1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/agua.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6609942e6665",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bc1265ed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11017deadad4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d3e5547e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7439c444dd61",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7b0e6b15"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos.html#-e444048c8a4f\" title=\"Ir a ¿Qué es un residuo doméstico?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa3cf0633544",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5e647d2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos.html#-5abf7931a52c\" title=\"Ir a Servicios relacionados con los residuos domésticos\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c40abf0554c0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ec38a750"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos.html#-9ccccfff70bf\" title=\"Ir a Modelos de separación de residuos domésticos\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a8645c3851d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-705ba512"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos.html#-4f3b072f8679\" title=\"Ir a Sistemas de recogida de residuos domésticos\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ee13cc4a5dc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-508418ae"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos.html#-390a41c6dd5b\" title=\"Ir a Información por Comunidades Autónomas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "170f4a578d83",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7e372c0d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos.html#-571de66eeb41\" title=\"Ir a Información de Entidades Locales\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8b883e99636",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a0334f83"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos.html#-a038919be010\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a6ef0cd38e8c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ac853223"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos.html#-ecd8a9879821\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "160ac66ac03d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-953bad37"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c68abaa375f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.miteco.gob.es/es/calidad-y-evaluacion-ambiental/temas/prevencion-y-gestion-residuos/flujos/domesticos/fracciones/Default.aspx\" title=\"diferentes tipos de residuos domésticos (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c38c39cec34",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d6b311dc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" 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\" title=\"vidrio (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6e5e35940bf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6ad517a0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.miteco.gob.es/es/calidad-y-evaluacion-ambiental/temas/prevencion-y-gestion-residuos/flujos/domesticos/fracciones/papel-y-carton/\" title=\"papel-cartón (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5d1962bd528",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-773fe9f1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.miteco.gob.es/es/calidad-y-evaluacion-ambiental/temas/prevencion-y-gestion-residuos/flujos/domesticos/fracciones/envases/\" title=\"envases ligeros (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3cec9f64dcb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6049ce8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.miteco.gob.es/es/calidad-y-evaluacion-ambiental/temas/prevencion-y-gestion-residuos/flujos/pilas-y-acumuladores/\" title=\"pilas (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "15366e0a5911",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c82ffc8b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.miteco.gob.es/es/calidad-y-evaluacion-ambiental/temas/prevencion-y-gestion-residuos/flujos/domesticos/fracciones/textil-y-calzado/\" title=\"textil (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3080c408eb7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3361fd8d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.miteco.gob.es/es/calidad-y-evaluacion-ambiental/temas/prevencion-y-gestion-residuos/flujos/domesticos/fracciones/aceites-cocina/Default.aspx\" title=\"aceites (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6293d78e830d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f1561102"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" alt=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" href=\"https://juntadeandalucia.es/temas/medio-ambiente/urbano/residuos.html#toc-gesti-n-de-residuos\" coords=\"202,179,208,183,224,195,231,193,247,193,251,190,260,191,267,189,274,197,271,203,278,206,286,211,286,216,291,226,295,227,289,240,283,248,277,243,271,244,268,250,261,247,249,247,247,249,240,247,228,247,221,248,212,256,206,255,197,260,194,267,191,267,188,271,177,267,170,259,172,255,166,248,167,244,155,232,144,229,138,229,138,222,136,217,141,208,146,203,151,201,151,197,163,204,166,203,172,206,179,203,182,199,186,202,191,198,190,191,195,185,202,180\" target=\"_blank\" shape=\"poly\" id=\"andalucia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d2d885c1203",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8828b4d7"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" alt=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" href=\"https://www.aragon.es/-/residuos-domesticos-y-comerciales\" coords=\"291,65,289,67,291,73,292,75,292,77,288,79,288,87,284,87,282,89,283,92,285,94,287,94,291,96,295,99,297,101,297,104,299,107,299,112,298,116,295,116,294,119,293,122,298,125,301,128,303,128,306,128,308,129,310,131,311,133,308,134,312,135,316,135,320,132,323,129,324,126,327,125,329,123,330,112,329,110,331,110,332,106,335,106,338,107,344,107,345,106,345,103,345,101,346,100,346,97,343,94,346,93,349,90,348,87,346,84,347,82,350,79,347,77,346,75,348,71,353,68,353,64,355,60,355,56,357,52,356,49,355,45,357,42,356,40,352,38,347,39,341,39,340,38,337,40,334,39,330,36,329,35,325,36,321,36,316,31,315,36,312,39,310,42,307,42,305,47,304,49,303,52,301,55,302,59,303,61,303,64,301,67,300,68,294,66,292,65,291,65\" target=\"_blank\" shape=\"poly\" id=\"aragon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94c3af865e7b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ead02da1"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" alt=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" href=\"https://www.gobiernodecanarias.org/medioambiente/materias/residuos/mas-informacion/recomendaciones-al-ciudadano/\" coords=\"9,258,148,315\" target=\"_blank\" shape=\"rect\" id=\"canarias\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a36b4485ef0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-61d42e63"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" href=\"https://www.mare.es/que-hacemos/residuos\" coords=\"213,23,215,26,217,28,223,27,226,28,228,31,230,34,231,36,236,37,238,37,237,33,234,32,234,29,238,27,242,24,244,23,245,23,250,24,249,21,250,20,252,19,254,17,252,16,249,16,246,13,245,12,242,14,238,14,236,13,232,15,231,16,227,16,222,16,221,18,221,19,218,19,215,20,216,22,215,23,213,22\" target=\"_blank\" shape=\"poly\" id=\"cantabria\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50e8cb167275",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b19b90a8"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" href=\"https://medioambiente.jcyl.es/web/es/calidad-ambiental/residuos-domesticos.html\" coords=\"159,122,158,118,159,115,159,107,159,102,156,97,160,97,162,93,165,90,168,89,172,85,176,80,176,76,173,75,169,74,167,73,168,70,168,65,165,65,162,64,157,64,156,59,162,54,163,50,161,48,161,45,155,44,157,37,162,31,172,30,173,27,177,27,183,27,186,30,190,30,190,27,195,28,205,26,211,22,214,27,217,29,223,28,227,32,230,37,237,39,240,37,237,32,235,31,239,27,244,24,250,25,254,23,256,25,256,29,261,32,258,33,255,32,253,32,254,36,255,37,257,38,260,40,260,43,257,44,256,46,257,49,257,57,257,60,261,64,264,64,266,62,268,65,271,65,273,62,277,61,280,62,282,66,287,67,289,70,290,73,291,76,287,79,287,86,283,85,281,89,282,93,284,94,283,97,276,97,271,95,269,91,264,91,263,89,258,90,254,90,248,91,248,94,245,94,243,94,242,96,240,96,239,96,239,100,236,100,234,102,233,106,231,106,227,111,224,111,223,120,218,122,216,128,214,125,211,126,208,129,206,130,201,131,198,130,197,124,196,125,190,126,186,121,184,121,181,123,176,116,173,116,163,123,158,123,158,122\" target=\"_blank\" shape=\"poly\" id=\"castillaleon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a23f69c5b8be",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0a88d1b1"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" href=\"https://www.castillalamancha.es/gobierno/desarrollosostenible/estructura/dgecocir/actuaciones/residuos\" coords=\"314,181,308,178,306,179,301,180,301,184,300,186,301,191,298,194,293,192,289,194,285,195,283,195,277,204,273,203,276,196,268,188,260,189,251,189,246,191,243,191,237,190,236,192,227,192,224,193,213,185,206,180,209,174,210,172,208,169,211,168,211,165,216,164,214,160,215,153,213,153,208,156,202,149,203,144,202,141,199,141,198,138,198,137,198,131,203,132,208,130,213,127,215,129,218,129,222,128,223,127,224,128,229,127,236,130,240,131,241,132,240,133,240,134,236,137,235,139,236,140,241,139,247,134,257,133,259,133,258,126,257,126,257,120,253,115,249,110,248,105,250,100,247,95,250,94,249,92,255,91,262,91,264,92,268,92,270,96,274,98,280,99,284,98,285,95,288,95,292,98,295,101,296,105,298,107,298,112,297,115,294,115,293,118,291,120,293,123,297,126,301,128,303,133,306,136,308,136,307,143,305,146,301,147,300,152,300,156,305,158,310,159,309,164,307,168,309,171,312,173,315,172,316,177,316,181,315,181\" target=\"_blank\" shape=\"poly\" id=\"castillamancha\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95035f82d4ad",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-652822b7"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" href=\"http://residus.gencat.cat/es/ambits_dactuacio/recollida_selectiva/\" coords=\"353,113,350,111,347,111,345,107,347,103,347,98,347,97,345,95,349,92,350,88,348,84,351,79,348,75,350,72,354,69,355,63,357,58,357,55,358,50,356,45,358,42,356,39,353,37,352,35,354,33,360,34,363,35,367,37,371,37,373,42,373,46,374,47,377,46,380,44,384,45,388,44,388,46,388,49,393,47,394,46,400,47,401,48,404,48,407,45,412,44,415,44,417,44,420,46,421,47,421,48,421,50,416,50,416,52,417,54,418,56,419,56,419,58,420,59,421,62,418,64,413,69,405,74,399,78,395,79,395,83,391,86,383,87,374,91,368,94,363,94,361,99,358,102,357,104,361,108,359,111,355,111,352,112,352,113\" target=\"_blank\" shape=\"poly\" id=\"cataluna\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "503a931546d4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6e349992"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" alt=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" href=\"https://www.melilla.es/melillaPortal/contenedor.jsp?seccion=s_ldes_d1_v2.jsp&codbusqueda=722&language=es&codResi=1&codMenuPN=601&codMenuSN=8&codMenu=705\" coords=\"275,299,276,300,276,303,276,304,271,304,267,304,267,302,268,299,275,299\" target=\"_blank\" shape=\"poly\" id=\"melilla\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea59519dbf94",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-66975cce"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" href=\"https://www.comunidad.madrid/servicios/urbanismo-medio-ambiente/residuos-domesticos-reduce-recicla-recupera\" coords=\"229,125,225,127,222,125,219,128,217,128,219,123,224,120,225,115,226,112,228,112,230,109,232,107,234,107,235,102,237,101,240,101,240,98,243,97,244,95,246,96,248,99,248,102,247,106,248,111,253,117,256,122,255,127,257,127,257,132,246,133,239,139,236,138,243,133,243,131,236,129,228,125,229,125\" target=\"_blank\" shape=\"poly\" id=\"madrid\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3e8593752b2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b1b5aed2"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" href=\"https://www.navarra.es/home_es/Temas/Medio+Ambiente/Residuos/Inventarios+de+residuos.htm\" coords=\"275,43,275,46,278,49,284,51,288,51,291,56,293,56,293,59,293,61,292,62,291,62,290,62,290,64,292,64,295,65,298,66,300,66,302,64,302,61,301,58,300,56,301,53,302,49,305,44,306,41,310,40,313,36,314,32,313,31,309,29,305,29,302,26,301,28,300,29,298,27,298,25,300,23,299,20,296,20,292,20,291,19,289,21,287,23,287,25,285,27,285,30,280,32,279,33,280,36,278,40,278,42,275,43,275,46\" target=\"_blank\" shape=\"poly\" id=\"navarra\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa974480004d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5d2537fb"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" alt=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" href=\"https://www.euskadi.eus/informacion/residuos-urbanos/web01-a2inghon/es/\" coords=\"253,19,253,22,255,22,256,24,257,25,257,29,261,31,262,32,259,34,257,34,256,35,258,37,259,38,261,40,264,40,264,39,264,37,267,37,270,38,271,40,272,42,274,42,277,41,277,38,279,36,278,33,279,31,283,30,284,27,285,25,286,25,286,22,289,20,290,18,290,17,287,18,283,20,277,20,270,16,264,15,261,15,259,17,255,18,253,19\" target=\"_blank\" shape=\"poly\" id=\"vascongadas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc1be57b5cf9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9c0b7437"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" alt=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" href=\"https://www.larioja.org/medio-ambiente/es/residuos/residuos-urbanos\" coords=\"263,63,259,61,258,51,258,46,259,44,261,43,264,44,266,44,269,47,270,49,272,47,275,47,277,49,278,50,282,51,285,53,287,52,289,56,291,58,292,57,291,61,289,60,289,64,289,66,287,66,283,65,282,62,282,61,278,60,274,59,273,61,272,62,271,64,268,64,266,61,265,61\" target=\"_blank\" shape=\"poly\" id=\"rioja\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e197360df355",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-83a794a5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://juntadeandalucia.es/temas/medio-ambiente/urbano/residuos.html#toc-gesti-n-de-residuos\" title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"andalucia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b9cec2479e6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-25a5c61d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.aragon.es/-/residuos-domesticos-y-comerciales\" title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"aragon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b60547fb9dbd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2de6f01c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.gobiernodecanarias.org/medioambiente/materias/residuos/mas-informacion/recomendaciones-al-ciudadano/\" title=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"canarias\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e3d52c6d95f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1e003f73"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.mare.es/que-hacemos/residuos\" title=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cantabria\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59e10d254348",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3709acc9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://medioambiente.jcyl.es/web/es/calidad-ambiental/residuos-domesticos.html\" title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillaleon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e76e8281cf09",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1653af8b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.castillalamancha.es/gobierno/desarrollosostenible/estructura/dgecocir/actuaciones/residuos\" title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillamancha\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "425a09733caf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-83a2904e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://residus.gencat.cat/es/ambits_dactuacio/recollida_selectiva/\" title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cataluna\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1417cb68bb7c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-daff7d77"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.melilla.es/melillaPortal/contenedor.jsp?seccion=s_ldes_d1_v2.jsp&codbusqueda=722&language=es&codResi=1&codMenuPN=601&codMenuSN=8&codMenu=705\" title=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"melilla\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52afccdf3285",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dabccf8c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.comunidad.madrid/servicios/urbanismo-medio-ambiente/residuos-domesticos-reduce-recicla-recupera\" title=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"madrid\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7464e49ac50",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f24f2fb6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.navarra.es/home_es/Temas/Medio+Ambiente/Residuos/Inventarios+de+residuos.htm\" title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"navarra\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d97836004d6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-693fd4a3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.euskadi.eus/informacion/residuos-urbanos/web01-a2inghon/es/\" title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"vascongadas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "010fc5e01b60",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0f0c33aa"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.larioja.org/medio-ambiente/es/residuos/residuos-urbanos\" title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" class=\"comunidadlast selected\" name=\"rioja\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae51bec7ec08",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8160fc3c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"/pag_Home/gl/espanaAdmon/directorioOrganigramas/quienEsQuien/EELL.html\" class=\"enlacenegrita\" title=\"mapa de Entidades Locales (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3465c5143fa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-39d2411b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_é.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dcf103a17a26",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7b59e4e9"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_é.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ffb63b073db",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e4023724"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7e1a4979a3b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6df8aea6df9c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be5b1493"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb81985bf071",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cd1f6394"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4403de8eaeaa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7909959a6387",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3304,
        "uniqueFailedCount": 90,
        "duplicateFailedCount": 7,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 7
    },
    {
      "submittedUrl": "https://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": 10850,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1086,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 3
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3002,
          "failed": 80,
          "cantTell": 66,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "heading_markup_misuse",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8df9f5b0ec7b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e2853f5ce54",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c932b30bd1ca",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d008f976d964",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d257a2d82206",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b3fa65a7ec4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f41a7967898",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22bee0ca2f14",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d9c32a4ebae5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8c691d4b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ffaf54d65ed",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67b7573a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "92bee741959c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eefa68b9f8ca",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dbc11a04"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "486fca18a047",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e7b13b3ca6b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b6deed4d1c3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "63382016743e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b7fd0f88ddb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb0bf7d7fd10",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0c28db14adb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f4472906f21",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87c22b24014a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6fd8bfd2503",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "66fd8d4d9e9a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6497a05b347a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fce6215f3c73",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5637a755ed6c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11d5af370063",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "217acc2eb540",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8302616245b3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "efc433eff7a1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "260d1b4a053a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dce9f2c7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe5f0cb66f35",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ee5a3617"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1bb0d094cf2e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8bea4664"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ciudadanos\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "acfae2ca4b20",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-964745ca"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ciudadanía y vida familiar\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3970418cedd6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-955ab966"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Última actualización: 31-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6fce00f3effb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a83dbe51bec",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-38d04376"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4eb44a50e67",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b5794fcf"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f41af7082b03",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a98629d1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/sucesiones.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "efff5a2a3d91",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1800d0b8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero.html#-5afb1f6c1459\" title=\"Ir a ¿Qué es la rectificación registral de la mención del sexo?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce92bfe5f445",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e1bed07a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero.html#-92e7156cb2a7\" title=\"Ir a Quién puede solicitarla\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e88b2f1777a2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5313a5ec"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero.html#-d4ccfab0a4ee\" title=\"Ir a Requisitos que se deben cumplir\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69c46c69d82b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4647136c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero.html#-b5bcd320dc47\" title=\"Ir a Dónde se debe solicitar\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9753629a59ff",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ac01c03b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero.html#-f176600f3b6e\" title=\"Ir a Autorización\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19dc6f8c2457",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6b2d9c3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero.html#-c7f1b2f1c23e\" title=\"Ir a Cuándo produce efectos\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b4be699f07fe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8dddcc01"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero.html#-9718d6ab3249\" title=\"Ir a Dónde debe inscribirse\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d99108e270a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cb01bded"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero.html#-5134161c0d5b\" title=\"Ir a Información por Comunidades Autónomas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db868be41e32",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e506c078"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero.html#-e9e901c2ee5d\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe834612cfec",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9f6bd598"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero.html#-1c3693c97121\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72d3a39283cf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8fb60407"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0629e82f3a4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2023-5366\" 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)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c92d4318b84",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d99c4903"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" href=\"https://lgtbi.castillalamancha.es/guias-y-documentacion\" coords=\"314,181,308,178,306,179,301,180,301,184,300,186,301,191,298,194,293,192,289,194,285,195,283,195,277,204,273,203,276,196,268,188,260,189,251,189,246,191,243,191,237,190,236,192,227,192,224,193,213,185,206,180,209,174,210,172,208,169,211,168,211,165,216,164,214,160,215,153,213,153,208,156,202,149,203,144,202,141,199,141,198,138,198,137,198,131,203,132,208,130,213,127,215,129,218,129,222,128,223,127,224,128,229,127,236,130,240,131,241,132,240,133,240,134,236,137,235,139,236,140,241,139,247,134,257,133,259,133,258,126,257,126,257,120,253,115,249,110,248,105,250,100,247,95,250,94,249,92,255,91,262,91,264,92,268,92,270,96,274,98,280,99,284,98,285,95,288,95,292,98,295,101,296,105,298,107,298,112,297,115,294,115,293,118,291,120,293,123,297,126,301,128,303,133,306,136,308,136,307,143,305,146,301,147,300,152,300,156,305,158,310,159,309,164,307,168,309,171,312,173,315,172,316,177,316,181,315,181\" target=\"_blank\" shape=\"poly\" id=\"castillamancha\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88f46f5596da",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2aa39041"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" href=\"https://igualtat.gencat.cat/ca/ambits-dactuacio/lgbti/Serveis-i-tramits-de-la-Xarxa-dAtencio-Integral-SAI/#bloc6\" coords=\"353,113,350,111,347,111,345,107,347,103,347,98,347,97,345,95,349,92,350,88,348,84,351,79,348,75,350,72,354,69,355,63,357,58,357,55,358,50,356,45,358,42,356,39,353,37,352,35,354,33,360,34,363,35,367,37,371,37,373,42,373,46,374,47,377,46,380,44,384,45,388,44,388,46,388,49,393,47,394,46,400,47,401,48,404,48,407,45,412,44,415,44,417,44,420,46,421,47,421,48,421,50,416,50,416,52,417,54,418,56,419,56,419,58,420,59,421,62,418,64,413,69,405,74,399,78,395,79,395,83,391,86,383,87,374,91,368,94,363,94,361,99,358,102,357,104,361,108,359,111,355,111,352,112,352,113\" target=\"_blank\" shape=\"poly\" id=\"cataluna\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cbc4bae7db95",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-886948e0"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" href=\"https://www.navarra.es/es/tramites/on/-/line/registro-civil-de-navarra\" coords=\"275,43,275,46,278,49,284,51,288,51,291,56,293,56,293,59,293,61,292,62,291,62,290,62,290,64,292,64,295,65,298,66,300,66,302,64,302,61,301,58,300,56,301,53,302,49,305,44,306,41,310,40,313,36,314,32,313,31,309,29,305,29,302,26,301,28,300,29,298,27,298,25,300,23,299,20,296,20,292,20,291,19,289,21,287,23,287,25,285,27,285,30,280,32,279,33,280,36,278,40,278,42,275,43,275,46\" target=\"_blank\" shape=\"poly\" id=\"navarra\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca13e5a14743",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e41362ac"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" alt=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" href=\"https://www.euskadi.eus/gobierno-vasco/berdindu/\" coords=\"253,19,253,22,255,22,256,24,257,25,257,29,261,31,262,32,259,34,257,34,256,35,258,37,259,38,261,40,264,40,264,39,264,37,267,37,270,38,271,40,272,42,274,42,277,41,277,38,279,36,278,33,279,31,283,30,284,27,285,25,286,25,286,22,289,20,290,18,290,17,287,18,283,20,277,20,270,16,264,15,261,15,259,17,255,18,253,19\" target=\"_blank\" shape=\"poly\" id=\"vascongadas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a0b20ce329a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9836f480"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://lgtbi.castillalamancha.es/guias-y-documentacion\" title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillamancha\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8691f58fbf84",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a1ca481"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://igualtat.gencat.cat/ca/ambits-dactuacio/lgbti/Serveis-i-tramits-de-la-Xarxa-dAtencio-Integral-SAI/#bloc6\" title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cataluna\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5da82560ce9b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-86dedcd5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.navarra.es/es/tramites/on/-/line/registro-civil-de-navarra\" title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"navarra\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90c5da0a84e2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c8271a3a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.euskadi.eus/gobierno-vasco/berdindu/\" title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"vascongadas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d93ed3fbb4ac",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4d56e182"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h4 class=\"t-fs-13\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a52df19e00a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b4ff75ed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31b28eb3a422",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2c31751c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2652dc608dd7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fe75f54d"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "62b8a01e606e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "801a850c59cd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5976a683"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1d766f24f85",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b017c3f0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8dc667824d4d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-85022af9"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDeCookies.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "58dd1505d186",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f9d7338e"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "20ea53e503e9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee28470633d0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3110,
        "uniqueFailedCount": 70,
        "duplicateFailedCount": 10,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 10
    },
    {
      "submittedUrl": "https://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": 11384,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1108,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2872,
          "failed": 60,
          "cantTell": 40,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "heading_markup_misuse",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aac190afa40e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6503bb038491",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4fae86b3c7b5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5007d88f5389",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd32e6aac897",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69bc067c2df8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "786d3abe7247",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8acb17a51f5e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5dd06e82246",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-869f4634"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1a03fef5680",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bb0ff2d9"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa703a38b97b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ecbf4978ad6a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-328af5e9"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "512a93a32f63",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "14e22bfcba9f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a6f0df6cd2ce",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9eee7ba50d9b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Citizen services and information\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59a7e031ade2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6208b776"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d700f7f781cb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "15c2edaca280",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public employment\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06620bcef368",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a8bd358"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "843d959270c8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "53c1dcaa1a91",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Aids\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b3fca109436",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8584a03c"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1310217d49c8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b4469b8c2107",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Procedures\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "efdc55367777",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bdc54f1a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9596c8ba41b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eeaf6885d755",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public administration and State\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca2867359e01",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be097936"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Your European Space\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4cec1d20077b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b863f69c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/en/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afc5a60aaa67",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-380c0608"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your European Space\" href=\"/pag_Home/en/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c19858f0648b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e8424793"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your rights and obligations in the EU\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f07180af816c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-13ccfb80"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Business\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55bca4b5910e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cfc7704b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Funding\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7a7b312dcb7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f86ec8ca"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"National funding\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6fa3089031a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5de92fb"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Last update 31-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "271ff85e3890",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77aca12cc87b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2a5027d6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ad220cf847d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3ae02c14"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado.html#-73facd250fa2\" title=\"Ir a Self-financing sources\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d52328352ef",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ec901d27"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado.html#-e223504ccd67\" title=\"Ir a External financing sources\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94baa84f6296",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-91d3425b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado.html#-bc868d70a5bd\" title=\"Ir a Financing institutions\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40c630de8cff",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3ef0c221"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado.html#-550a0120fdea\" title=\"Ir a Legal and/or technical references\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1798b220596c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f205e1fa"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado.html#-f1242b86f5c5\" title=\"Ir a Authority responsible for the information\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76cfa5ec2309",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2afff0be"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "35ebe099fd0e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p class=\"textojustificado\">",
            "message": "Confirm the user instruction is still understandable without the word(s) 'medium-sized'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "466e33c5305c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-afad10e6"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p class=\"textojustificado\">",
            "message": "Confirm the user instruction is still understandable without the word(s) 'medium-sized, size'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h4 class=\"t-fs-13\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f7f37a0c97e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b4ff75ed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6a9678b599e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f37f791c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f799b5fc5feb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ce07da9a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d41cf04c1f4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d2f22666dbc0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e27dde0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3cab18a3933a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fa9b5cd2"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8a4502c977f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "791e20c17288",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2944,
        "uniqueFailedCount": 54,
        "duplicateFailedCount": 6,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 6
    },
    {
      "submittedUrl": "https://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": 12730,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1250,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 22
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3315,
          "failed": 89,
          "cantTell": 69,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "heading_markup_misuse",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a59b82efbb15",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "488400735a82",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ec3c9e00b84",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d185524abdc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f716073b31ec",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7fac13a68c2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7686b7ad14df",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5eb8febd6a3f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37bb36621fe7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4113767e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ab22c37f2a3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42cdd4c9"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f5e75720d5c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55417907744f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0e5d1242"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e216303f3d3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf9b56ff53a2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00f26eaffea6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9cab37e29069",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f90e548265d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce19c180953b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36ed5d395c9b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f2b7e770b20",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e253dfcdc6f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae4ddc81e609",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ee0850e448d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d437fd4bec3b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0bc84cb9387",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3aac87dbc61",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8758072f167",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "933f3cb9b217",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ddcbbc0b6341",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b4ee110bb9a5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/eu/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "382cf7d4ac68",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3d4a4cb9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/eu/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c37517c6716f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e7215823"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "57929720336c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5c8e457"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Empresas\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d768b4fc5d8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6e70a0a7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Puesta en marcha, gestión, cierre\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28ca7de8c715",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-40a593c6"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Azken eguneraketa: 24-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a67bde96588e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "166fc877d054",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a94b1037"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/traslado.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "833dd1bac6b7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e14c3623"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50aed39cc0e9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f53dc0ff"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/practicas-comerciales.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8a0879fbd8e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1d6a817e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derecho-contractual.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae7f7a0ac2c8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-acf09190"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/insolvencia-liquidacion.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "429b592bfc60",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-84f8fc28"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d14f78f44b0e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-97ec936b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b1c9de51f51",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f3b39ff0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito.html#-7c4232ea67e6\" title=\"Ir a Seguro de Crédito\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "baaecdc2dff5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bdeb8210"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito.html#-455722616499\" title=\"Ir a Productos\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3fcf0519cd19",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e64b48a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito.html#-82c6999dfb21\" title=\"Ir a Polizas Verdes\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d585f5605c4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-25dc0528"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito.html#-0f4572e4d9a2\" title=\"Ir a Programa de Cobertura de riesgo de crédito de los consumidores electrointensivos\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "385f93645e6b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-feb37d83"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito.html#-946c2174f202\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "686855769937",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-08f6e568"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito.html#-2412fccc6511\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "53bf5f124e76",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-90be4b0e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.cesce.es/es/corporativo/agencia-de-credito-a-la-exportacion-eca\" title=\"Aquí (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb6a41063c69",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f4caafbc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21930e84fa74",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.cesce.es/creditos-circulante\" title=\"Seguro para Créditos de Circulante (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61716ab6f22c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bfbf5441"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.cesce.es/poliza-individual-de-credito-suministrador-2\" title=\"Crédito Suministrador, actuando el banco como beneficiario de la Póliza (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "198569312851",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4abcd015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.cesce.es/poliza-de-credito-comprador\" title=\"Crédito Comprador (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a63e2c2700a1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b8e7716a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.cesce.es/seguro-fiadores-riesgo-ejecucion-fianzas\" title=\"Póliza de Ejecución de Avales (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f0fdefbb960",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cfa595ca"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.cesce.es/linea-fianzas-pymes\" title=\"Póliza de Ejecución de Avales (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8301b75301f0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-06160572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.cesce.es/poliza-seguro-inversiones-exterior\" title=\"Inversiones Seguro a Financiadores (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "727f4ab8e337",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a738e731"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.cesce.es/poliza-individual-de-creditos-documentarios\" title=\"Póliza de Seguro de Créditos Documentarios (Individual) (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22997eecffd6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6501e907"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.cesce.es/poliza-abierta-de-creditos-documentarios\" title=\"Póliza de Seguro de Créditos Documentarios (Abierta) (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e80ede5461c5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-82cea4a4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.cesce.es/seguro-operaciones-project-finance\" title=\"Crédito Comprador (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5fe8d6d64c57",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3bedd807"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.cesce.es/es/w/cuenta-del-estado/polizas-verdes/poliza-verde-de-inversion\" title=\"Seguro de financiación de Inversiones estratégicas (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3738b759f49d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-25043203"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5b4bf340c33",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f459bb78"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.cesce.es/seguro-exportaciones-riesgo-ejecucion-fianzas\" title=\"Fianzas Seguro a Exportadores (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31c1384fd697",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c85e759f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.cesce.es/poliza-individual-de-credito-suministrador-2\" title=\"Crédito Suministrador (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb8df37d3b10",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2011a414"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.cesce.es/poliza-individual-de-credito-suministrador-2\" title=\"Crédito Suministrador (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.cesce.es/poliza-seguro-de-obras-trabajos-en-el-exterior\" title=\"Seguro de Obras (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e6964a2da6c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2310d51c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.cesce.es/creditos-circulante\" title=\"Seguro de Inversiones para Inversores (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e76223fcb285",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0a046cb0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://one.oecd.org/document/TAD/PG(2023)7/en/pdf\" title=\"anejo I del Consenso de la OCDE (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9ef6696121a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c1a6fd15"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Abre una ventana nueva (Abre en nueva ventana)\" target=\"_blank\" href=\"https://www.cesce.es/es/cuenta-del-estado/polizas-verdes\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf2d0f9dd93c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ed0f9bca"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Abre una ventana nueva (Abre en nueva ventana)\" target=\"_blank\" href=\"https://www.cesce.es/es/w/cuenta-del-estado/polizas-verdes/poliza-verde-de-inversion\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b17b3db1867",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e4f19ceb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Abre una ventana nueva (Abre en nueva ventana)\" target=\"_blank\" href=\"https://www.cesce.es/es/coberturas-electrointensivos/informacion-coberturas-electrointensivos\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c75b7d26533",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e6d87d0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Abre una ventana nueva (Abre en nueva ventana)\" target=\"_blank\" href=\"https://www.cesce.es/es/w/coberturas-electrointensivos/avales-bancarios-cauciones-electrointensivos\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f7a7943325e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-71ed242a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Abre una ventana nueva (Abre en nueva ventana)\" target=\"_blank\" href=\"https://www.cesce.es/es/w/coberturas-electrointensivos/garantias-vendedores-energia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d19f024b9587",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1905496e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h4 class=\"t-fs-13\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a99a84f20c97",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b4ff75ed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https :// europa.eu/youreurope/search/index _ es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e5503783e14",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a734cd16"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https :// europa.eu/youreurope/search/index _ es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3318371433bb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6c2a4e71"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f86d98447240",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a19c211f1be",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e036dea6"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb1f464781c9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a8232067"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3fc367081ba3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7eaab86e"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f83d8c57b70a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d46f9bab0e09",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3442,
        "uniqueFailedCount": 82,
        "duplicateFailedCount": 7,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 7
    },
    {
      "submittedUrl": "https://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": 10313,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-fdb4c2a2"
          }
        ],
        "outcomeCount": 994,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2691,
          "failed": 61,
          "cantTell": 43,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_complementary_labelled",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "01c007ddeb9d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "341ce25fcfeb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ffcef93db39e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67f3419b89c1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7152d53306e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b23e77a06d9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc97bfcc32eb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8fd21859c58e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9bdc0a821e4f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8c691d4b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd31ea58f4ca",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67b7573a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea7af83f0603",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf96ce56ea99",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dbc11a04"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9768f12442ff",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df8d2abfb0ab",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9915128805e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f5d9aab353f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5bb4267319d7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08236514ece6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78eacfc3ed87",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "768ed47b68a9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "399f57240075",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47154cb85a13",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d0a96657865",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afa216faa18b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10dbfc45f46b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f3dc3b8f828",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0fc058ef0f6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu5\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8713bf02efe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5c36bbc7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu5\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b69975f353f7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-063271c3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25a4721bcb38",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2978a6e2d3f5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dce9f2c7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Trámites y Servicios Electrónicos\" href=\"/pag_Home/Tramites.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "367c5f5ce74a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d50905be"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tramites/Relacionarte-electronicamente.html#-856383172185\" title=\"Ir a Portales de Internet y Sedes Electrónicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d408b7d6b98",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b8e1487a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tramites/Relacionarte-electronicamente.html#-4249f867a96e\" title=\"Ir a ¿Tengo obligación de relacionarme electrónicamente con la Administración?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b55dfb133bb2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-091503ec"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tramites/Relacionarte-electronicamente.html#-1121897b0485\" title=\"Ir a ¿Tengo derecho a la asistencia en el uso de los medios electrónicos?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5dc7c9fef01",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-84c42050"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tramites/Relacionarte-electronicamente.html#-deda1dd3c116\" title=\"Ir a Realizar trámites electrónicamente\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a76846530bc0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-97541499"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tramites/Relacionarte-electronicamente.html#-0312a3264747\" title=\"Ir a Regulación normativa\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06482ade47a1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bf3476e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "565939076d4d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"artículo 14 de la Ley 39/2015  (Abre en nueva ventana)\" target=\"_blank\" href=\"https://www.boe.es/eli/es/l/2015/10/01/39/con#a14\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59231079bbd9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d30a35f5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"disposición adicional primera del Real Decreto 203/2021 (Abre en nueva ventana)\" target=\"_blank\" style=\"font-size: 1em;\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2021-5032#da\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eab6b7fe812b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1642c01c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_self\" href=\"https://administracion.gob.es/pag_Home/atencionCiudadana/Recibir-informacion-y-orientacion/Que_me_Asesoren.html\" class=\"enlacenegrita\" title=\"canales de asistencia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bee67f15d544",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6d4be102"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2021-5032#a4\" class=\"enlacenegrita\" title=\"artículo 4 del RD 203/2021 (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa57b039ef43",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6b53a3d4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_self\" href=\"https://administracion.gob.es/pag_Home/Tramites/Realizar_un_Tramite-nuevo.html\" class=\"enlacenegrita\" title=\"cómo realizar un trámite\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f5280db3a9b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0123e829"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tramites/Identificacion-electronica.html\" title=\"identificación electrónica\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "115a2b2071e3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-37614bf3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_self\" href=\"https://administracion.gob.es/pag_Home/Tramites/Notificaciones.html\" class=\"enlacenegrita\" title=\"notificaciones\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f14090c01415",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b908bedb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/eli/es/rd/2021/03/30/203/con\" class=\"enlacenegrita\" title=\"Reglamento (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b63219f3f166",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c2fb1424"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-10565\" class=\"enlacenegrita\" title=\"39/2015 (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61a0c222db35",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49646ac"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-10566\" class=\"enlacenegrita\" title=\" 40/2015 (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29003f41b5b6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e80ef545"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside class=\"o-layout__sidebar\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5bdf73262826",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d09b04b3"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b2267064a9c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5976a683"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8f684d9cb03",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b017c3f0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06dfb55ec0c9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-85022af9"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDeCookies.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3aba8a033d9c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f9d7338e"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b0bf8a74290",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d094ae55f04f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2764,
        "uniqueFailedCount": 55,
        "duplicateFailedCount": 6,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 6
    },
    {
      "submittedUrl": "https://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": 9991,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-48af8aaf"
          }
        ],
        "outcomeCount": 960,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 9
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2509,
          "failed": 56,
          "cantTell": 35,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_keyboard_handler_exists",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "298791541927",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6b3222d588b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d5d24d5d65a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5028eb5d881a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cfa4417998b0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d9fec8a2ef9f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a1b190e7257",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df9fcf885e7c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1cd0eef60dcd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-00e16913"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5bd27bd2cf98",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-31b3633a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7acf933226cd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bce65b47280f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b3402664"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41c748654b6d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f76808054eb9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e40b34631645",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76525d2d2644",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75f1eecc056d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "991499e25a7e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e64770dbbc3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "661cc40c6165",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5e2587c5235",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "effeff4e540e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a467351d5510",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29560c989222",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b154715be65d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e1c73f64e34",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d182dd3c9286",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f45c50304a49",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9ba08bb6522",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d65ab2f0f285",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/gl/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ebf6c4e5f4be",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-411757f8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/gl/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b23c66c3a475",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-456ef52c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09dd88657a98",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-10b03724"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ciudadanos\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d88e8da4b756",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0fb59511"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Vehículos\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b80ce0090589",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-af8e055d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Compraventa de vehículos: Paso a paso\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bfade0dfec1c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d050067b"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Última actualización: 14-02-2022' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ae293e19939",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2c001f00daf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a2ee5a33"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/impuestos.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67104d4ca94d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3e6db049"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion.html#-42841f8a4771\" title=\"Ir a ¿Qué debes saber?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "046477ebc38d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-24c747fa"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion.html#-fb4dad1a88ab\" title=\"Ir a Transferencia de vehículos para exportación paso a paso\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "484163f14f4a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-38bb9e30"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion.html#-f8091743e9b8\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "57f9aba4890e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-835a56ae"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion.html#-54a056adb52f\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da08bfb2e82c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5dd59c12"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76fd20d0358c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" data-fn=\"accordion\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2306ec19397c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-52ceb950"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_é.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bdc896be6cba",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7b59e4e9"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_é.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "860458e90d1b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e4023724"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f77b52341ef",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "062991d3faee",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be5b1493"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "38a6955f90be",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cd1f6394"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "833612007e1a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3aed4c3071be",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2576,
        "uniqueFailedCount": 52,
        "duplicateFailedCount": 4,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 4
    },
    {
      "submittedUrl": "https://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": 10024,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-38010e37"
          }
        ],
        "outcomeCount": 1153,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 23
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2900,
          "failed": 66,
          "cantTell": 46,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_keyboard_handler_exists",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "heading_markup_misuse",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36d64b914a02",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a6b2b3caa20f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "999d67c9fdc1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6070264144ca",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d69fb676097",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a72c8637782",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a70135d95059",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05e5bf06085a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "069fe9986f5c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8c691d4b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2bb48042c9d3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67b7573a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c009cf1779cb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "53212b493bd1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dbc11a04"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a04b1735ff7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1d6b5b3db32",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8161386609cd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77ff07e0b70f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e1c8da17871",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41edafc6d84e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0168447571f6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bc26911d6d26",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3ea05d56540",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f60dfae7a89e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3ea5a0113aa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "669efa2f6a69",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df94cf913954",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "314b77a244ac",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bfd088469b12",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "706be7f7c140",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96453b315b14",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33ae8c549a0a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ecf5b422e85",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dce9f2c7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0972658df971",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ee5a3617"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2503696f3d4a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8bea4664"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ciudadanos\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b3841c372a1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-964745ca"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Residencia\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7d30a7dc55b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-10edc5b0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Elecciones\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7bac553d243c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-45c6f082"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Última actualización: 01-04-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b20d6b803ba7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/municipales.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b59da2064abe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3706517f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de121a6ba559",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-932784db"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/votar-desde-extranjero.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50b0ac48876f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-09a57e15"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas.html#-854380d699b4\" title=\"Ir a Ciudadanos de otro Estado miembro de la UE que quieran votar en las elecciones europeas en España\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6cf5c9b5e3b5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-03cb1ab9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas.html#-80e42a067609\" title=\"Ir a Ciudadanos españoles que quieran votar en las elecciones europeas en España mientras viven en otro país de la UE\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bdba516bbbe4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c4170608"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas.html#-c57c1ebfbe3c\" title=\"Ir a Requisitos para los ciudadanos de la UE que quieran presentarse como candidatos a las elecciones europeas en el país de la UE de acogida\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4942eaa66000",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fdc67cb6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas.html#-3b2e87108362\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00d73b4157ad",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f2fc4b13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas.html#-81e1263faccd\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa771ca7d67f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5d0fcb86"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" data-fn=\"accordion\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7c8000d3e72",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-52ceb950"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd6c3f6041b4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/votar-desde-extranjero.html\" title=\"Votar desde el extranjero\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "737887bbddec",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a0e60d1"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" data-fn=\"accordion\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h2 class=\"ppg-heading ppg-heading--wind\" id=\"-c57c1ebfbe3c\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "292d63825253",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-96f37e54"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-1985-11672&p=20190625&tn=1#adoscientosdiezbis\" title=\" 210 bis de la Ley Orgánica del Régimen Electoral General) (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5bd146c5cd9b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7b4275c6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-1985-11672&p=20190625&tn=1#asexto\" title=\"artículo 6 Ley Orgánica del Régimen Electoral General (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "587a39230d80",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f64e8d35"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c6681ce305b3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2c31751c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6bf96045fa61",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fe75f54d"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b1a41cb4a84",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "604b69fc19a5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5976a683"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "530825680cd1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b017c3f0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "850ca69dcfb4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-85022af9"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDeCookies.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "802b89085f4f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f9d7338e"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e4c37ca6af1b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "20aaea78f9bb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2983,
        "uniqueFailedCount": 60,
        "duplicateFailedCount": 6,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 6
    },
    {
      "submittedUrl": "https://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": 10400,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-073cde52"
          }
        ],
        "outcomeCount": 884,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 4
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2357,
          "failed": 57,
          "cantTell": 32,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_complementary_labelled",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "list_markup_review",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf0c8d832ef0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29cb330d4ad2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3661932a3963",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80b4c5c58785",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c982fbd35b4f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86394471572e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48d9f8339e60",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e71034c1a15e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc6815658fb5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8c691d4b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1daa367a8569",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67b7573a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33042b43990c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b149c8a5d8b1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dbc11a04"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "272a2639a25f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "922dc93de354",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2bb0ba71fb4b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a53ab0e1241",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3c4b067bb4e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33ab98c36569",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21a05f214716",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17eae650513e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97263ba92d9d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d20ded0d616",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5f5a89dfd55",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b371218e6e89",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a2352dc8ab0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17f1305b4365",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dfd76ed990f6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu5\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87f7ae56e86c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5c36bbc7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu5\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ec01e487abc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-063271c3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "212c269ac640",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8414c07f144b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dce9f2c7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ayudas\" href=\"/pag_Home/ayudas.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08e97a3083ee",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-803ed645"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://administracion.gob.es/pagFront/empleoBecas/becasAyudasPremios/nuevaSuscripcionBeca.htm#.XBIZjmj0m70\" title=\"Suscribiéndote a las notificaciones de nuevas ayudas\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c75d78e6f308",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bc2e07d6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://administracion.gob.es/pagFront/empleoBecas/becasAyudasPremios/nuevaSuscripcionBeca.htm#.XBIZjmj0m70\" title=\"Suscribiéndote a las notificaciones de nuevas ayudas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0c1373b3d74",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-99858353"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://administracion.gob.es/pagFront/empleoBecas/becasAyudasPremios/suscripcionBoletinBecas.htm#.XBIZZmj0m70\" title=\"Suscribiéndote al boletín quincenal\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cdae3dcf7c71",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b29e5bf3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://administracion.gob.es/pagFront/empleoBecas/becasAyudasPremios/gestionSuscripcionesBecas/acceso.htm#.XBIZrGj0m70\" title=\"<strong>gestionar estos dos tipos suscripciones que recibes en tu correo electrónico</strong>\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa762c001f62",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-69de3b1c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://apps.apple.com/es/app/l%C3%ADneas-de-ayuda/id1126334060\" title=\"iOs (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "697a4d1947b5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7a4ac5da"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://play.google.com/store/apps/details?id=es.gob.lineaayudas\" title=\"Android (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60c76e2907bd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e2946167"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a style=\"margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit; vertical-align: baseline; text-decoration-line: none; color: rgb(103, 28, 0);\" href=\"/pag_Home/atencionCiudadana/app_age.html\" title=\"Más información sobre esta app\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f9e98d7190b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a68a7704"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "525585d499c7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "list_markup_review",
            "xpath": null,
            "html": "<h2 class=\"o-card__title ppg-heading t-fs-18\">",
            "message": "Verify this is a list and if so, modify to use proper HTML elements for the list",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa3d0a2f5721",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0f13cb41"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"boton-tarjeta\" title=\"Suscríbete a notificaciones\" href=\"/pag_Home/empleoBecas/gestionSuscripcionesBecas/nuevaSuscripcionBeca.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e1cf143805f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4c63acad"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "list_markup_review",
            "xpath": null,
            "html": "<h2 class=\"o-card__title ppg-heading t-fs-18\">",
            "message": "Verify this is a list and if so, modify to use proper HTML elements for the list",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"boton-tarjeta\" title=\"Suscríbete al boletín\" href=\"/pag_Home/empleoBecas/gestionSuscripcionesBecas/suscripcionBoletinBecas.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59f5a401a89e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b09a74e3"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside class=\"o-layout__sidebar\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7ae74195d31",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d09b04b3"
          },
          {
            "rule": "list_markup_review",
            "xpath": null,
            "html": "<h2 class=\"ppg-heading t-fs-20\">",
            "message": "Verify this is a list and if so, modify to use proper HTML elements for the list",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "faf89541b36e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c4b6a95d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"ppg-link__apps\" title=\"Aplicación líneas de ayuda app store\" href=\"https://apps.apple.com/es/app/l%C3%ADneas-de-ayuda/id1126334060\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93b6ee64051f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e17f8b71"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"ppg-link__apps\" title=\"Aplicación líneas de ayuda google play\" href=\"https://play.google.com/store/apps/details?id=es.gob.lineaayudas \">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1cf851b2963f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-72045bf7"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23985d9f8499",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5976a683"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b0b3a597793",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b017c3f0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a91e7ad9fed",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-85022af9"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/politicaDeCookies.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "297b1ff44855",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f9d7338e"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc87f2b7d963",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6235f0b3120c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2417,
        "uniqueFailedCount": 53,
        "duplicateFailedCount": 4,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 4
    },
    {
      "submittedUrl": "https://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": 10483,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 852,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2289,
          "failed": 54,
          "cantTell": 33,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6de6c9bcb4f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afa9ed48b70c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c091217d15bc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6bcc9c8994e7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "523544e74271",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0078591d6924",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6ef0558c8a9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88d33fb151ff",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee48ede1beae",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-00e16913"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60ee3a0b86e2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-31b3633a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96381df419d5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61d4d185ad32",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b3402664"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5af108aa7c51",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ab44f979b7f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "078c4c80bb0b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e335d8558d5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a88bb07126be",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33e7ac81852f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bee733e85d8d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04902f3b63ee",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "526ef8a3cca0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d55cef920364",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee2ad120cd6c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31bf302a287b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59c59a53091f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cef173375b5a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28ccaac501f4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8843e84f0564",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "331d9391163a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2bcbc46340d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/gl/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7bfaa76bc1de",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-411757f8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/gl/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec65d19640f7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-456ef52c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5046570a1815",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-10b03724"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ciudadanos\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e7f8e1bfd12",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0fb59511"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Trabajo y jubilación\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29bf5b573377",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b3b04e17"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Reconocimiento de cualificaciones de profesiones reguladas\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39851076bca2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c2583f6f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Última actualización: 18-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b9f916f11e1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10b958d63a9e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2fdcf7fb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia.html#-cec5b4ead3db\" title=\"Ir a Centro de Asistencia Nacional\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "872f69497a3b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8b919780"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia.html#-1c33e518fccd\" title=\"Ir a Referencias legales\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "803314ea44b0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ccc60649"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia.html#-823a25531914\" title=\"Ir a Autoridad responsable del Centro de Asistencia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ee7d0dcd1e1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-635831aa"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"mailto:naric@ciencia.gob.es\" title=\"naric@ciencia.gob.es\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6c3412e16d7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-88e3cd4f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b5252ad6dd5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_é.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "222e4e45d1f0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7b59e4e9"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_é.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "690dc290e354",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e4023724"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "07c5721c28cd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9fb016451b3a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be5b1493"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06291fbe7756",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cd1f6394"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b72534a3b321",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bee9925e1baa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2351,
        "uniqueFailedCount": 50,
        "duplicateFailedCount": 4,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 4
    },
    {
      "submittedUrl": "https://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": 10966,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1188,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 5
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3214,
          "failed": 76,
          "cantTell": 58,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61f571e00ea4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce964209a9d3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "07e9f61d0fda",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7aa13450f156",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0b1eadf32b1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4376510ad457",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18311bf89d4e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8febeeb1ef2f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ec6675f3706",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-869f4634"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e8578c7fd3d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bb0ff2d9"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "219d9447aaac",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b46d90e5dbc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-328af5e9"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f64937d1bb3e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23c87a188136",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc3c35b4cc8e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba4e14de3d8e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Citizen services and information\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "446c0cbbb4fb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6208b776"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b403513ce69",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f2f79055e58",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public employment\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef78e9fd14ae",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a8bd358"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eaea8f9d93c9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d8a522af790",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Aids\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96c3abf50be3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8584a03c"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1e41a4010f1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3adace73b7ac",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Procedures\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "830fe5a2c892",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bdc54f1a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec8fbbce2c85",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fdbe3e0c578d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public administration and State\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5686a550f60b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be097936"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Your European Space\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f0f5e08c525",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b863f69c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/en/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09a46ae67d9a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-380c0608"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your European Space\" href=\"/pag_Home/en/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b77cacdcc70c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e8424793"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your rights and obligations in the EU\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bfef8e7c3b1d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-13ccfb80"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Business\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d9f11ce1d4c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cfc7704b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Goods\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "82965ec2d8a9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-32ae0f1e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Product standards, technical specifications and certification\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4cb4ac29f405",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cdaf1bd8"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Last update 16-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8f345058d92",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/info-general.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "231f2c5e82bc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1ec5c951"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/productos-industriales.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc870f7d9229",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-27f52bfa"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "526f3f4ebac3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-19435205"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0.html#-3e3e3d80529f\" title=\"Ir a Medicines and active substances\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2bc32a8b223f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-067b71c5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0.html#-667ace9b4c70\" title=\"Ir a Healthcare products\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06ae38faa7ee",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3e348111"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0.html#-e1261c4b5714\" title=\"Ir a Cosmetic products\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd0fae879b0a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8493f35f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0.html#-bfa53d9c44ea\" title=\"Ir a Personal care products\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2a5b221a312",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-17e956e0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0.html#-5d297950d99d\" title=\"Ir a Biocides\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "53889042aa43",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-271397dd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0.html#-bc3315e47a71\" title=\"Ir a Relevant links\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37690e646989",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-972a71b5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0.html#-3fcb5cfe42e0\" title=\"Ir a Legal and/or technical references\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33f5d1c708e7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-63df62db"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0.html#-fdaaadb5b80e\" title=\"Ir a Authority responsible for the information\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc663d4890ef",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-485e8cfc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.boe.es/buscar/doc.php?id=BOE-A-2015-8343\" title=\"Royal Legislative Decree 1/2015 of 24 July 2015 approving the recast text of the Law on guarantees and rational use of medicines and healthcare products and the legislation implementing it. (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb9c9e90ef4d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b81739aa"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.aemps.gob.es/medicamentos-de-uso-humano/legislacion_espana_medicamentosusohumano/regmedicamentos/?lang=en\" title=\"Legislation on medicines for human use – Registration of medicines (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8ed78d81b06",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e5c65ac2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.aemps.gob.es/medicamentos-veterinarios/legislacion-sobre-medicamentos-veterinarios/?lang=en\" title=\"Legislation on veterinary medicines (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1b07c8f1b91",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9960cc9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/sector-farmaceutico.html\" title=\"See further information on: Product standards and requirements. Pharmaceutical industry. (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eff62edfffac",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c749c820"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "abfcd7856980",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.cen.eu/Pages/default.aspx\" title=\"CEN (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5485315606f3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2bd5f973"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.cenelec.eu/\" title=\"CENELEC (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4d3749ade7f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1baf6e16"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://ec.europa.eu/growth/tools-databases/nando/\" title=\"NANDO (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "924635b4d163",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-894a9fe5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.aemps.gob.es/productos-sanitarios/prodsanitarios/legislacion-sobre-productos-sanitarios-implantables-activos/?lang=en\" title=\"Legislation on implantable medical devices. (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97dfa3af606b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-900934ec"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.aemps.gob.es/productos-sanitarios/prodsanitarios/legislacion-sobre-productos-sanitarios/?lang=en\" title=\"Legislation on healthcare products. (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3150ebd1c47",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e734a1fd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.aemps.gob.es/productos-sanitarios/prodsanitarios/legislacion-sobre-productos-sanitarios-para-diagnostico-in-vitro/?lang=en\" title=\"Legislation on <em>in vitro</em> diagnostic medical devices. (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a3eeeb0b52c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2aaa43ad"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/sector-farmaceutico.html\" title=\"Product standards and requirements. Pharmaceutical industry. (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fbb72d83178c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f7e271a3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/sector-farmaceutico.html\" title=\"Product standards and requirements. Pharmaceutical industry. (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/sector-farmaceutico.html\" title=\"Product standards and requirements. Pharmaceutical industry. (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a45d18d8add",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f37f791c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bff42762f573",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ce07da9a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae1d65e44e0c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "764487a721df",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e27dde0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0f90b9fa1fc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fa9b5cd2"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1265d28336d2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9d6f09b4b5a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3321,
        "uniqueFailedCount": 67,
        "duplicateFailedCount": 9,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 9
    },
    {
      "submittedUrl": "https://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": 12010,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1033,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2957,
          "failed": 90,
          "cantTell": 74,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "heading_markup_misuse",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72c1840f18a4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b06ba45f42e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0713bdbd223",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7108e5b51b78",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7870be31b10b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c58e21697430",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "154e205185a9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "082e95b32aab",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4fde80ce9165",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4113767e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "318b910e4f9a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42cdd4c9"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f88b3d796cd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d33d330379f8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0e5d1242"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b7a07986701",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eec8c25c92f5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1394cfd04095",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec2c2262fb59",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ec43e59c574",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b6b0e88d8ab",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17769e91b1c7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04b00d0f3b0b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9fc352c9ce62",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d9513206353",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c5d911e2a14",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1186dd22714",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90a4bcd72348",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd2724e4f281",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e79dbd3254c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7d0376c7485",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "987641b57cd5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9bae6d147cf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/eu/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3782e2b24809",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3d4a4cb9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/eu/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8762bff9b66",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e7215823"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44195a7a7d86",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5c8e457"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Empresas\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4791f09f02a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6e70a0a7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Servicios\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e11e8a0d4e0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e1dbaa35"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Azken eguneraketa: 24-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e08d6e33362c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c87c6e33a79b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7bb7d642"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0707784ac26e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-79e0cf21"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos.html#-b9cbe95fa39a\" title=\"Ir a Licencias o permisos para poner en marcha una empresa.\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d31226c8bf7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-83edfbfb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos.html#-65364879e770\" title=\"Ir a Asociaciones y organizaciones de asistencia.\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be8b00946971",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-391c3acf"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos.html#-2c6b5ff11f90\" title=\"Ir a Ventanilla Única de Servicios. Pon en marcha tu empresa.\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d37803b692a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9610ca11"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos.html#-2ce3deb76339\" title=\"Ir a Información por Comunidades Autónomas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c513e5023d0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-118ac4f7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos.html#-0265549542ee\" title=\"Ir a Información de Entidades Locales\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be0adcfc5e28",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-35561a3e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos.html#-37988466f7b6\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c5fd6802f73b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3f3a3c2a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos.html#-0198d542f9bc\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5c1ac22e19e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22743c30"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Más información (Abre en nueva ventana)\" target=\"_blank\" style=\"box-sizing: border-box; border-width: initial; border-style: none; font-weight: normal; font-style: normal; font-size: 17px; word-break: break-word; cursor: pointer; background-color: transparent;\" href=\"https://plataformapyme.es/es-es/creacion/Paginas/tramites-puesta-en-marcha.aspx\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1e4c0fe4dce",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6cdedc36"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c71123a6186",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Abre una ventana nueva (Abre en nueva ventana)\" target=\"_blank\" href=\"https://www.mintur.gob.es/es-es/Documents/asociaciones-asistencia.pdf\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da2f0e8cb6b4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e4a275d6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://eugo.es\" title=\"Ventanilla Única de la Directiva de Servicios (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7e505a999f4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5a8b7ac9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" alt=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" href=\"https://juntadeandalucia.es/organismos/transformacioneconomicaindustriaconocimientoyuniversidades/areas/industria/instalaciones/paginas/instalaciones-no-liberalizadas.html\" coords=\"202,179,208,183,224,195,231,193,247,193,251,190,260,191,267,189,274,197,271,203,278,206,286,211,286,216,291,226,295,227,289,240,283,248,277,243,271,244,268,250,261,247,249,247,247,249,240,247,228,247,221,248,212,256,206,255,197,260,194,267,191,267,188,271,177,267,170,259,172,255,166,248,167,244,155,232,144,229,138,229,138,222,136,217,141,208,146,203,151,201,151,197,163,204,166,203,172,206,179,203,182,199,186,202,191,198,190,191,195,185,202,180\" target=\"_blank\" shape=\"poly\" id=\"andalucia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "722fde7d5b28",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-58273ef4"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" alt=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" href=\"https://www.aragon.es/-/comunicaciones-de-apertura-de-centros-de-trabajo\" coords=\"291,65,289,67,291,73,292,75,292,77,288,79,288,87,284,87,282,89,283,92,285,94,287,94,291,96,295,99,297,101,297,104,299,107,299,112,298,116,295,116,294,119,293,122,298,125,301,128,303,128,306,128,308,129,310,131,311,133,308,134,312,135,316,135,320,132,323,129,324,126,327,125,329,123,330,112,329,110,331,110,332,106,335,106,338,107,344,107,345,106,345,103,345,101,346,100,346,97,343,94,346,93,349,90,348,87,346,84,347,82,350,79,347,77,346,75,348,71,353,68,353,64,355,60,355,56,357,52,356,49,355,45,357,42,356,40,352,38,347,39,341,39,340,38,337,40,334,39,330,36,329,35,325,36,321,36,316,31,315,36,312,39,310,42,307,42,305,47,304,49,303,52,301,55,302,59,303,61,303,64,301,67,300,68,294,66,292,65,291,65\" target=\"_blank\" shape=\"poly\" id=\"aragon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00c0ba8bcc10",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5d52011d"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" alt=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" href=\"https://www.emprenderencanarias.es/creacion-de-empresas/\" coords=\"9,258,148,315\" target=\"_blank\" shape=\"rect\" id=\"canarias\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a03652880979",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0d7552cc"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" href=\"https://www.cantabriaemprendedora.es/web/cantabria-emprendedora/persona/constitucion-y-puesta-en-marcha \" coords=\"213,23,215,26,217,28,223,27,226,28,228,31,230,34,231,36,236,37,238,37,237,33,234,32,234,29,238,27,242,24,244,23,245,23,250,24,249,21,250,20,252,19,254,17,252,16,249,16,246,13,245,12,242,14,238,14,236,13,232,15,231,16,227,16,222,16,221,18,221,19,218,19,215,20,216,22,215,23,213,22\" target=\"_blank\" shape=\"poly\" id=\"cantabria\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1113fd407083",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f144a83e"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" href=\"https://www.tramitacastillayleon.jcyl.es/web/jcyl/AdministracionElectronica/es/Plantilla100ListadoTramite/1251181077965/_/1284746740142/TipoTramiteElectronico\" coords=\"159,122,158,118,159,115,159,107,159,102,156,97,160,97,162,93,165,90,168,89,172,85,176,80,176,76,173,75,169,74,167,73,168,70,168,65,165,65,162,64,157,64,156,59,162,54,163,50,161,48,161,45,155,44,157,37,162,31,172,30,173,27,177,27,183,27,186,30,190,30,190,27,195,28,205,26,211,22,214,27,217,29,223,28,227,32,230,37,237,39,240,37,237,32,235,31,239,27,244,24,250,25,254,23,256,25,256,29,261,32,258,33,255,32,253,32,254,36,255,37,257,38,260,40,260,43,257,44,256,46,257,49,257,57,257,60,261,64,264,64,266,62,268,65,271,65,273,62,277,61,280,62,282,66,287,67,289,70,290,73,291,76,287,79,287,86,283,85,281,89,282,93,284,94,283,97,276,97,271,95,269,91,264,91,263,89,258,90,254,90,248,91,248,94,245,94,243,94,242,96,240,96,239,96,239,100,236,100,234,102,233,106,231,106,227,111,224,111,223,120,218,122,216,128,214,125,211,126,208,129,206,130,201,131,198,130,197,124,196,125,190,126,186,121,184,121,181,123,176,116,173,116,163,123,158,123,158,122\" target=\"_blank\" shape=\"poly\" id=\"castillaleon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab76ed6e1545",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-979869f9"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" href=\"https://canalempresa.gencat.cat/es/01_que_voleu_fer/02_comencar_un_negoci/crear-empresa-constitucio-tramits/index.html\" coords=\"353,113,350,111,347,111,345,107,347,103,347,98,347,97,345,95,349,92,350,88,348,84,351,79,348,75,350,72,354,69,355,63,357,58,357,55,358,50,356,45,358,42,356,39,353,37,352,35,354,33,360,34,363,35,367,37,371,37,373,42,373,46,374,47,377,46,380,44,384,45,388,44,388,46,388,49,393,47,394,46,400,47,401,48,404,48,407,45,412,44,415,44,417,44,420,46,421,47,421,48,421,50,416,50,416,52,417,54,418,56,419,56,419,58,420,59,421,62,418,64,413,69,405,74,399,78,395,79,395,83,391,86,383,87,374,91,368,94,363,94,361,99,358,102,357,104,361,108,359,111,355,111,352,112,352,113\" target=\"_blank\" shape=\"poly\" id=\"cataluna\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "688a79d232ee",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c6adb171"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" alt=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" href=\"https://www.melilla.es/melillaPortal/contenedor.jsp?seccion=s_lpro_d1_v1.jsp&codbusqueda=300&language=es&codResi=1&codMenuPN=601&codMenuSN=8&codMenu=201&layout=contenedor.jsp\" coords=\"275,299,276,300,276,303,276,304,271,304,267,304,267,302,268,299,275,299\" target=\"_blank\" shape=\"poly\" id=\"melilla\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f56a1487ac56",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b5fa5a8e"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" alt=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" href=\"https://www.juntaex.es/hechos-vitales/quiero-crear-una-empresa?inheritRedirect=true\" coords=\"214,154,208,157,201,149,202,144,201,142,198,142,197,139,196,138,197,130,196,126,190,127,185,122,181,124,175,117,163,124,153,125,153,128,156,131,156,136,153,142,153,145,138,145,143,151,145,159,148,163,152,164,153,168,145,178,144,184,142,186,147,196,153,196,164,203,165,202,172,204,178,202,180,199,183,198,187,200,189,198,188,191,200,179,202,178,206,178,209,172,207,169,210,167,210,164,214,163,213,160,214,157\" target=\"_blank\" shape=\"poly\" id=\"extremadura\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0c51dac59b5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7179a8e8"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" href=\"https://www.comunidad.madrid/servicios/empleo/autonomos-emprendedores#asesoramiento-emprendedores\" coords=\"229,125,225,127,222,125,219,128,217,128,219,123,224,120,225,115,226,112,228,112,230,109,232,107,234,107,235,102,237,101,240,101,240,98,243,97,244,95,246,96,248,99,248,102,247,106,248,111,253,117,256,122,255,127,257,127,257,132,246,133,239,139,236,138,243,133,243,131,236,129,228,125,229,125\" target=\"_blank\" shape=\"poly\" id=\"madrid\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6fd3c2cadfd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a35ef954"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" href=\"https://sede.carm.es/web/pagina?IDCONTENIDO=2779&IDTIPO=200&IDAMBITO=6&RASTRO=c$m40288,71443\" coords=\"320,218,321,215,318,214,318,213,318,210,318,208,317,207,315,205,314,203,314,201,313,199,314,197,315,196,314,195,313,193,312,192,311,190,311,188,314,186,313,183,311,181,310,180,308,180,307,180,306,181,305,180,303,181,303,182,302,183,302,185,302,186,301,186,303,189,303,191,301,193,300,194,299,195,297,195,294,194,293,194,291,194,288,196,286,196,285,196,284,197,282,199,281,200,280,202,279,203,279,204,280,205,282,207,284,208,286,208,288,208,289,210,289,211,288,213,288,214,288,216,289,217,290,218,290,219,290,220,291,221,293,223,294,223,297,224,298,225,299,224,301,222,303,221,305,220,306,219,307,219,309,219,311,218,314,218,317,218,319,218,321,218\" target=\"_blank\" shape=\"poly\" id=\"murcia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13fbdbb7abbf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a0e58d35"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" alt=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" href=\"https://www.lanbide.euskadi.eus/informacion/como-crear-una-empresa/weblan00-empleo/es/\" coords=\"253,19,253,22,255,22,256,24,257,25,257,29,261,31,262,32,259,34,257,34,256,35,258,37,259,38,261,40,264,40,264,39,264,37,267,37,270,38,271,40,272,42,274,42,277,41,277,38,279,36,278,33,279,31,283,30,284,27,285,25,286,25,286,22,289,20,290,18,290,17,287,18,283,20,277,20,270,16,264,15,261,15,259,17,255,18,253,19\" target=\"_blank\" shape=\"poly\" id=\"vascongadas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "532e2cb8aee9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-875b3042"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" alt=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" href=\"http://www.ader.es/servicios/emprendedores/\" coords=\"263,63,259,61,258,51,258,46,259,44,261,43,264,44,266,44,269,47,270,49,272,47,275,47,277,49,278,50,282,51,285,53,287,52,289,56,291,58,292,57,291,61,289,60,289,64,289,66,287,66,283,65,282,62,282,61,278,60,274,59,273,61,272,62,271,64,268,64,266,61,265,61\" target=\"_blank\" shape=\"poly\" id=\"rioja\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c6289f608cc0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6e04ef3b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://juntadeandalucia.es/organismos/transformacioneconomicaindustriaconocimientoyuniversidades/areas/industria/instalaciones/paginas/instalaciones-no-liberalizadas.html\" title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"andalucia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b9c3b0c9f74",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e2f6350c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.aragon.es/-/comunicaciones-de-apertura-de-centros-de-trabajo\" title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"aragon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47a1db3a9a4f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ba050846"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.emprenderencanarias.es/creacion-de-empresas/\" title=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"canarias\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d8a4a496dea",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-91451415"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.cantabriaemprendedora.es/web/cantabria-emprendedora/persona/constitucion-y-puesta-en-marcha \" title=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cantabria\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a5f6efb9038",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ad289cc1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.tramitacastillayleon.jcyl.es/web/jcyl/AdministracionElectronica/es/Plantilla100ListadoTramite/1251181077965/_/1284746740142/TipoTramiteElectronico\" title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillaleon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "979dc5d22bdd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d4d66bb7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://canalempresa.gencat.cat/es/01_que_voleu_fer/02_comencar_un_negoci/crear-empresa-constitucio-tramits/index.html\" title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cataluna\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b556b0451c16",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-31105075"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.melilla.es/melillaPortal/contenedor.jsp?seccion=s_lpro_d1_v1.jsp&codbusqueda=300&language=es&codResi=1&codMenuPN=601&codMenuSN=8&codMenu=201&layout=contenedor.jsp\" title=\"Acceso al servicio de Ciudad de Melilla (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"melilla\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b83d6e055ce7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-80410487"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.juntaex.es/hechos-vitales/quiero-crear-una-empresa?inheritRedirect=true\" title=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"extremadura\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d30d0d919e28",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7351d45d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.comunidad.madrid/servicios/empleo/autonomos-emprendedores#asesoramiento-emprendedores\" title=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"madrid\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54a61453784f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f29d0597"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://sede.carm.es/web/pagina?IDCONTENIDO=2779&IDTIPO=200&IDAMBITO=6&RASTRO=c$m40288,71443\" title=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"murcia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d21f61e690ab",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1fb45a78"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.lanbide.euskadi.eus/informacion/como-crear-una-empresa/weblan00-empleo/es/\" title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"vascongadas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a0c8c02b485",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c13a48e1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://www.ader.es/servicios/emprendedores/\" title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" class=\"comunidadlast selected\" name=\"rioja\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2fe20e2b056",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-03c9653b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"/pag_Home/eu/espanaAdmon/directorioOrganigramas/quienEsQuien/EELL.html\" class=\"enlacenegrita\" title=\"mapa de Entidades Locales (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3cd4adb2976",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-419f789a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h4 class=\"t-fs-13\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3609c4bbf46c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b4ff75ed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https :// europa.eu/youreurope/search/index _ es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a829d888cd3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a734cd16"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https :// europa.eu/youreurope/search/index _ es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8daea2e5ab8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6c2a4e71"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa4a482ca233",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f4c1c8bd56b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e036dea6"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ff87ae66ee3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a8232067"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/eu/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1cc93ba30475",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7eaab86e"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98144fdbcc19",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4b28af84f85",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3090,
        "uniqueFailedCount": 83,
        "duplicateFailedCount": 7,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 7
    },
    {
      "submittedUrl": "https://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": 10593,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 988,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2706,
          "failed": 69,
          "cantTell": 50,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "777f0616758a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "201daf64191d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb1be04b2474",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee9cf10c2d59",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ada102332b6d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "120a62c67011",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0dfbbaa35e4e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90f4814184a6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e565c77e09b3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-00e16913"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b5be85f9733",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-31b3633a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5da973cf0e1c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "758cd59695d2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b3402664"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80c51509c825",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "300e2051913d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25c5418f868d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8fb29dce8976",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "232a9b56863d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "85c00b1b3200",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5651acd45122",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "858a6727c993",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bfc44f6a7d5f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d796b4ce0813",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "892386e08622",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ecfc8c6bb79e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "faea6a8854df",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5d6e9463fdd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e78d210c907",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ce1b2caefb3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5766f8e65ccc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ece4aebb5dd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/gl/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0fc5d27a032",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-411757f8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/gl/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c39e01ce108",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-456ef52c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "667fe42e0d45",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-10b03724"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ciudadanos\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5129d0a8f5b6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0fb59511"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Educación, voluntariado, contrato de prácticas e investigación\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5ccd8e81b84",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8507ad3e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Prácticas\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f31f43a47936",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3477c12f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Última actualización: 27-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fea88b81e08b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "403bd8c71360",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a06d8e6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/programas.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea097b95a8fd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2c7ea1de"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato.html#-bcade1f35089\" title=\"Ir a Qué es un contrato formativo para la obtención de la práctica profesional\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cfe23666257e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-110defdb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato.html#-8d8d65b50685\" title=\"Ir a Requisitos del contrato formativo para la obtención de la práctica profesional\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "abdb0fff96a2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-25920dee"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato.html#-ab896ec51754\" title=\"Ir a Información por Comunidades Autónomas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "047c463f60f4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-978b4d1d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato.html#-e4970cbeb5d1\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af5c96170c80",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f1726e1b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato.html#-518d17665d0a\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93ae24851c5d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3e029f9f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70d670a96c7a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.sepe.es/HomeSepe/que-es-el-sepe/comunicacion-institucional/publicaciones/publicaciones-oficiales/listado-pub-empleo/guia-contratos/contrato-en-practicas.html\" title=\"Más información sobre características del contrato, requisitos e incentivos a las empresas. (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b2f883e4160",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-319c91a4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.sepe.es/HomeSepe/empresas/Contratos-de-trabajo/modelos-contrato.html\" title=\"Modelo de contrato formativo para la obtención de la práctica profesional  (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae68d38ea028",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7a5416ab"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" alt=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" href=\"https://www.juntadeandalucia.es/organismos/sae/areas/servicios-empresas/contratacion-laboral.html\" coords=\"202,179,208,183,224,195,231,193,247,193,251,190,260,191,267,189,274,197,271,203,278,206,286,211,286,216,291,226,295,227,289,240,283,248,277,243,271,244,268,250,261,247,249,247,247,249,240,247,228,247,221,248,212,256,206,255,197,260,194,267,191,267,188,271,177,267,170,259,172,255,166,248,167,244,155,232,144,229,138,229,138,222,136,217,141,208,146,203,151,201,151,197,163,204,166,203,172,206,179,203,182,199,186,202,191,198,190,191,195,185,202,180\" target=\"_blank\" shape=\"poly\" id=\"andalucia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "086e5c831773",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-51220310"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" href=\"https://dgte.cantabria.es/web/direccion-general-de-trabajo/informacion-sociolaboral\" coords=\"213,23,215,26,217,28,223,27,226,28,228,31,230,34,231,36,236,37,238,37,237,33,234,32,234,29,238,27,242,24,244,23,245,23,250,24,249,21,250,20,252,19,254,17,252,16,249,16,246,13,245,12,242,14,238,14,236,13,232,15,231,16,227,16,222,16,221,18,221,19,218,19,215,20,216,22,215,23,213,22\" target=\"_blank\" shape=\"poly\" id=\"cantabria\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6151d04fdb2d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-439d24a2"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" href=\"https://empleoyformacion.castillalamancha.es/ciudadania/formacionempleo/formacionempleo\" coords=\"314,181,308,178,306,179,301,180,301,184,300,186,301,191,298,194,293,192,289,194,285,195,283,195,277,204,273,203,276,196,268,188,260,189,251,189,246,191,243,191,237,190,236,192,227,192,224,193,213,185,206,180,209,174,210,172,208,169,211,168,211,165,216,164,214,160,215,153,213,153,208,156,202,149,203,144,202,141,199,141,198,138,198,137,198,131,203,132,208,130,213,127,215,129,218,129,222,128,223,127,224,128,229,127,236,130,240,131,241,132,240,133,240,134,236,137,235,139,236,140,241,139,247,134,257,133,259,133,258,126,257,126,257,120,253,115,249,110,248,105,250,100,247,95,250,94,249,92,255,91,262,91,264,92,268,92,270,96,274,98,280,99,284,98,285,95,288,95,292,98,295,101,296,105,298,107,298,112,297,115,294,115,293,118,291,120,293,123,297,126,301,128,303,133,306,136,308,136,307,143,305,146,301,147,300,152,300,156,305,158,310,159,309,164,307,168,309,171,312,173,315,172,316,177,316,181,315,181\" target=\"_blank\" shape=\"poly\" id=\"castillamancha\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c88fc9b9d15",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-96ff64c0"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" href=\"https://serveiocupacio.gencat.cat/es/detall/article/Contractacio-en-practiques-de-persones-joves-beneficiaries-de-la-Garantia-Juvenil-SOC-JENP-00002 \" coords=\"353,113,350,111,347,111,345,107,347,103,347,98,347,97,345,95,349,92,350,88,348,84,351,79,348,75,350,72,354,69,355,63,357,58,357,55,358,50,356,45,358,42,356,39,353,37,352,35,354,33,360,34,363,35,367,37,371,37,373,42,373,46,374,47,377,46,380,44,384,45,388,44,388,46,388,49,393,47,394,46,400,47,401,48,404,48,407,45,412,44,415,44,417,44,420,46,421,47,421,48,421,50,416,50,416,52,417,54,418,56,419,56,419,58,420,59,421,62,418,64,413,69,405,74,399,78,395,79,395,83,391,86,383,87,374,91,368,94,363,94,361,99,358,102,357,104,361,108,359,111,355,111,352,112,352,113\" target=\"_blank\" shape=\"poly\" id=\"cataluna\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4aab002b9b72",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-63de8226"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" alt=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" href=\"https://www.lanbide.euskadi.eus/informacion/practicas-en-empresa-para-personas-jovenes-tituladas/weblan00-contratar/es/\" coords=\"253,19,253,22,255,22,256,24,257,25,257,29,261,31,262,32,259,34,257,34,256,35,258,37,259,38,261,40,264,40,264,39,264,37,267,37,270,38,271,40,272,42,274,42,277,41,277,38,279,36,278,33,279,31,283,30,284,27,285,25,286,25,286,22,289,20,290,18,290,17,287,18,283,20,277,20,270,16,264,15,261,15,259,17,255,18,253,19\" target=\"_blank\" shape=\"poly\" id=\"vascongadas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dcdf07e4255e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5b1d40b3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.juntadeandalucia.es/organismos/sae/areas/servicios-empresas/contratacion-laboral.html\" title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"andalucia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba41e280525f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-19d1f7c2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://dgte.cantabria.es/web/direccion-general-de-trabajo/informacion-sociolaboral\" title=\"Acceso al servicio de Cantabria (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cantabria\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e16a3372572",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-15252b21"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://empleoyformacion.castillalamancha.es/ciudadania/formacionempleo/formacionempleo\" title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillamancha\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ecae5c0466d3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-728395b2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://serveiocupacio.gencat.cat/es/detall/article/Contractacio-en-practiques-de-persones-joves-beneficiaries-de-la-Garantia-Juvenil-SOC-JENP-00002 \" title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cataluna\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df340608b92b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4e9c410c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.lanbide.euskadi.eus/informacion/practicas-en-empresa-para-personas-jovenes-tituladas/weblan00-contratar/es/\" title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"vascongadas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d2ff21b2f48",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-08aebe5b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_é.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69466cb40812",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7b59e4e9"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_é.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24bdc8486c04",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e4023724"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55cb5567ee40",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5fde1cd6d856",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be5b1493"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/gl/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf3bd3f0f2ec",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cd1f6394"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c843901eefb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7105dad156a5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2799,
        "uniqueFailedCount": 64,
        "duplicateFailedCount": 5,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 5
    },
    {
      "submittedUrl": "https://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": 12265,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1080,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3096,
          "failed": 100,
          "cantTell": 87,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "49363283f7fb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c566079640fe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "42a26b11cbf5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad1bc1904368",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ab8faff9afe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b418a789b39",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1c8823bda78",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b777bdb7e64f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c87a7b5c69ad",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-869f4634"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a43d5b12edc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bb0ff2d9"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78190a577810",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f3102d36fe2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-328af5e9"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f48b90692866",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d373148ba8b2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1719a7544041",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "14341b290a21",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Citizen services and information\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c71c430f67f1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6208b776"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bc9b49d00983",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2680bd48452",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public employment\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "300b93e3812f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a8bd358"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26081a46cdec",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db55ff2cab69",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Aids\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c464eda34a4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8584a03c"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3bd79ad5627a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29b9d4d3c157",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Procedures\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c6206c7232ea",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bdc54f1a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b148147f202e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fbd51bb6ddca",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Public administration and State\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa3ae996416d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-be097936"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Your European Space\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45146b79cafa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b863f69c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/en/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32f04bc9f87e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-380c0608"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your European Space\" href=\"/pag_Home/en/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6ff4b400d48",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e8424793"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Your rights and obligations in the EU\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "edb652ccccb7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-13ccfb80"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Business\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fdbcd566a79d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cfc7704b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Public contracts\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac58d4382c47",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e08f2df5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Participating in public tenders\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6933f3c3b0cd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a2c89b19"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Last update 23-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2699c1cf58e0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dcf7269a3011",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6d5decab"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/otras-formas-licitacion.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9731b05f1bc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f53287e8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/publicidad.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cae4cfead847",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1e6778d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/aptitud.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ddb194d080b7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e357d5fc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/plazo-documentacion.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "476e1a08c664",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f6e74c5b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/umbrales-regimen-juridico.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff7f80abf7f4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-28d761a1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d80ed4b0fa5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a737d485"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion.html#-0a91e145d3e3\" title=\"Ir a Open procedure\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b034ce290ae2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c4dc85a1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion.html#-885d6f9e178a\" title=\"Ir a Simplified open procedure\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e91847c6f358",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-08f2950e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion.html#-edef0e450f2b\" title=\"Ir a Restricted procedure\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b40f8fe88b36",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7808bdc1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion.html#-5594ac38aeaf\" title=\"Ir a Competitive procedure with negotiation\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b661c39411d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f58074ea"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion.html#-ac9186c1b990\" title=\"Ir a Negotiated procedure without publication\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c177920f4309",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa67ab17"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion.html#-d0f3391aa63c\" title=\"Ir a Competitive dialogue\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "68cb73ab0f66",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9744693a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion.html#-0645509b6cd4\" title=\"Ir a Innovation partnership\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "035bdbd57f5f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9dae4cef"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion.html#-c76f208701bb\" title=\"Ir a Design contest\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3de7fe1ba91",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf4068d9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion.html#-677782507b9a\" title=\"Ir a Information for each Autonomous Community\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e32fb34a1135",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9d15d45e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion.html#-96f59ee5db33\" title=\"Ir a Legal and/or technical references\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dfb43971bef3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ccd5937a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion.html#-53d6aa76a34e\" title=\"Ir a Authority responsible for the information\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee0dabc1704c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4d883af6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0facb3c9a80",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" alt=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" href=\"https://juntadeandalucia.es/organismos/haciendayfinanciacioneuropea/areas/contratacion-publica/como-contratar.html\" coords=\"202,179,208,183,224,195,231,193,247,193,251,190,260,191,267,189,274,197,271,203,278,206,286,211,286,216,291,226,295,227,289,240,283,248,277,243,271,244,268,250,261,247,249,247,247,249,240,247,228,247,221,248,212,256,206,255,197,260,194,267,191,267,188,271,177,267,170,259,172,255,166,248,167,244,155,232,144,229,138,229,138,222,136,217,141,208,146,203,151,201,151,197,163,204,166,203,172,206,179,203,182,199,186,202,191,198,190,191,195,185,202,180\" target=\"_blank\" shape=\"poly\" id=\"andalucia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "437b7fad906d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f831a4ea"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" alt=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" href=\"https://www.aragon.es/-/contratacion-centralizada-aragon\" coords=\"291,65,289,67,291,73,292,75,292,77,288,79,288,87,284,87,282,89,283,92,285,94,287,94,291,96,295,99,297,101,297,104,299,107,299,112,298,116,295,116,294,119,293,122,298,125,301,128,303,128,306,128,308,129,310,131,311,133,308,134,312,135,316,135,320,132,323,129,324,126,327,125,329,123,330,112,329,110,331,110,332,106,335,106,338,107,344,107,345,106,345,103,345,101,346,100,346,97,343,94,346,93,349,90,348,87,346,84,347,82,350,79,347,77,346,75,348,71,353,68,353,64,355,60,355,56,357,52,356,49,355,45,357,42,356,40,352,38,347,39,341,39,340,38,337,40,334,39,330,36,329,35,325,36,321,36,316,31,315,36,312,39,310,42,307,42,305,47,304,49,303,52,301,55,302,59,303,61,303,64,301,67,300,68,294,66,292,65,291,65\" target=\"_blank\" shape=\"poly\" id=\"aragon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "247e4b020c51",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-96b7a1f8"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" alt=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" href=\"https://www.gobiernodecanarias.org/hacienda/contratacion/\" coords=\"9,258,148,315\" target=\"_blank\" shape=\"rect\" id=\"canarias\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d356a795a37d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6f968761"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" href=\"https://contratacion.jcyl.es/web/es/contratacion-administrativa.html\" coords=\"159,122,158,118,159,115,159,107,159,102,156,97,160,97,162,93,165,90,168,89,172,85,176,80,176,76,173,75,169,74,167,73,168,70,168,65,165,65,162,64,157,64,156,59,162,54,163,50,161,48,161,45,155,44,157,37,162,31,172,30,173,27,177,27,183,27,186,30,190,30,190,27,195,28,205,26,211,22,214,27,217,29,223,28,227,32,230,37,237,39,240,37,237,32,235,31,239,27,244,24,250,25,254,23,256,25,256,29,261,32,258,33,255,32,253,32,254,36,255,37,257,38,260,40,260,43,257,44,256,46,257,49,257,57,257,60,261,64,264,64,266,62,268,65,271,65,273,62,277,61,280,62,282,66,287,67,289,70,290,73,291,76,287,79,287,86,283,85,281,89,282,93,284,94,283,97,276,97,271,95,269,91,264,91,263,89,258,90,254,90,248,91,248,94,245,94,243,94,242,96,240,96,239,96,239,100,236,100,234,102,233,106,231,106,227,111,224,111,223,120,218,122,216,128,214,125,211,126,208,129,206,130,201,131,198,130,197,124,196,125,190,126,186,121,184,121,181,123,176,116,173,116,163,123,158,123,158,122\" target=\"_blank\" shape=\"poly\" id=\"castillaleon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "861988f66725",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-55c122d3"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" alt=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" href=\"https://contratacion.castillalamancha.es/gestion-electronica-de-la-contratacion\" coords=\"314,181,308,178,306,179,301,180,301,184,300,186,301,191,298,194,293,192,289,194,285,195,283,195,277,204,273,203,276,196,268,188,260,189,251,189,246,191,243,191,237,190,236,192,227,192,224,193,213,185,206,180,209,174,210,172,208,169,211,168,211,165,216,164,214,160,215,153,213,153,208,156,202,149,203,144,202,141,199,141,198,138,198,137,198,131,203,132,208,130,213,127,215,129,218,129,222,128,223,127,224,128,229,127,236,130,240,131,241,132,240,133,240,134,236,137,235,139,236,140,241,139,247,134,257,133,259,133,258,126,257,126,257,120,253,115,249,110,248,105,250,100,247,95,250,94,249,92,255,91,262,91,264,92,268,92,270,96,274,98,280,99,284,98,285,95,288,95,292,98,295,101,296,105,298,107,298,112,297,115,294,115,293,118,291,120,293,123,297,126,301,128,303,133,306,136,308,136,307,143,305,146,301,147,300,152,300,156,305,158,310,159,309,164,307,168,309,171,312,173,315,172,316,177,316,181,315,181\" target=\"_blank\" shape=\"poly\" id=\"castillamancha\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2e0f7dc685b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7bf7353c"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" alt=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" href=\"https://contractaciopublica.gencat.cat/ecofin_pscp/AppJava/es_ES/search.pscp?reqCode=start\" coords=\"353,113,350,111,347,111,345,107,347,103,347,98,347,97,345,95,349,92,350,88,348,84,351,79,348,75,350,72,354,69,355,63,357,58,357,55,358,50,356,45,358,42,356,39,353,37,352,35,354,33,360,34,363,35,367,37,371,37,373,42,373,46,374,47,377,46,380,44,384,45,388,44,388,46,388,49,393,47,394,46,400,47,401,48,404,48,407,45,412,44,415,44,417,44,420,46,421,47,421,48,421,50,416,50,416,52,417,54,418,56,419,56,419,58,420,59,421,62,418,64,413,69,405,74,399,78,395,79,395,83,391,86,383,87,374,91,368,94,363,94,361,99,358,102,357,104,361,108,359,111,355,111,352,112,352,113\" target=\"_blank\" shape=\"poly\" id=\"cataluna\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d32e04db787",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-88250bc8"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" alt=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" href=\"https://www.juntaex.es/temas/empresas/contratacion-publica\" coords=\"214,154,208,157,201,149,202,144,201,142,198,142,197,139,196,138,197,130,196,126,190,127,185,122,181,124,175,117,163,124,153,125,153,128,156,131,156,136,153,142,153,145,138,145,143,151,145,159,148,163,152,164,153,168,145,178,144,184,142,186,147,196,153,196,164,203,165,202,172,204,178,202,180,199,183,198,187,200,189,198,188,191,200,179,202,178,206,178,209,172,207,169,210,167,210,164,214,163,213,160,214,157\" target=\"_blank\" shape=\"poly\" id=\"extremadura\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f95fb9e328c0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f3726a2f"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" alt=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" href=\"https://transparencia.xunta.gal/tema/informacion-economica-orzamentaria-e-estatistica/contratacion-publica\" coords=\"156,64,155,58,160,54,161,53,161,49,160,48,160,46,154,45,153,44,156,35,162,30,161,28,158,27,158,25,160,23,158,19,154,14,156,11,155,8,151,8,147,3,144,2,141,1,137,2,133,1,130,4,126,7,126,13,124,13,120,13,119,15,112,15,111,14,108,16,106,19,102,19,99,24,100,26,102,26,104,33,107,32,105,38,105,42,111,38,110,43,109,45,111,46,112,49,110,54,108,57,108,61,108,64,113,60,115,57,120,57,126,56,127,59,125,64,126,67,129,67,132,64,133,66,137,65,141,67,147,68,151,66,151,63,152,62\" target=\"_blank\" shape=\"poly\" id=\"galicia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6f67134e416",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-43f2ebe3"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" href=\"http://www.madrid.org/cs/Satellite?pagename=PortalContratacion/Page/PCON_home\" coords=\"229,125,225,127,222,125,219,128,217,128,219,123,224,120,225,115,226,112,228,112,230,109,232,107,234,107,235,102,237,101,240,101,240,98,243,97,244,95,246,96,248,99,248,102,247,106,248,111,253,117,256,122,255,127,257,127,257,132,246,133,239,139,236,138,243,133,243,131,236,129,228,125,229,125\" target=\"_blank\" shape=\"poly\" id=\"madrid\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e4481e745ec9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ca392f61"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" href=\"http://www.carm.es/web/pagina?IDCONTENIDO=709&IDTIPO=140&RASTRO=c$m22679\" coords=\"320,218,321,215,318,214,318,213,318,210,318,208,317,207,315,205,314,203,314,201,313,199,314,197,315,196,314,195,313,193,312,192,311,190,311,188,314,186,313,183,311,181,310,180,308,180,307,180,306,181,305,180,303,181,303,182,302,183,302,185,302,186,301,186,303,189,303,191,301,193,300,194,299,195,297,195,294,194,293,194,291,194,288,196,286,196,285,196,284,197,282,199,281,200,280,202,279,203,279,204,280,205,282,207,284,208,286,208,288,208,289,210,289,211,288,213,288,214,288,216,289,217,290,218,290,219,290,220,291,221,293,223,294,223,297,224,298,225,299,224,301,222,303,221,305,220,306,219,307,219,309,219,311,218,314,218,317,218,319,218,321,218\" target=\"_blank\" shape=\"poly\" id=\"murcia\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69c500ae2aa1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4658cf2a"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" alt=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" href=\"https://portalcontratacion.navarra.es/es/soy-una-persona-licitadora\" coords=\"275,43,275,46,278,49,284,51,288,51,291,56,293,56,293,59,293,61,292,62,291,62,290,62,290,64,292,64,295,65,298,66,300,66,302,64,302,61,301,58,300,56,301,53,302,49,305,44,306,41,310,40,313,36,314,32,313,31,309,29,305,29,302,26,301,28,300,29,298,27,298,25,300,23,299,20,296,20,292,20,291,19,289,21,287,23,287,25,285,27,285,30,280,32,279,33,280,36,278,40,278,42,275,43,275,46\" target=\"_blank\" shape=\"poly\" id=\"navarra\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c16e2c32cdb8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9d2bc727"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" alt=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" href=\"https://www.contratacion.euskadi.eus/pliegos-acuerdos-contratacion-cae/webkpe00-kpecae/es/\" coords=\"253,19,253,22,255,22,256,24,257,25,257,29,261,31,262,32,259,34,257,34,256,35,258,37,259,38,261,40,264,40,264,39,264,37,267,37,270,38,271,40,272,42,274,42,277,41,277,38,279,36,278,33,279,31,283,30,284,27,285,25,286,25,286,22,289,20,290,18,290,17,287,18,283,20,277,20,270,16,264,15,261,15,259,17,255,18,253,19\" target=\"_blank\" shape=\"poly\" id=\"vascongadas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e92d4c0fd321",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6810015a"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<area title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" alt=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" href=\"https://www.larioja.org/contratacion-publica/es\" coords=\"263,63,259,61,258,51,258,46,259,44,261,43,264,44,266,44,269,47,270,49,272,47,275,47,277,49,278,50,282,51,285,53,287,52,289,56,291,58,292,57,291,61,289,60,289,64,289,66,287,66,283,65,282,62,282,61,278,60,274,59,273,61,272,62,271,64,268,64,266,61,265,61\" target=\"_blank\" shape=\"poly\" id=\"rioja\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b53ba8feb380",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-294f230f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://juntadeandalucia.es/organismos/haciendayfinanciacioneuropea/areas/contratacion-publica/como-contratar.html\" title=\"Acceso al servicio de Andalucía (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"andalucia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c028dc6ebdde",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-85499784"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.aragon.es/-/contratacion-centralizada-aragon\" title=\"Acceso al servicio de Aragón (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"aragon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db0be60da4a6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b44f67a5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.gobiernodecanarias.org/hacienda/contratacion/\" title=\"Acceso al servicio de Canarias (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"canarias\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3834e0190eae",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c3e5578b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://contratacion.jcyl.es/web/es/contratacion-administrativa.html\" title=\"Acceso al servicio de Castilla y León (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillaleon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8b4edd211c8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1485180c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://contratacion.castillalamancha.es/gestion-electronica-de-la-contratacion\" title=\"Acceso al servicio de Castilla-La Mancha (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"castillamancha\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be9533c9a149",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a359f903"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://contractaciopublica.gencat.cat/ecofin_pscp/AppJava/es_ES/search.pscp?reqCode=start\" title=\"Acceso al servicio de Cataluña (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"cataluna\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "35847f2d5ed9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-83b8e696"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.juntaex.es/temas/empresas/contratacion-publica\" title=\"Acceso al servicio de Extremadura (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"extremadura\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94b4302dfab2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-379fa766"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://transparencia.xunta.gal/tema/informacion-economica-orzamentaria-e-estatistica/contratacion-publica\" title=\"Acceso al servicio de Galicia (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"galicia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad43d764abf9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8593da00"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://www.madrid.org/cs/Satellite?pagename=PortalContratacion/Page/PCON_home\" title=\"Acceso al servicio de Madrid, Comunidad de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"madrid\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be06af142aa1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-44211434"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://www.carm.es/web/pagina?IDCONTENIDO=709&IDTIPO=140&RASTRO=c$m22679\" title=\"Acceso al servicio de Murcia, Región de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"murcia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9559ef96a4d8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b500e23f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://portalcontratacion.navarra.es/es/soy-una-persona-licitadora\" title=\"Acceso al servicio de Navarra, Comunidad Foral de (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"navarra\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e9f6b1eb1bc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c8088539"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.contratacion.euskadi.eus/pliegos-acuerdos-contratacion-cae/webkpe00-kpecae/es/\" title=\"Acceso al servicio de País Vasco (Abre en ventana nueva)\" class=\"comunidad selected\" name=\"vascongadas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fba8aabf29a9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ea23f50b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.larioja.org/contratacion-publica/es\" title=\"Acceso al servicio de Rioja, La (Abre en ventana nueva)\" class=\"comunidadlast selected\" name=\"rioja\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bad6a8ba0295",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-71c84f67"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94a3287df243",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f37f791c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_en.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f216a1791565",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ce07da9a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a75ba6e686f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b66828036d19",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e27dde0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/en/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "01fbc6b5c357",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fa9b5cd2"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7971828f062e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "242ef9efb945",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3237,
        "uniqueFailedCount": 89,
        "duplicateFailedCount": 11,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 11
    },
    {
      "submittedUrl": "https://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": 11444,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1250,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 22
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3316,
          "failed": 88,
          "cantTell": 68,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "heading_markup_misuse",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ad94c900d49",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "146ae55dc7dc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e4fa09e3a324",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9757f78e6b14",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7bbfc16ff02f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "273fde5d9403",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98f0c5352c24",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo1\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8ab7cf2cd5f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ad5d705b5f6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-220e23dc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c4d92040089",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a953ef6"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ppg-header__logo2\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "811697fb8178",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e49ef48daea9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c8cf4398"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c348bc94a4d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d176bff1fa13",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e49a614765c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f68148a7474f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80ea8fd28326",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "119d452edb3f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1fdac3b4573",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9840c568b68f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f172c30cfc62",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6f1ac13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu2\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fead16f1f393",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-423b6781"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Ayudas\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb38c7469440",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9e6d3158"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd150ded0a41",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5dd9015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu3\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "746a4ea4ec0a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-04bc7eff"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Trámites y Servicios Electrónicos\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dac36bbaebf1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e644a9a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8084158900b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aa7bcda5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<li id=\"elemMainMenu4\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ae13eae6035",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-68ff80f3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Administración Pública y Estado\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a6e98d9a667",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c5b5d7f2"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Tu espacio europeo\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dfbce50aa4f9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5345de9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Punto de Acceso General\" href=\"/pag_Home/ca/index.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ec6e267eedc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8568a627"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tu espacio europeo\" href=\"/pag_Home/ca/Tu-espacio-europeo.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df1865d1715f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-02b98b18"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tus derechos y obligaciones en la UE\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e823808055e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ede7c402"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Empresas\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9500de98f00",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e43bb40a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Puesta en marcha, gestión, cierre\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre.html\" class=\"t-fs-16\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c3657651baf7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c3c72d24"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fechaactualizacion\">",
            "message": "Confirm this text 'Última actualització: 24-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9df38507dcd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5646c9e1257",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65c2bcd0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/traslado.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bbe63d0a0bfb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4c3954d0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba4c3ab231aa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f2c03c00"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/practicas-comerciales.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8b5f2733ca5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f65fa224"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derecho-contractual.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7bc2cdfb8fc7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1a237f39"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/insolvencia-liquidacion.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3abac0cc8a72",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-264bc6b5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"on\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05cd300faad4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5df501cd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f67ed2693449",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-17940633"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito.html#-7c4232ea67e6\" title=\"Ir a Seguro de Crédito\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1073ea94017d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-df44e901"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito.html#-455722616499\" title=\"Ir a Productos\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "057e38ef97c9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-43b1eaf7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito.html#-82c6999dfb21\" title=\"Ir a Polizas Verdes\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6038f36d605",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-850a9a6e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito.html#-0f4572e4d9a2\" title=\"Ir a Programa de Cobertura de riesgo de crédito de los consumidores electrointensivos\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a6fc4c6856d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a7a86ef3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito.html#-946c2174f202\" title=\"Ir a Referencias legales y/o técnicas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b13e26e6aea1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-06a95898"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito.html#-2412fccc6511\" title=\"Ir a Autoridad responsable de la información\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4068d1b9ae5c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-561c42b9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.cesce.es/es/corporativo/agencia-de-credito-a-la-exportacion-eca\" title=\"Aquí (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dbe94ec44006",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f4caafbc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7109b471b921",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9bab1d6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.cesce.es/creditos-circulante\" title=\"Seguro para Créditos de Circulante (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d474e40a04b7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bfbf5441"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.cesce.es/poliza-individual-de-credito-suministrador-2\" title=\"Crédito Suministrador, actuando el banco como beneficiario de la Póliza (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c4dac393b5b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4abcd015"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.cesce.es/poliza-de-credito-comprador\" title=\"Crédito Comprador (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75a1e2121d7b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b8e7716a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.cesce.es/seguro-fiadores-riesgo-ejecucion-fianzas\" title=\"Póliza de Ejecución de Avales (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "53d57484da76",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cfa595ca"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.cesce.es/linea-fianzas-pymes\" title=\"Póliza de Ejecución de Avales (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ccb5acee89f3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-06160572"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.cesce.es/poliza-seguro-inversiones-exterior\" title=\"Inversiones Seguro a Financiadores (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "919a4b4e736d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a738e731"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.cesce.es/poliza-individual-de-creditos-documentarios\" title=\"Póliza de Seguro de Créditos Documentarios (Individual) (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d86052c63296",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6501e907"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.cesce.es/poliza-abierta-de-creditos-documentarios\" title=\"Póliza de Seguro de Créditos Documentarios (Abierta) (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9a07cfa4b76",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-82cea4a4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.cesce.es/seguro-operaciones-project-finance\" title=\"Crédito Comprador (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a28bcf76824",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3bedd807"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.cesce.es/es/w/cuenta-del-estado/polizas-verdes/poliza-verde-de-inversion\" title=\"Seguro de financiación de Inversiones estratégicas (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5af8fdd2e8c0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-25043203"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18a9c378a478",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f459bb78"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.cesce.es/seguro-exportaciones-riesgo-ejecucion-fianzas\" title=\"Fianzas Seguro a Exportadores (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "202275c38e65",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c85e759f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.cesce.es/poliza-individual-de-credito-suministrador-2\" title=\"Crédito Suministrador (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9a7e12cd550",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2011a414"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.cesce.es/poliza-individual-de-credito-suministrador-2\" title=\"Crédito Suministrador (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.cesce.es/poliza-seguro-de-obras-trabajos-en-el-exterior\" title=\"Seguro de Obras (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f16a0f06a0ed",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2310d51c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.cesce.es/creditos-circulante\" title=\"Seguro de Inversiones para Inversores (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f11a2c0826e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0a046cb0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://one.oecd.org/document/TAD/PG(2023)7/en/pdf\" title=\"anejo I del Consenso de la OCDE (Abre en nueva ventana)\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6729199ac792",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c1a6fd15"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Abre una ventana nueva (Abre en nueva ventana)\" target=\"_blank\" href=\"https://www.cesce.es/es/cuenta-del-estado/polizas-verdes\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "870690c84d4f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ed0f9bca"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Abre una ventana nueva (Abre en nueva ventana)\" target=\"_blank\" href=\"https://www.cesce.es/es/w/cuenta-del-estado/polizas-verdes/poliza-verde-de-inversion\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b81a7a7cab7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e4f19ceb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Abre una ventana nueva (Abre en nueva ventana)\" target=\"_blank\" href=\"https://www.cesce.es/es/coberturas-electrointensivos/informacion-coberturas-electrointensivos\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6771738a7c82",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e6d87d0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Abre una ventana nueva (Abre en nueva ventana)\" target=\"_blank\" href=\"https://www.cesce.es/es/w/coberturas-electrointensivos/avales-bancarios-cauciones-electrointensivos\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3504839d4c0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-71ed242a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Abre una ventana nueva (Abre en nueva ventana)\" target=\"_blank\" href=\"https://www.cesce.es/es/w/coberturas-electrointensivos/garantias-vendedores-energia\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d17fabdc0925",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1905496e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Volver arriba\" class=\"lnk_arriba disabled\" href=\"#general_content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h4 class=\"t-fs-13\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6867f70eab18",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b4ff75ed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a349fafb5be4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2c31751c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9de148342630",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fe75f54d"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"o-card__picture\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a70153d3193",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0750ebab834c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-9cc7d445"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/pag_Home/ca/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e12ee07f9584",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d2b3bc9d"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3a309ec260a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p class=\"ppg-text t-fs-10\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88f37e86943a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3442,
        "uniqueFailedCount": 81,
        "duplicateFailedCount": 7,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 7
    }
  ],
  "enhanced": {
    "consolidatedFailures": [
      {
        "rule": "style_focus_visible",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 3616,
        "examples": [
          {
            "url": "https://administracion.gob.es/",
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "xpath": null,
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "fingerprint": "2779915489d7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67b7573a"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<a href=\"/pag_Home/\" title=\"Administracion.gob.es\" class=\"logoPAG\">",
            "xpath": null,
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "fingerprint": "78d2a6530164",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dbc11a04"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "xpath": null,
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "fingerprint": "dd9dcdc20453",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-65a83277"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "xpath": null,
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "fingerprint": "b3b27bc33cd7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-4a529859"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "xpath": null,
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "fingerprint": "1714f26d0f26",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bf1cb7f5"
          }
        ]
      },
      {
        "rule": "element_tabbable_role_valid",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 1207,
        "examples": [
          {
            "url": "https://administracion.gob.es/",
            "html": "<ul class=\"ppg-menu__list o-it-1/1 \" tabindex=\"0\" data-fn=\"main-menu\">",
            "xpath": null,
            "message": "The tabbable element's role 'list' is not a widget role",
            "fingerprint": "e28134abe256",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8430d572"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<li id=\"elemMainMenu0\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "xpath": null,
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "fingerprint": "0db797a79920",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f839f333"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Atención e información\">",
            "xpath": null,
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "fingerprint": "391cc5406a00",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-16dddac8"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<li id=\"elemMainMenu1\" tabindex=\"0\" class=\"ppg-menu__it\">",
            "xpath": null,
            "message": "The tabbable element's role 'listitem' is not a widget role",
            "fingerprint": "2d1e35f8ef0d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-42042177"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<p tabindex=\"0\" class=\"ppg-menu__link\" title=\"Empleo público \">",
            "xpath": null,
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "fingerprint": "5a1441813caf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e49967b4"
          }
        ]
      },
      {
        "rule": "element_tabbable_visible",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 517,
        "examples": [
          {
            "url": "https://administracion.gob.es/",
            "html": "<a href=\"/pag_Home/atencionCiudadana/Quienes-somos.html\" title=\"Punto de Acceso General electrónico (administracion.gob.es)\" class=\"ppg-link ppg-link--black\">",
            "xpath": null,
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "fingerprint": "9ddb0b7ee6a6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c52470af"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<a href=\"/pag_Home/Lectura-Facil.html\" title=\"Índice de contenidos\" class=\"ppg-link ppg-link--black\">",
            "xpath": null,
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "fingerprint": "4ec693f7df71",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b96ef884"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<a target=\"_blank\" href=\"https://sede.administracion.gob.es/PAG_Sede/HomeSede.html\" title=\"Sede electrónica del PAGe\" class=\"ppg-link ppg-link--black\">",
            "xpath": null,
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "fingerprint": "7465803d59b7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d47e1b68"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<a href=\"/pag_Home/empleoPublico/Destacados-empleo-publico.html\" class=\"o-card__link ppg-icon__crossW-2a ppg-link ppg-link--btn\">",
            "xpath": null,
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "fingerprint": "d100bce08661",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-93ea6e29"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<a href=\"/pag_Home/atencionCiudadana/encuentraTuOficina.html\" class=\"o-card__link ppg-icon__crossW-2a ppg-link ppg-link--btn\">",
            "xpath": null,
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "fingerprint": "13e6a92e702c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-956b235b"
          }
        ]
      },
      {
        "rule": "element_attribute_deprecated",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 509,
        "examples": [
          {
            "url": "https://administracion.gob.es/",
            "html": "<meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">",
            "xpath": null,
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "fingerprint": "a45eefdd7f9c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<meta content=\"no-cache, no-store, must-revalidate\" http-equiv=\"Cache-Control\">",
            "xpath": null,
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "fingerprint": "bfbdad1118a9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bd359731"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<meta content=\"no-cache\" http-equiv=\"Pragma\">",
            "xpath": null,
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "fingerprint": "6a1bc3d056fd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-906bacd7"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<meta content=\"0\" http-equiv=\"Expires\">",
            "xpath": null,
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "fingerprint": "26860e694236",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-67865ee8"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "xpath": null,
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "fingerprint": "433e804f38cf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2e8ce2b4"
          }
        ]
      },
      {
        "rule": "figure_label_exists",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 399,
        "examples": [
          {
            "url": "https://administracion.gob.es/",
            "html": "<figure class=\"ppg-header__logo1\">",
            "xpath": null,
            "message": "The <figure> element does not have an associated label",
            "fingerprint": "ac28ef99c3d3",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a1961180"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<figure class=\"ppg-header__logo2\">",
            "xpath": null,
            "message": "The <figure> element does not have an associated label",
            "fingerprint": "a1418380ccc2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5ac1babe"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<figure class=\"o-card__picture\">",
            "xpath": null,
            "message": "The <figure> element does not have an associated label",
            "fingerprint": "190eb88eca11",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b92ed80"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<figure class=\"ppg-slick__fig\">",
            "xpath": null,
            "message": "The <figure> element does not have an associated label",
            "fingerprint": "668a348058e2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7a85c3a8"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<figure>",
            "xpath": null,
            "message": "The <figure> element does not have an associated label",
            "fingerprint": "45f6747720e7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8a4bc50c"
          }
        ]
      },
      {
        "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-fdb03ff9"
          }
        ]
      },
      {
        "rule": "target_spacing_sufficient",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 276,
        "examples": [
          {
            "url": "https://administracion.gob.es/",
            "html": "<button style=\"\" role=\"button\" class=\"slick-prev slick-arrow\" data-role=\"none\" type=\"button\">",
            "xpath": null,
            "message": "Ensure the overlapped target \"button\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "fingerprint": "9053fbbb6b21",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-50ac38c4"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<button style=\"\" role=\"button\" class=\"slick-next slick-arrow\" data-role=\"none\" type=\"button\">",
            "xpath": null,
            "message": "Ensure the overlapped target \"button\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "fingerprint": "3559262ed8c1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ba233537"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<a href=\"/pag_Home/accesibilidad.html\" class=\"ppg-link ppg-link--border\">",
            "xpath": null,
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "fingerprint": "5b8f26acd4e8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5976a683"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<a href=\"/pag_Home/mapaWeb.html\" class=\"ppg-link ppg-link--border\">",
            "xpath": null,
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "fingerprint": "db0a9739a7de",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b017c3f0"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<a href=\"/pag_Home/politicaDePrivacidad.html\" class=\"ppg-link ppg-link--border\">",
            "xpath": null,
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "fingerprint": "da045442ff27",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-85022af9"
          }
        ]
      },
      {
        "rule": "element_tabbable_unobscured",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 176,
        "examples": [
          {
            "url": "https://administracion.gob.es/",
            "html": "<a href=\"/pag_Home/index.html\" title=\"Administracion.gob.es\" class=\"logoGOB\">",
            "xpath": null,
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "fingerprint": "aa1f768a3be4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8c691d4b"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<a href=\"/pag_Home/atencionCiudadana/Quienes-somos.html\" title=\"Punto de Acceso General electrónico (administracion.gob.es)\" class=\"ppg-link ppg-link--black\">",
            "xpath": null,
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "fingerprint": "e337157977a4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fc9c132f"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<a href=\"/pag_Home/Lectura-Facil.html\" title=\"Índice de contenidos\" class=\"ppg-link ppg-link--black\">",
            "xpath": null,
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "fingerprint": "3e31314b5786",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ef47f2c7"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<a target=\"_blank\" href=\"https://sede.administracion.gob.es/PAG_Sede/HomeSede.html\" title=\"Sede electrónica del PAGe\" class=\"ppg-link ppg-link--black\">",
            "xpath": null,
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "fingerprint": "9574449fa8c2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ca118514"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<a href=\"/pag_Home/empleoPublico/Destacados-empleo-publico.html\" class=\"o-card__link ppg-icon__crossW-2a ppg-link ppg-link--btn\">",
            "xpath": null,
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "fingerprint": "0e602446f6ba",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ddf2ff83"
          }
        ]
      },
      {
        "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-f3b84fa4"
          }
        ]
      },
      {
        "rule": "text_quoted_correctly",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 110,
        "examples": [
          {
            "url": "https://administracion.gob.es/",
            "html": "<p class=\"ppg-text t-fs-10\">",
            "xpath": null,
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "fingerprint": "e0b57d814ab6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "url": "https://administracion.gob.es/pag_Home",
            "html": "<p class=\"ppg-text t-fs-10\">",
            "xpath": null,
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "fingerprint": "615c5e82b693",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
            "html": "<p class=\"ppg-text t-fs-10\">",
            "xpath": null,
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "fingerprint": "c6ab159dbc4b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
            "html": "<a target=\"_blank\" href=\"https://ec.europa.eu/social/main.jsp?catId=1021&langId=es&intPageId=1754\" class=\"ppg-link ppg-link--black\">",
            "xpath": null,
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Desplazarse y trabajar en Europa\"",
            "fingerprint": "f111e29ebc71",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-17dd7d39"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
            "html": "<p class=\"ppg-text t-fs-10\">",
            "xpath": null,
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Una manera de hacer Europa\"",
            "fingerprint": "7c3cb7c60f2b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-cedbaccb"
          }
        ]
      },
      {
        "rule": "text_block_heading",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 101,
        "examples": [
          {
            "url": "https://administracion.gob.es/",
            "html": "<p class=\"textojustificado\">",
            "xpath": null,
            "message": "Confirm this text 'Carta de servicios del Centro de Información Administrativa' is used as a heading and if so, modify to use a heading element or role",
            "fingerprint": "2e8378dc7701",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-eb1cb1c0"
          },
          {
            "url": "https://administracion.gob.es/pag_Home",
            "html": "<p class=\"textojustificado\">",
            "xpath": null,
            "message": "Confirm this text 'Carta de servicios del Centro de Información Administrativa' is used as a heading and if so, modify to use a heading element or role",
            "fingerprint": "90b1ab447f7a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-eb1cb1c0"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
            "html": "<div class=\"fechaactualizacion\">",
            "xpath": null,
            "message": "Confirm this text 'Última actualización: 14-04-2026' is used as a heading and if so, modify to use a heading element or role",
            "fingerprint": "13fc735d3313",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
            "html": "<div class=\"fechaactualizacion\">",
            "xpath": null,
            "message": "Confirm this text 'Última actualización: 25-03-2026' is used as a heading and if so, modify to use a heading element or role",
            "fingerprint": "5b1a385d21f2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
            "html": "<div class=\"fechaactualizacion\">",
            "xpath": null,
            "message": "Confirm this text 'Última actualización: 01-04-2026' is used as a heading and if so, modify to use a heading element or role",
            "fingerprint": "1fb7a8ce15e1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-22be78bd"
          }
        ]
      },
      {
        "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-b7cedc29"
          }
        ]
      },
      {
        "rule": "style_highcontrast_visible",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 100,
        "examples": [
          {
            "url": "https://administracion.gob.es/",
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "xpath": null,
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "fingerprint": "ab6d0483972f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "url": "https://administracion.gob.es/pag_Home",
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "xpath": null,
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "fingerprint": "59bc02985879",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "xpath": null,
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "fingerprint": "4c45428d0aa1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "xpath": null,
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "fingerprint": "1c57a5b4f0a2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
            "html": "<style media=\"print\" type=\"text/css\" rel=\"stylesheet\">",
            "xpath": null,
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "fingerprint": "716034fe68cf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-215a6e86"
          }
        ]
      },
      {
        "rule": "style_color_misuse",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 100,
        "examples": [
          {
            "url": "https://administracion.gob.es/",
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "xpath": null,
            "message": "Verify color is not used as the only visual means of conveying information",
            "fingerprint": "271c05db886e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "url": "https://administracion.gob.es/pag_Home",
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "xpath": null,
            "message": "Verify color is not used as the only visual means of conveying information",
            "fingerprint": "590e38959174",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "xpath": null,
            "message": "Verify color is not used as the only visual means of conveying information",
            "fingerprint": "7b511ac17056",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "xpath": null,
            "message": "Verify color is not used as the only visual means of conveying information",
            "fingerprint": "a939ec638f13",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
            "html": "<link href=\"/resources/templating-kit/themes/pag/css/libs/tabs.css\" type=\"text/css\" rel=\"stylesheet\">",
            "xpath": null,
            "message": "Verify color is not used as the only visual means of conveying information",
            "fingerprint": "cee79fd59982",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8f73f879"
          }
        ]
      },
      {
        "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ]
      },
      {
        "rule": "a_text_purpose",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 89,
        "examples": [
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "xpath": null,
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "fingerprint": "ce87cd1fb5c2",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fe75f54d"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "xpath": null,
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "fingerprint": "7af409573f8b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fe75f54d"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "xpath": null,
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "fingerprint": "6c569a9bdda4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fe75f54d"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "xpath": null,
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "fingerprint": "7f46348731dc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fe75f54d"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
            "html": "<a href=\"https://europa.eu/youreurope/search/index_es.htm\" target=\"_blank\">",
            "xpath": null,
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "fingerprint": "159ae9460df7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fe75f54d"
          }
        ]
      },
      {
        "rule": "aria_role_valid",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 68,
        "examples": [
          {
            "url": "https://administracion.gob.es/",
            "html": "<ul aria-describedby=\"slick-slide00\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"0\" style=\"width: 369px;\" class=\"slick-slide slick-current slick-active\">",
            "xpath": null,
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "fingerprint": "2fc161bfd887",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e78f63f3"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<ul aria-describedby=\"slick-slide01\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"1\" style=\"width: 369px;\" class=\"slick-slide slick-active\">",
            "xpath": null,
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "fingerprint": "b5cf94f78374",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-74f21c4a"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<ul aria-describedby=\"slick-slide02\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"2\" style=\"width: 369px;\" class=\"slick-slide\">",
            "xpath": null,
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "fingerprint": "fb2fc30c18bb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6b598a77"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<ul aria-describedby=\"slick-slide03\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"3\" style=\"width: 369px;\" class=\"slick-slide\">",
            "xpath": null,
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "fingerprint": "2825ad6d1b9a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-94fc37e5"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<ul aria-describedby=\"slick-slide04\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"4\" style=\"width: 369px;\" class=\"slick-slide\">",
            "xpath": null,
            "message": "The ARIA role 'option' is not valid for the element <ul>",
            "fingerprint": "b03eef40337a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c24fa797"
          }
        ]
      },
      {
        "rule": "aria_id_unique",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 64,
        "examples": [
          {
            "url": "https://administracion.gob.es/",
            "html": "<ul aria-describedby=\"slick-slide00\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"0\" style=\"width: 369px;\" class=\"slick-slide slick-current slick-active\">",
            "xpath": null,
            "message": "The 'id' \"slick-slide00\" specified for the ARIA property 'aria-describedby' value is not valid",
            "fingerprint": "d08a4e24674b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-69ea4a1c"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<ul aria-describedby=\"slick-slide01\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"1\" style=\"width: 369px;\" class=\"slick-slide slick-active\">",
            "xpath": null,
            "message": "The 'id' \"slick-slide01\" specified for the ARIA property 'aria-describedby' value is not valid",
            "fingerprint": "edc097f165cd",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-8aa708cb"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<ul aria-describedby=\"slick-slide02\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"2\" style=\"width: 369px;\" class=\"slick-slide\">",
            "xpath": null,
            "message": "The 'id' \"slick-slide02\" specified for the ARIA property 'aria-describedby' value is not valid",
            "fingerprint": "fb950b820573",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-3b1c69af"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<ul aria-describedby=\"slick-slide03\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"3\" style=\"width: 369px;\" class=\"slick-slide\">",
            "xpath": null,
            "message": "The 'id' \"slick-slide03\" specified for the ARIA property 'aria-describedby' value is not valid",
            "fingerprint": "9c97ed3034f8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d62b6768"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<ul aria-describedby=\"slick-slide04\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"4\" style=\"width: 369px;\" class=\"slick-slide\">",
            "xpath": null,
            "message": "The 'id' \"slick-slide04\" specified for the ARIA property 'aria-describedby' value is not valid",
            "fingerprint": "eac48a619549",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c3a1ea43"
          }
        ]
      },
      {
        "rule": "heading_markup_misuse",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 60,
        "examples": [
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
            "html": "<h3 tabindex=\"-1\" aria-expanded=\"false\" aria-selected=\"false\" aria-controls=\"ui-id-3\" role=\"tab\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" id=\"-0fbb222943f5\">",
            "xpath": null,
            "message": "Verify that the heading element is a genuine heading",
            "fingerprint": "c3dac87ede60",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a557e58f"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
            "html": "<h3 tabindex=\"-1\" aria-expanded=\"false\" aria-selected=\"false\" aria-controls=\"ui-id-3\" role=\"tab\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" id=\"-0fbb222943f5\">",
            "xpath": null,
            "message": "Verify that the heading element is a genuine heading",
            "fingerprint": "530b342bde1d",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-a557e58f"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
            "html": "<h4 class=\"t-fs-13\">",
            "xpath": null,
            "message": "Verify that the heading element is a genuine heading",
            "fingerprint": "179f5b04c868",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b4ff75ed"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
            "html": "<h2 class=\"ppg-heading ppg-heading--wind\" id=\"-84337cc757f0\">",
            "xpath": null,
            "message": "Verify that the heading element is a genuine heading",
            "fingerprint": "d76891026de5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-48dbc6de"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
            "html": "<h4 class=\"t-fs-13\">",
            "xpath": null,
            "message": "Verify that the heading element is a genuine heading",
            "fingerprint": "2b1c6e5334b0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b4ff75ed"
          }
        ]
      },
      {
        "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-e334b3d3"
          }
        ]
      },
      {
        "rule": "aria_widget_labelled",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 40,
        "examples": [
          {
            "url": "https://administracion.gob.es/",
            "html": "<ul aria-describedby=\"slick-slide11\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"1\" class=\"slick-slide slick-active\">",
            "xpath": null,
            "message": "Interactive component with ARIA role 'option' does not have a programmatically associated name",
            "fingerprint": "1bd8915f0780",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f696df30"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<ul aria-describedby=\"slick-slide12\" role=\"option\" tabindex=\"-1\" aria-hidden=\"false\" data-slick-index=\"2\" class=\"slick-slide slick-active\">",
            "xpath": null,
            "message": "Interactive component with ARIA role 'option' does not have a programmatically associated name",
            "fingerprint": "c3cfe984e104",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-32814cda"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<ul aria-describedby=\"slick-slide13\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"3\" class=\"slick-slide\">",
            "xpath": null,
            "message": "Interactive component with ARIA role 'option' does not have a programmatically associated name",
            "fingerprint": "34c739abadca",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e38495e4"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<ul aria-describedby=\"slick-slide14\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"4\" class=\"slick-slide\">",
            "xpath": null,
            "message": "Interactive component with ARIA role 'option' does not have a programmatically associated name",
            "fingerprint": "3eade122e199",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-feec8bfd"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<ul aria-describedby=\"slick-slide15\" role=\"option\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"5\" class=\"slick-slide\">",
            "xpath": null,
            "message": "Interactive component with ARIA role 'option' does not have a programmatically associated name",
            "fingerprint": "a316169575f0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e60f53d6"
          }
        ]
      },
      {
        "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-d834057e"
          }
        ]
      },
      {
        "rule": "aria_keyboard_handler_exists",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 29,
        "examples": [
          {
            "url": "https://administracion.gob.es/",
            "html": "<div style=\"opacity: 1; width: 3321px; transform: translate3d(-738px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "xpath": null,
            "message": "Verify the <div> element with \"listbox\" role has keyboard access",
            "fingerprint": "771f4e691849",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-327ae023"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<ul role=\"tablist\" class=\"ppg-tabs__list ui-tabs-nav ui-corner-all ui-helper-reset ui-helper-clearfix ui-widget-header\">",
            "xpath": null,
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "fingerprint": "18c4754879e4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1d192e30"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<div style=\"opacity: 1; width: 55000px; transform: translate3d(-675px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "xpath": null,
            "message": "Verify the <div> element with \"listbox\" role has keyboard access",
            "fingerprint": "fe584275028e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-bbaf0210"
          },
          {
            "url": "https://administracion.gob.es/pag_Home",
            "html": "<div style=\"opacity: 1; width: 3321px; transform: translate3d(-738px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "xpath": null,
            "message": "Verify the <div> element with \"listbox\" role has keyboard access",
            "fingerprint": "a543506c40bc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-327ae023"
          },
          {
            "url": "https://administracion.gob.es/pag_Home",
            "html": "<ul role=\"tablist\" class=\"ppg-tabs__list ui-tabs-nav ui-corner-all ui-helper-reset ui-helper-clearfix ui-widget-header\">",
            "xpath": null,
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "fingerprint": "0891bc27f5e9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1d192e30"
          }
        ]
      },
      {
        "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-444b58f5"
          }
        ]
      },
      {
        "rule": "text_sensory_misuse",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 15,
        "examples": [
          {
            "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
            "html": "<p class=\"textojustificado\">",
            "xpath": null,
            "message": "Confirm the word(s) 'above' of the user instruction is used to indicate a logical rather than visual position",
            "fingerprint": "23a0edf1e34f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-afad10e6"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
            "html": "<p class=\"textojustificado\">",
            "xpath": null,
            "message": "Confirm the word(s) 'right' of the user instruction is used to indicate a logical rather than visual position",
            "fingerprint": "e5f85863df01",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-afad10e6"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
            "html": "<h2 class=\"ppg-heading ppg-heading--wind\" id=\"-1e05a35f9065\">",
            "xpath": null,
            "message": "Confirm the word(s) 'Right' of the user instruction is used to indicate a logical rather than visual position",
            "fingerprint": "72bfc4d2c120",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b301dfcc"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
            "html": "<span style=\"font-size:1em\">",
            "xpath": null,
            "message": "Confirm the word(s) 'right' of the user instruction is used to indicate a logical rather than visual position",
            "fingerprint": "bebf2af2bc11",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-72edcf3a"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
            "html": "<h2 class=\"ppg-heading ppg-heading--wind\" id=\"-8811faed8469\">",
            "xpath": null,
            "message": "Confirm the word(s) 'right' of the user instruction is used to indicate a logical rather than visual position",
            "fingerprint": "ec3f9365de32",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d5cf2c22"
          }
        ]
      },
      {
        "rule": "aria_content_in_landmark",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 12,
        "examples": [
          {
            "url": "https://administracion.gob.es/",
            "html": "<h1 class=\"ppg-heading ppg-heading--white\">",
            "xpath": null,
            "message": "Content is not within a landmark element",
            "fingerprint": "c71f37246971",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1f8d906f"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<button style=\"\" role=\"button\" class=\"slick-prev slick-arrow\" data-role=\"none\" type=\"button\">",
            "xpath": null,
            "message": "Content is not within a landmark element",
            "fingerprint": "b616b36fbf21",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fbc85d05"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<div style=\"opacity: 1; width: 55000px; transform: translate3d(-675px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "xpath": null,
            "message": "Content is not within a landmark element",
            "fingerprint": "1ee10cf037df",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-2f46cf76"
          },
          {
            "url": "https://administracion.gob.es/pag_Home",
            "html": "<h1 class=\"ppg-heading ppg-heading--white\">",
            "xpath": null,
            "message": "Content is not within a landmark element",
            "fingerprint": "157920b47e3f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-1f8d906f"
          },
          {
            "url": "https://administracion.gob.es/pag_Home",
            "html": "<button style=\"\" role=\"button\" class=\"slick-prev slick-arrow\" data-role=\"none\" type=\"button\">",
            "xpath": null,
            "message": "Content is not within a landmark element",
            "fingerprint": "d850890d1ae0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-fbc85d05"
          }
        ]
      },
      {
        "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-535f4dac"
          }
        ]
      },
      {
        "rule": "aria_complementary_labelled",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 9,
        "examples": [
          {
            "url": "https://administracion.gob.es/",
            "html": "<aside class=\"o-layout__sidebar\">",
            "xpath": null,
            "message": "Element with \"complementary\" role does not have a label",
            "fingerprint": "c3155cb0563a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d09b04b3"
          },
          {
            "url": "https://administracion.gob.es/pag_Home",
            "html": "<aside class=\"o-layout__sidebar\">",
            "xpath": null,
            "message": "Element with \"complementary\" role does not have a label",
            "fingerprint": "d9533f537326",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d09b04b3"
          },
          {
            "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\">",
            "xpath": null,
            "message": "Element with \"complementary\" role does not have a label",
            "fingerprint": "3c7f5ba5b00b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0eabf5e2"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/gl/index.html",
            "html": "<aside class=\"o-layout__sidebar\">",
            "xpath": null,
            "message": "Element with \"complementary\" role does not have a label",
            "fingerprint": "78a896300c9f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d09b04b3"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/atencionCiudadana/encuentraTuOficina.html",
            "html": "<aside class=\"o-layout__sidebar\">",
            "xpath": null,
            "message": "Element with \"complementary\" role does not have a label",
            "fingerprint": "b41b6c17d29b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-d09b04b3"
          }
        ]
      },
      {
        "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: 25000px; 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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-e8b5a2a9"
          },
          {
            "url": "https://administracion.gob.es/pag_Home",
            "html": "<div class=\"slick-track\" role=\"listbox\" style=\"opacity: 1; width: 25000px; 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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-e8b5a2a9"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/gl/index.html",
            "html": "<div class=\"slick-track\" role=\"listbox\" style=\"opacity: 1; width: 25000px; 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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-e1098d67"
          }
        ]
      },
      {
        "rule": "text_contrast_sufficient",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 8,
        "examples": [
          {
            "url": "https://administracion.gob.es/",
            "html": "<h1 class=\"ppg-heading ppg-heading--white\">",
            "xpath": null,
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "fingerprint": "3dbe2bc6c7c0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-38a4d218"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<button style=\"\" role=\"button\" class=\"slick-next slick-arrow\" data-role=\"none\" type=\"button\">",
            "xpath": null,
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "fingerprint": "93f26b5740bc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-086f4e21"
          },
          {
            "url": "https://administracion.gob.es/pag_Home",
            "html": "<h1 class=\"ppg-heading ppg-heading--white\">",
            "xpath": null,
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "fingerprint": "71c0be5f84fc",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-38a4d218"
          },
          {
            "url": "https://administracion.gob.es/pag_Home",
            "html": "<button style=\"\" role=\"button\" class=\"slick-next slick-arrow\" data-role=\"none\" type=\"button\">",
            "xpath": null,
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "fingerprint": "b9b4a754f4ee",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-086f4e21"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/gl/index.html",
            "html": "<h1 class=\"ppg-heading ppg-heading--white\">",
            "xpath": null,
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "fingerprint": "02053aee78e0",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-38a4d218"
          }
        ]
      },
      {
        "rule": "aria_role_redundant",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 8,
        "examples": [
          {
            "url": "https://administracion.gob.es/",
            "html": "<button style=\"\" role=\"button\" class=\"slick-prev slick-arrow\" data-role=\"none\" type=\"button\">",
            "xpath": null,
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "fingerprint": "194ffabda0c9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-34c7d3ff"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<button style=\"\" role=\"button\" class=\"slick-next slick-arrow\" data-role=\"none\" type=\"button\">",
            "xpath": null,
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "fingerprint": "c5cabc3c6cb8",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0424f514"
          },
          {
            "url": "https://administracion.gob.es/pag_Home",
            "html": "<button style=\"\" role=\"button\" class=\"slick-prev slick-arrow\" data-role=\"none\" type=\"button\">",
            "xpath": null,
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "fingerprint": "cd383e23707f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-34c7d3ff"
          },
          {
            "url": "https://administracion.gob.es/pag_Home",
            "html": "<button style=\"\" role=\"button\" class=\"slick-next slick-arrow\" data-role=\"none\" type=\"button\">",
            "xpath": null,
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "fingerprint": "c6f8ac0d59a5",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0424f514"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/gl/index.html",
            "html": "<button style=\"\" role=\"button\" class=\"slick-prev slick-arrow\" data-role=\"none\" type=\"button\">",
            "xpath": null,
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "fingerprint": "402bfa1635ac",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-34c7d3ff"
          }
        ]
      },
      {
        "rule": "input_label_exists",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 8,
        "examples": [
          {
            "url": "https://administracion.gob.es/",
            "html": "<div style=\"opacity: 1; width: 3321px; transform: translate3d(-738px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "xpath": null,
            "message": "Form control with \"listbox\" role has no associated label",
            "fingerprint": "7d8f59a012aa",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-159f585d"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<div style=\"opacity: 1; width: 55000px; transform: translate3d(-675px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "xpath": null,
            "message": "Form control with \"listbox\" role has no associated label",
            "fingerprint": "9c9261f61f84",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-13198c93"
          },
          {
            "url": "https://administracion.gob.es/pag_Home",
            "html": "<div style=\"opacity: 1; width: 3321px; transform: translate3d(-738px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "xpath": null,
            "message": "Form control with \"listbox\" role has no associated label",
            "fingerprint": "95876e010b28",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-159f585d"
          },
          {
            "url": "https://administracion.gob.es/pag_Home",
            "html": "<div style=\"opacity: 1; width: 55000px; transform: translate3d(-675px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "xpath": null,
            "message": "Form control with \"listbox\" role has no associated label",
            "fingerprint": "763121150605",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-13198c93"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/gl/index.html",
            "html": "<div style=\"opacity: 1; width: 3321px; transform: translate3d(-738px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "xpath": null,
            "message": "Form control with \"listbox\" role has no associated label",
            "fingerprint": "ad54d425397c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-159f585d"
          }
        ]
      },
      {
        "rule": "widget_tabbable_single",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 8,
        "examples": [
          {
            "url": "https://administracion.gob.es/",
            "html": "<div style=\"opacity: 1; width: 3321px; transform: translate3d(-738px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "xpath": null,
            "message": "Component with \"listbox\" role has more than one tabbable element",
            "fingerprint": "aff3bfa3dd1a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f1957280"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<div style=\"opacity: 1; width: 55000px; transform: translate3d(-675px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "xpath": null,
            "message": "Component with \"listbox\" role has more than one tabbable element",
            "fingerprint": "a18528c278e9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-75ac8cb9"
          },
          {
            "url": "https://administracion.gob.es/pag_Home",
            "html": "<div style=\"opacity: 1; width: 3321px; transform: translate3d(-738px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "xpath": null,
            "message": "Component with \"listbox\" role has more than one tabbable element",
            "fingerprint": "c6c7753bed57",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f1957280"
          },
          {
            "url": "https://administracion.gob.es/pag_Home",
            "html": "<div style=\"opacity: 1; width: 55000px; transform: translate3d(-675px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "xpath": null,
            "message": "Component with \"listbox\" role has more than one tabbable element",
            "fingerprint": "a4cf79752764",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-75ac8cb9"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/gl/index.html",
            "html": "<div style=\"opacity: 1; width: 3321px; transform: translate3d(-738px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "xpath": null,
            "message": "Component with \"listbox\" role has more than one tabbable element",
            "fingerprint": "4021d906e410",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f1957280"
          }
        ]
      },
      {
        "rule": "aria_child_tabbable",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 8,
        "examples": [
          {
            "url": "https://administracion.gob.es/",
            "html": "<div style=\"opacity: 1; width: 3321px; transform: translate3d(-738px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "xpath": null,
            "message": "None of the descendent elements with \"option\" role is tabbable",
            "fingerprint": "5e50b65622fe",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ed469ec8"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<div style=\"opacity: 1; width: 55000px; transform: translate3d(-675px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "xpath": null,
            "message": "None of the descendent elements with \"option\" role is tabbable",
            "fingerprint": "f20b5710c37c",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dc466f7c"
          },
          {
            "url": "https://administracion.gob.es/pag_Home",
            "html": "<div style=\"opacity: 1; width: 3321px; transform: translate3d(-738px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "xpath": null,
            "message": "None of the descendent elements with \"option\" role is tabbable",
            "fingerprint": "28c636e9d907",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ed469ec8"
          },
          {
            "url": "https://administracion.gob.es/pag_Home",
            "html": "<div style=\"opacity: 1; width: 55000px; transform: translate3d(-675px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "xpath": null,
            "message": "None of the descendent elements with \"option\" role is tabbable",
            "fingerprint": "d4a317d66434",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-dc466f7c"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/gl/index.html",
            "html": "<div style=\"opacity: 1; width: 3321px; transform: translate3d(-738px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "xpath": null,
            "message": "None of the descendent elements with \"option\" role is tabbable",
            "fingerprint": "16dd71983f37",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-ed469ec8"
          }
        ]
      },
      {
        "rule": "aria_child_valid",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 6,
        "examples": [
          {
            "url": "https://administracion.gob.es/",
            "html": "<div style=\"opacity: 1; width: 55000px; transform: translate3d(-675px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "xpath": null,
            "message": "The element with role \"listbox\" owns the child element with the role \"list\" that is not one of the allowed role(s): \"option\"",
            "fingerprint": "d94bc7a56f6a",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f87ca6e2"
          },
          {
            "url": "https://administracion.gob.es/pag_Home",
            "html": "<div style=\"opacity: 1; width: 55000px; transform: translate3d(-675px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "xpath": null,
            "message": "The element with role \"listbox\" owns the child element with the role \"list\" that is not one of the allowed role(s): \"option\"",
            "fingerprint": "2b1eea95e4eb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f87ca6e2"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
            "html": "<ul>",
            "xpath": null,
            "message": "The element with role \"list\" does not own any child element with any of the following role(s): \"listitem\"",
            "fingerprint": "3b8b9c8167d6",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-98862063"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/gl/index.html",
            "html": "<div style=\"opacity: 1; width: 55000px; transform: translate3d(-675px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "xpath": null,
            "message": "The element with role \"listbox\" owns the child element with the role \"list\" that is not one of the allowed role(s): \"option\"",
            "fingerprint": "9552dac88d54",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f87ca6e2"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/va/index.html",
            "html": "<div style=\"opacity: 1; width: 55000px; transform: translate3d(-675px, 0px, 0px);\" role=\"listbox\" class=\"slick-track\">",
            "xpath": null,
            "message": "The element with role \"listbox\" owns the child element with the role \"list\" that is not one of the allowed role(s): \"option\"",
            "fingerprint": "fbddf7dded4f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f87ca6e2"
          }
        ]
      },
      {
        "rule": "heading_content_exists",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 6,
        "examples": [
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
            "html": "<h3 class=\"subtitulo\">",
            "xpath": null,
            "message": "Heading element has no descriptive content",
            "fingerprint": "1c672717f798",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f822838b"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
            "html": "<h3 class=\"subtitulo\">",
            "xpath": null,
            "message": "Heading element has no descriptive content",
            "fingerprint": "7e4234760ca7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f822838b"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
            "html": "<h3 class=\"subtitulo\">",
            "xpath": null,
            "message": "Heading element has no descriptive content",
            "fingerprint": "e7887289b5c4",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f822838b"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
            "html": "<h3 class=\"subtitulo\">",
            "xpath": null,
            "message": "Heading element has no descriptive content",
            "fingerprint": "d5c293164e05",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f822838b"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
            "html": "<h3 class=\"subtitulo\">",
            "xpath": null,
            "message": "Heading element has no descriptive content",
            "fingerprint": "d65d04c54eb1",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f822838b"
          }
        ]
      },
      {
        "rule": "aria_accessiblename_exists",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 6,
        "examples": [
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
            "html": "<h3 class=\"subtitulo\">",
            "xpath": null,
            "message": "Element <h3> with \"heading\" role has no accessible name",
            "fingerprint": "96cf45e6da92",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b7d7032c"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
            "html": "<h3 class=\"subtitulo\">",
            "xpath": null,
            "message": "Element <h3> with \"heading\" role has no accessible name",
            "fingerprint": "fabcc42f7dbf",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b7d7032c"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
            "html": "<h3 class=\"subtitulo\">",
            "xpath": null,
            "message": "Element <h3> with \"heading\" role has no accessible name",
            "fingerprint": "84ab2ff5deca",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b7d7032c"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
            "html": "<h3 class=\"subtitulo\">",
            "xpath": null,
            "message": "Element <h3> with \"heading\" role has no accessible name",
            "fingerprint": "d776be420513",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b7d7032c"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
            "html": "<h3 class=\"subtitulo\">",
            "xpath": null,
            "message": "Element <h3> with \"heading\" role has no accessible name",
            "fingerprint": "40357d8e6320",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-b7d7032c"
          }
        ]
      },
      {
        "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-f99eb432"
          }
        ]
      },
      {
        "rule": "img_alt_valid",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 4,
        "examples": [
          {
            "url": "https://administracion.gob.es/",
            "html": "<img src=\"/dam/jcr:e31ce16e-02c8-487e-b5dc-8163515b1293/oficina-atencion.jpg\" title=\" \" alt=\" \" class=\"fullImg\">",
            "xpath": null,
            "message": "Image 'alt' attribute value consists only of blank space(s)",
            "fingerprint": "3714ea2d2f3b",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aaacfa66"
          },
          {
            "url": "https://administracion.gob.es/pag_Home",
            "html": "<img src=\"/dam/jcr:e31ce16e-02c8-487e-b5dc-8163515b1293/oficina-atencion.jpg\" title=\" \" alt=\" \" class=\"fullImg\">",
            "xpath": null,
            "message": "Image 'alt' attribute value consists only of blank space(s)",
            "fingerprint": "20374984178f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aaacfa66"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/gl/index.html",
            "html": "<img src=\"/dam/jcr:e31ce16e-02c8-487e-b5dc-8163515b1293/oficina-atencion.jpg\" title=\" \" alt=\" \" class=\"fullImg\">",
            "xpath": null,
            "message": "Image 'alt' attribute value consists only of blank space(s)",
            "fingerprint": "a007301cb755",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aaacfa66"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/va/index.html",
            "html": "<img src=\"/dam/jcr:e31ce16e-02c8-487e-b5dc-8163515b1293/oficina-atencion.jpg\" title=\" \" alt=\" \" class=\"fullImg\">",
            "xpath": null,
            "message": "Image 'alt' attribute value consists only of blank space(s)",
            "fingerprint": "569723fe06eb",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-aaacfa66"
          }
        ]
      },
      {
        "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-fdb4c2a2"
          }
        ]
      },
      {
        "rule": "element_id_unique",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 3,
        "examples": [
          {
            "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
            "html": "<div class=\"readspeaker rs_skip rs_preserve reads_cargaPaginaHTML\" id=\"xp1\">",
            "xpath": null,
            "message": "The <div> element has the id \"xp1\" that is already in use",
            "fingerprint": "24d470b095a9",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-6f65c8fd"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
            "html": "<div class=\"escuchar_top\" id=\"escuchar\">",
            "xpath": null,
            "message": "The <div> element has the id \"escuchar\" that is already in use",
            "fingerprint": "6df494389155",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-f4afa464"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
            "html": "<div class=\"rs_addtools rs_splitbutton rs_preserve rs_skip rs_exp\" id=\"xp1\">",
            "xpath": null,
            "message": "The <div> element has the id \"xp1\" that is already in use",
            "fingerprint": "c2b27137f431",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-e1ab0ba6"
          }
        ]
      },
      {
        "rule": "list_markup_review",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 3,
        "examples": [
          {
            "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/insolvencia-liquidacion/masa-activa-pasiva-fin",
            "html": "<p class=\"textojustificado\">",
            "xpath": null,
            "message": "Verify this is a list and if so, modify to use proper HTML elements for the list",
            "fingerprint": "037f1ab947ab",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-5e11b5be"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
            "html": "<h2 class=\"o-card__title ppg-heading t-fs-18\">",
            "xpath": null,
            "message": "Verify this is a list and if so, modify to use proper HTML elements for the list",
            "fingerprint": "aa3d0a2f5721",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-0f13cb41"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
            "html": "<h2 class=\"ppg-heading t-fs-20\">",
            "xpath": null,
            "message": "Verify this is a list and if so, modify to use proper HTML elements for the list",
            "fingerprint": "faf89541b36e",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-c4b6a95d"
          }
        ]
      },
      {
        "rule": "text_whitespace_valid",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 1,
        "examples": [
          {
            "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
            "html": "<p class=\"textojustificado\">",
            "xpath": null,
            "message": "Space characters should not be used to create space between the letters of a word",
            "fingerprint": "7fe5bd298e55",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-255f756a"
          }
        ]
      },
      {
        "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-03T02:07:02.221Z",
            "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-03T02:07:02.221Z",
            "patternId": "A11Y-5073ec04"
          }
        ]
      },
      {
        "rule": "aria_attribute_value_valid",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 1,
        "examples": [
          {
            "url": "https://administracion.gob.es/pag_Home/atencionCiudadana/encuentraTuOficina.html",
            "html": "<span aria-current=\"âpageâ\" class=\"ppg-form-marron ppg-heading--bold t-fs-16\">",
            "xpath": null,
            "message": "The value \"âpageâ\" specified for attribute 'aria-current' on element <span> is not valid",
            "fingerprint": "2e2520f88ad7",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-21a17dcd"
          }
        ]
      },
      {
        "rule": "frame_src_valid",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 1,
        "examples": [
          {
            "url": "https://administracion.gob.es/pag_Home/atencionCiudadana/encuentraTuOficina.html",
            "html": "<iframe allowfullscreen=\"true\" src=\"https://egeovisor.redsara.es/egeo-frontend-web/leaflet/MainLeaflet.action?visualizationId=1233&addr=28020&rad=1000\" title=\"Buscador de oficinas\" allow=\"geolocation;\" class=\"cstm-iframe-buscadorOficinas\" id=\"egeoBuscadorMap\">",
            "xpath": null,
            "message": "Verify <frame> content is accessible",
            "fingerprint": "cd747defb75f",
            "firstSeenAt": "2026-05-03T02:07:02.221Z",
            "patternId": "A11Y-7f96b7c9"
          }
        ]
      }
    ],
    "roleStats": {
      "UX Designer": 101,
      "Visual Designer": 0,
      "Content Author": 258,
      "Front-End Developer": 8397
    },
    "severityStats": {
      "Critical": 5,
      "Serious": 249,
      "Moderate": 8240,
      "Minor": 0
    }
  },
  "changeTracking": {
    "newCount": 8494,
    "resolvedCount": 2289,
    "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": "a45eefdd7f9c",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bfbdad1118a9",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6a1bc3d056fd",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "26860e694236",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "433e804f38cf",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ab6d0483972f",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "271c05db886e",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac28ef99c3d3",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa1f768a3be4",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2779915489d7",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a1418380ccc2",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "78d2a6530164",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e28134abe256",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dd9dcdc20453",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0db797a79920",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b3b27bc33cd7",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "391cc5406a00",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2d1e35f8ef0d",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1714f26d0f26",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5a1441813caf",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "245fa1fb4535",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "63b875a1afb8",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "40c7442a2412",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5f7dbb9ba758",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "091c7ce06179",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "98274a24806d",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a9e8ef1781b",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "550166dfed8a",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ed146c4b6f9e",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7eac79004e82",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "67b6a536cb30",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0fbfecbf16d2",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3714ea2d2f3b",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:img_alt_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c71f37246971",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3dbe2bc6c7c0",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "194ffabda0c9",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "21c4f99ac32c",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "771f4e691849",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_keyboard_handler_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d8f59a012aa",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:input_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aff3bfa3dd1a",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:widget_tabbable_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e50b65622fe",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_child_tabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d08a4e24674b",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2fc161bfd887",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "190eb88eca11",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "edc097f165cd",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b5cf94f78374",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fb950b820573",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fb2fc30c18bb",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9c97ed3034f8",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2825ad6d1b9a",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eac48a619549",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b03eef40337a",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c5cabc3c6cb8",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "93f26b5740bc",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e337157977a4",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9ddb0b7ee6a6",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3e31314b5786",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4ec693f7df71",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9574449fa8c2",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7465803d59b7",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0e602446f6ba",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d100bce08661",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "44505db25dc5",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "13e6a92e702c",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "57d4b80d59f9",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6cfbaf9a53f3",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "46f9d2dcc5be",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4ce09dec8c5a",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "455159d9d304",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e318505b5219",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9e3e9964c765",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "962636c186a0",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ae4f6be692ac",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d4cd2c62755e",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c503b9e18a1d",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "542dc532d5c1",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b83fb5c29c37",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb5cfc2d5b00",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8da47ef28d2f",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "491c7041aa66",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a7fdb6385b8d",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1730b70d5ff1",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2bacbd025c1a",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "68e7e912578a",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "39a9709198e2",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6dcd865f2a44",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2db50955eb8c",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "22e3281c9a21",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd3297b2fa31",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8eecc3426f91",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "887c505bf927",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f5a5fee044e2",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18c4754879e4",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_keyboard_handler_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f5cc204219f",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6cf9d89a0614",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2e8378dc7701",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c3155cb0563a",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b616b36fbf21",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9053fbbb6b21",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1ee10cf037df",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fe584275028e",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_keyboard_handler_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9c9261f61f84",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:input_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a18528c278e9",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:widget_tabbable_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f20b5710c37c",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_child_tabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d94bc7a56f6a",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_child_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "668a348058e2",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d7da4ee1b0ee",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6f3d4ab87946",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9c279086515f",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0cad1113b598",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1bd8915f0780",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "526eef0a52c2",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2f5118f1ba1b",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c3cfe984e104",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dcf6255ec27e",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dccaa9fe7f6c",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "34c739abadca",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "663adc05c2f0",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "78512809b051",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3eade122e199",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f32642f30bf0",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8ec2ec19fb4c",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a316169575f0",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a47c970fff1e",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7b5b1946c9ff",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "63097354841f",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6edd29ae2480",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eba1b832196c",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f3b3fb6b31ce",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "365a04a3117d",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "030c20188a4a",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "41910fca7d96",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6800ab24035f",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "922990b598c6",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ab0d701ab0b",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a5b98898f0c0",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fb5e736a8f29",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8dbdc6243b0b",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3559262ed8c1",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5b8f26acd4e8",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db0a9739a7de",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "da045442ff27",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "acc0d53754b5",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "45f6747720e7",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e0b57d814ab6",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "87b45078527e",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "40ef67697d9a",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "371901ee16e7",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7cdee229eefb",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "23ed44164e7e",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "59bc02985879",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "590e38959174",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d59b9e5cf648",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d03d63f0c2c",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "87399a4cfa77",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7092cb846783",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dd90d0903e13",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "695ff464203e",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "818c423dae02",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "12f448ed7ee3",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a8134b10b17",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ec7cc50d29f8",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e2de80f118be",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c127129ea7a2",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "87b94b6994bb",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a2b2327ce39",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dbca33b4151a",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "978e09896cd2",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0bcc345d43d4",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9e50d23af0ab",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e6d0b6a0ad97",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c5db27267bc8",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e370042d4af1",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fbad89c3fb3c",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "33802d47e606",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0f9822a73f57",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18a86907ac59",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "20374984178f",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:img_alt_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "157920b47e3f",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "71c0be5f84fc",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd383e23707f",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c696e0650088",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a543506c40bc",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_keyboard_handler_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "95876e010b28",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:input_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c6c7753bed57",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:widget_tabbable_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "28c636e9d907",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_child_tabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c629de735984",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5d324e7bd69f",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9176a5b575b2",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "219ae65e9e9a",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "244d01549f99",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e84322e9e605",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d614f48675b1",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f3514f965673",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d6565a8afea0",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "feaa7e17052a",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d8fc01ec8983",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c6f8ac0d59a5",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b9b4a754f4ee",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef0a14676db5",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1639a04abd37",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7becf7967cdf",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c12789b2df0",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "067c837cbd0f",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9c227e2c1093",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "578be97e3570",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "06db25b22444",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ca5d0f7ee372",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "785d2edb495a",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "07663a04a218",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a36b2f1d620b",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "17cc447389ff",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "80f8b565dcb5",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4a105ebdc0fa",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b2b5e7a21259",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c62ea974d92b",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "381345369c74",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "00e3a1d22585",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e1c49045cb4",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "272562d6437e",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c861ef10d842",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1a7f13055f7b",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "426c47ab270d",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1cf4c24c36ac",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "75bb63fe7314",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "debc26935c02",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d592f757616f",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a08d27e4b979",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "46880fc5535b",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e9f35daea642",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9f529738df49",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "40877d651ad0",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "42dcf7c6634f",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef740dcab398",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0c15b0821f2d",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "21c17cb61866",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f96bbea263a6",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0891bc27f5e9",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_keyboard_handler_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "233b12502018",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5eb9b02f504d",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "90b1ab447f7a",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d9533f537326",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d850890d1ae0",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc4f003ce6c1",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f57e63a34338",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "780ca32b33fe",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_keyboard_handler_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "763121150605",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:input_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a4cf79752764",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:widget_tabbable_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d4a317d66434",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_child_tabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b1eea95e4eb",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_child_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c655c82f402a",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a796910ecf70",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d25a068e36dd",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "952ee53a3745",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2928e13d612d",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c9e6dec32e36",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "16ac16943d28",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e05af7710d2a",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "14dddf7a1f2a",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a5d889f17a1a",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "20d75ec445ec",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "401360c61267",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b679fcf081f9",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0e33c76bfead",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "92812cc0479b",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c56b674e2e28",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0b614dbfc900",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d001c5f47f1",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e276f8a6f4fe",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d7d9286bb939",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "43830a3708ae",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9573b368ea0d",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4a6d96084cd7",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1297e7bd9c4f",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "99281b75b406",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4fe1e98280a8",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "32409e7cc371",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dec15b6f7a2a",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "69f7bfdd6af2",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a23ed50908db",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d4ddc036d206",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ddf666626ca3",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e59520dd59a",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fd4fbebd3c12",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d4af44ae47fb",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "79d5cc90a387",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b52469e3579a",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "83adcb477032",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "431d64d95454",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "615c5e82b693",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "1af0074dbcc0",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c2b9d448b67",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1f29514f0494",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bf352726c4b1",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "82d44a448db2",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c45428d0aa1",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7b511ac17056",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "28a8e3a840f8",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f117e3faf919",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ca08ac04009a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "78e937636988",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c25978805931",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "79f1928017c8",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7781230cd9e0",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "521590a85288",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f49b33c0a85f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5c3d4eb33bd5",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "859dfecc9426",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a996e9035b3",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e42d619c3c36",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "234575de9d8b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8db766ea3baa",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "21700f83ef75",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "49b61b056478",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "893937266aef",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0097efe7ca58",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a230b2b6823",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "166a0b789bac",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8db8083667a3",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "da95c7967519",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a5756c6e953c",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "304acdcacdcc",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "081584d0eb3f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0006361f5f47",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "967a189f5b64",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "13fc735d3313",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ed9af2515cec",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6937be6e803a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "320ff6724ba6",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d39313092685",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a3cb866d9ad",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6d9ed60a5f34",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ca3399646e17",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7113a200b14e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d5d7e69c03e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "579b1854efc3",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e924f7f42f49",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ae3ca8a0540e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "31c280c82b62",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4ec406e35576",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "45beaf3c0c3c",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b4529d2dea22",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea60be04aeed",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0fbdddd7090b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2659530ef6f4",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a9b236093b9e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cac0bc2da4d1",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "694b36039db5",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "651f3793d0e7",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:aria_keyboard_handler_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c3dac87ede60",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "42dd85f5326b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "07aca0c576d1",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f92baee95ead",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a8c5c03ee7d2",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8418db67b45f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9c707ebd83bf",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2dc7768d8989",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cf0538d6c672",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4629bee66683",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "86e994140e08",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "369ed6b6a6e6",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a1ebb16f91aa",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4649f3a1b910",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "709bbb76b911",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6824c46692fd",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ee2ca6e2d8cf",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "beccc3c330b7",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c4eb78800760",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5c31f5f0dbe9",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cc5fa174b590",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e5e532fbab07",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7195cff97585",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d421e6b4d0b3",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bcf3ad8c6836",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "77827623fb13",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce87cd1fb5c2",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "48f5a1e05291",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6c18f7af8a84",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b2330eec70a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "354c3ecffd46",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a160c0c60404",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cf83c7f4c615",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c6ab159dbc4b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "36fd1d7856f2",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "324e6519e70b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "af072be53d70",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0066b7a69c05",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "38f73212c35c",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1c57a5b4f0a2",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a939ec638f13",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f62c137c0657",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e7b0bc19d916",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6ba887a9c916",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3dfa5a68800b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "281d967bf975",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f0df31b810f8",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d26e9a6dad7b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "39f9a8ffdb64",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "776e6e2c8646",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "de1920069d9d",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d15adf7bf35",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d0456c5eb94e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "77f0960193aa",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e7d764ae84c1",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a12344c7be60",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d1e77ed70fd",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f366113d1424",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a39c8fda66ff",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "78fff21d86c9",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc579a23dcad",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "10e9aa3c0725",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c4dcad711a5c",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "759df05daf70",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e0f509abe170",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b6995d89c5d",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ab77014bde94",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ebdefc7891a1",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f97b964c022a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5b1a385d21f2",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1e726847d083",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b4e2781b4734",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "387a67b4414e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "16b698eb286e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa425b7d7eef",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b318a796d01",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e5712446a641",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "14f9aa043bc9",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "52173268b404",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f5cc20608dfb",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1d12accadaf2",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c6daba43c01",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f6e11f7c4a3",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f38d44ba2504",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c1bb1d49669c",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aee6892eac5c",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "565df53fa605",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "028324842c0d",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f111e29ebc71",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f0cf42a0e3f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d1a2a41f3a07",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1523fa6308cd",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef42ea3d2862",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5bd36e90cc23",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b51b6b7fa85d",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "52b208fa25c5",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4ea008a9b131",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "88e69506075c",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1c7ff57813e9",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "08374ced32b4",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "748d3a0bffc2",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c1be56c7e04a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7af409573f8b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d88e87d9c18",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "abc2c98c1392",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fd913348167c",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "65a3b8d7500e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c4848c2938e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1335d24b4ff8",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c3cb7c60f2b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "7089b23e4d80",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "641c3d0510a1",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3ab32562a7aa",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5271acf74188",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "53a6f9ffec9f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "716034fe68cf",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cee79fd59982",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c11e54476dc6",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6d21aaedb7ea",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ccb1eaed3565",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "15f50f870270",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3d722c665d04",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f70387cd585c",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4a1d76c56ca5",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9f5b693b2e4e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d2fdbdf98fd5",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "67973b113a15",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "752c9e70bb3a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b19d1dd8b25",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d34c73f468e5",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "92e4834f01eb",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "726b43b5cbbe",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4a5ea2a2b743",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6b06b8b68e13",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "de5cc3a84744",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fe1598c85f46",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a0f5801d2a4",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "300468b69898",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "006b9f9f4c37",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d7ccf3c39ac0",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5a434206c95b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "72bc6e3e98ba",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0344ca2602d6",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "16c20e7fe2ed",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d3cef5b8750d",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1fb7a8ce15e1",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bcac7c38db16",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8ed66cafd3c2",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c3eca7f04c72",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1f353ead5225",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8390ae159c0e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d8d1f7d9156a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bed066a59f45",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3686263e735a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4999c5c835a3",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7271e14f437d",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "788cd0f6f2c2",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c03ca05d3d23",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ee577d15f84b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b851ecc06bf6",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "076b68363520",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2abbe4fa77b5",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e235ce4e05cd",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9aba0d2381cb",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "07337ceb3bb3",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "70da2ebde9c7",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6d79d3609f88",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "265d9d5dd17f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e6aa31a70e78",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "535c4d630c74",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9f1d91b63a01",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8cf9dbdce1d3",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "79bad300cf97",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f6383c13bfcb",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "86c7b95537ea",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8180e94182ce",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "42b367aa0371",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ecb7a6b8e68",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc6850861f2f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "91940475da1f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2cd9e82e92a4",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0335d78bc970",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a650e60b70f4",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "86f4abcdd1a4",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6bc9922a381a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cebe852ab507",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9aff83e1eb11",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b6c3f1cdd7cd",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f620505a1784",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "886f8f32227f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "161fee476d89",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d940390d5f9",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6c569a9bdda4",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "89a3d1cc6110",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "95b9a0c21952",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8421e8855acf",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e6731cc55ace",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9974b85576eb",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c7c4b495b112",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dcad90c379da",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "360d3be90728",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "41c40834e419",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7b7e41f7dde7",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b01646ddc10c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4fa3450f0b85",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "83bbee9b3105",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "40caae42cfb9",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ed5213c9cb00",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "183b50ff4c7e",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7a6ea7203ff2",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ca6d320a1ec1",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dd5439cd9d62",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d86331e8bc5",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "064884a845f6",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "af19897a6f5f",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "311cfe876783",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2d58120b463e",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d1617adbe18",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e80cda1ef82b",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7716a22b470d",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c1c94d0a5562",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "89895f5ac2d4",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f32020b7d64",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e0024de1053a",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "296cc44de158",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "30719d63bcc9",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c9041809bf61",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0aedde23e274",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "67f128dfda32",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eff085e57cb1",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1a36f55d4d1d",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f5e923c5721c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d25554c2a5cf",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d01575f0b9bd",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "516ff9ff87da",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a6e1c9838e73",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e19e978d8aea",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8fb6fc766825",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "26cf29cd7359",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "47e9c18652b3",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b639ab4e99d",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f207315ea977",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "651e21ff498e",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6c5f58df843d",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "21d63cc72e1a",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aeb776bce909",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "558f695f02ae",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ff0ca9539b43",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2465e1bc19ad",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8a5f65f15508",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "17fbd6593bba",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e5d0f68d985",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e609a77126b1",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "720a73804875",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9cef5787c586",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8b1008ef0800",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dfcc445643eb",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a14bf7e642f8",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0afab5c8a20e",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:aria_keyboard_handler_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "530b342bde1d",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bfc87ae728c3",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d20d8e963eb9",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c9155e2671db",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "772379e3bb09",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fd2127c005a4",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ec1b6624820",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd0b6ee29c48",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a2f47f159df6",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2cb1487d2e73",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "924335c4c947",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e2ad725d284",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cfa946e6b8b2",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "92eda1652cb7",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d230f9f8f8e5",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e76ccc297f7",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ce220767bb7",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "356aaa433659",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b744464554b9",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "89e56803318c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c80c11fc449f",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8b4ba5513ba7",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4660b487b0f6",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7be89e7815b4",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0379a66070a3",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "290e19e49934",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7f46348731dc",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "485d2cbeb1f7",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "73b074a9506d",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ed5b3f9c9a98",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7308b140aff5",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a4fe48d28cb",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "b7f5eb447dd5",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3dbd613a7333",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "15dc2e63c7b1",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "12da4b19d9d2",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5faeaf6f7f20",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5deafc700874",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "878984a6efee",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c35f9da6ea59",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "47dc9512cb11",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b0a07d8a2ac5",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1387de7cb811",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0c82ba0edeae",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b1bf02bee38e",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1e2572da07b6",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "88f5345edff2",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0f399cdb0d69",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fbaeca3de522",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "790be1949f22",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c253d961bea7",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a1022d4168b2",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e558e25297f",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1059e7887970",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ca3d6b02346e",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3d6f410a2274",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bbe6cfcff414",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "13252de5e200",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8cb28f22a1ea",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac870283be09",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "06cac9f8e1a1",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "df0b81588ac2",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "22b32222e8df",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c6f0cc8cd87c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "344282f59705",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f33298165a1",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c42dda6c1dc2",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "85f1a3936641",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d9d7c2833292",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4be0d8926125",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2aa45de034d7",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "72d94a180059",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c1735566abce",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "74e3a5ef8fe4",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "29e22ffcb8d3",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "69a168e643d0",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f13063be3a5",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db6e0796043a",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0324ae585856",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "72c2f4955e90",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b1017e32a451",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0cea406d1582",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db1d14d7e564",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ebb38cc60ca7",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "02f90d2d5c8e",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e8a8e01b1556",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "99c1e328da44",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c8ae2b696e44",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3729e7387327",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d050127fc34",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0aab4eae83e4",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b6570937a3bd",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f1f92357da82",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4259af6a05d3",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "47272984548a",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "095fdb852b8e",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "380ac1ab45bb",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "54fd1186a651",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2da77ad84cd3",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d8c4855628a2",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "159ae9460df7",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d689ec76ad50",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c4aab13c62e1",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "01e5fbb8408a",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ba532a05fe6c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c9fcfc23e142",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "07303fb28c40",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f4270fc8e5ca",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc1c7bb1b572",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c24ab4a4b01d",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cc58a9566b10",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b320cb42f62c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a0915878a70",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1fcd28633cd1",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1f1d91279d38",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d95fffc52d9f",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "68be17f2e35d",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1af5b1a3503f",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dfaa014b90ed",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ba04d31af55a",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7405e17d5c3c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a5fae67c2a0",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6a14c475b43e",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a2ff1cb8705e",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "69fc27cafdcb",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cdc849accec9",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f72ee42bd7a2",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e1b2793cf474",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5c80a63a5b38",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f59b930e4d2b",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2152af955b6b",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "76991dd0a20c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "85c4006e3b91",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fca5306d173b",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "36a1c4f40873",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "66dbeb9c049d",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "58f554853f17",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "24a3ddd5a291",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f85e66cb8e1d",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1fa264f5fb3e",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c47801dd98e7",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb462c61b7d9",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0e8be2899656",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b045f0ee7122",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d6739094809",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "59d0916158db",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "169edfd56751",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1f53462b7d2e",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7586e6653474",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "55571c219a65",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "28ed4dd7b81f",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f7eb20eee203",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "53a3ab9a613b",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db86b93d84a6",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "03b00e31fa17",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "abeecfe5bc26",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6c196b0ce983",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e6b08f9c713c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7e20b34c17e9",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f4b4f20bd518",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "234f58701244",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d42f387b8b03",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b6dd93cf29d5",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "40d2742214ca",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0b3894e9e1c7",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "008fdbca4e4b",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "491f56d63182",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4e6037aec8b4",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9fd9665106e2",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f60946aa1c48",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cecbf8df4322",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2ae1a58f5ce5",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "137a64f58be9",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "42abaebbf90c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d2d4a13fbc8",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a456df768e71",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b18fc3d110f3",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a8b21e6c19bb",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fb6327de6204",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ddc80d017b3b",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be909625b147",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6be515c50c9e",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0ea8ebb69719",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "388d44bb94b9",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "59dc73e5c46a",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8cddb4def52d",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0068fa7e1d04",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "52acb3e2992d",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6fd9c64c0694",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6efe726483d0",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b04eefb161d4",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "685e34d5805e",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "56e5cedad02d",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0d5c1259a4ff",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "5b077dcfdb22",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "256998a10c0e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e7a08de2ba97",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "039929daf195",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c59c0d103b0c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ed12416eef28",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "afc5dc0e225f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0d27a12a7116",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "28dba79255ee",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "80142d55e05b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5564232dc2b9",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c855dcf333b0",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "402c70018182",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "130b1242e00e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5826fef2dba0",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e53199fc674",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "32df868f1ffa",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d4847f07c361",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "573263317199",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b3fc5ea3b9e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b8ae9560007",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb5e2796ae14",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "de6032b276bf",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "921a4a418e82",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8b6425adfab2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "565f93511085",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0ed2b1cc1e84",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "baba29a7c706",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f16e69c557e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "82c0295e1e79",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "795a5fb7a1d7",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "196740111b0f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c6fadbc96481",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8cf32e22a600",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11c010ad0cbe",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "335ecc72bbc8",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b40c09b6c4a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a484108cdf70",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "313115bff438",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f92d60dbdeb3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5fb1dde990c6",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d03c36bde488",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6836acc9d4ec",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7dc5f7e856bc",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c8e00cff6de7",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ae70d8ea2168",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f4f47c06c5dc",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d2288feb215f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b9f6fc12f9fd",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4a0e8b554898",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "61cc52b9f323",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8eae0ca650dd",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "87b22215238c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "22da1cda65ec",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "54f0659c5087",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f84237956e3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0ca7d16ce464",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "23a0edf1e34f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e02b8ef1aeb8",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "212f7db91bc8",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:aria_keyboard_handler_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "047ba1e34fe9",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a42ea1688219",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "191ef99dfd80",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dcec66d6283f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c8c24f048879",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c2d07749e2d4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7225f8955880",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "150c228386e8",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "644d55a1e799",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f7495a3c121f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9caf3ee08d68",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5419a9c70501",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c07a9846db16",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c3ef5d34bc15",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c163a44e618",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "30dfa4260b21",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7f73cd211af8",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "da85462624e0",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "694fbc527e2f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fcbda8ae5d84",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7be44a66f5fe",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3ccd6ff14417",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1e1442234890",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ff0f7af1982",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b9dcd2146422",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "da49ea056ebe",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "81e85f698b8f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "951c3f6b8803",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "244f4bd592d3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9108703a8ca1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c1bda1f95c24",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "8b305e5e98c4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5a1fd6fef7eb",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "02b31a4ef2ef",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7a959fbf5ba1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "173b40d6ba45",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9ad79921ca8c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "61c786aa2e1e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cdf01547f545",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4db5bcf560f7",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c7923b6150df",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e15384b51fb0",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d1aac205594a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "83eec2df9406",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "54e0553fac32",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "93cdd352c515",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "79c2c6e145d4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a9fa9e2cf8cb",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb271ad96387",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "249914ca346f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2546e80d7e16",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8b41aa5efb12",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b3c623eba30b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4a3b7b462ba0",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e47f263ed9c4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fbb57e026557",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f1afd6bfdfbe",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6566e0730b32",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "93779322585d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "330b74668983",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d2fc990bd81",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a161c37ed7f0",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1cb5e8eea224",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "22ac0ae86b72",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "463d8fe24f99",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "416a9d9ffe15",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4e2863623ed0",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "129bd8e149d4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "68840db4dd47",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "42d6f62048e5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f7632600109c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f3de10430f1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0eb7eb6d8d31",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b386cb36ef0c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0451719f8708",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "43295bdbb11f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "062a7c69fc14",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "afe8f764c714",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "15314e57ca85",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6b1837c2071c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e5f85863df01",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d0bb533d1a4f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cf2bb1800101",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eafb270f8532",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8ee98e604f90",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b3abe2643989",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "170c7803b6d0",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b94f2efa7db6",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4ca081e44745",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "252105fb30c5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "335c6dccfd80",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11d1ab920d41",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1a9508986e31",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "152d59e41fe9",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cad4cbe86968",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "53ee68914b25",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a49876acb1b8",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cc1dbc88cb59",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7e208fe0b050",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4e6c294f1fd6",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "90684dbf3bbe",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a4db6c027f6c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "258ef0075ee2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1829288c2973",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "3233ad719b75",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "284a9eb2f6d7",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2ffa793d4873",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "240b2bc426e2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f3cc3409683",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1910659bbf73",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b80c2d9263fe",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f496fd5fabd5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ee134fdee6a2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "76002310965e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "51770cba2aba",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "40fed250ba01",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9092e6b4035a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2794c851d6cd",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9607acc32fab",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa44ecaaeb9b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d5bd2a1eda2c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "062a89fee1b5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b5fcabe1bdf4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bf1af98ee684",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d6e4e21340d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ab8b718a4a75",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "45d1ec5a974d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fdb46a737b93",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7f44274c0cb3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "98780a4acdb5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a77f3c82844c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1a617bd9182b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f45dd4328de9",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e1e1ad8b171f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2339d37274fc",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "70995bd62454",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ecbc5ff942fa",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d2dd2ec3acd",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6f35d8a0f10d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "408bea2187a1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d399f0504d65",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f15e91b5763a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "81b8be439d4c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5abff1b0f52e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8be77babece4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b7f58b56585e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "759c454b56df",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "586a3b805805",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a4d5fd5c843a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac8c68001f3f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "415c8a9b1f39",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "134d79937157",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b46a446d3c3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd25543cc086",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d5b97eb1608",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc5cd8f689f2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f7b5c9d7b13c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c92085ff16f5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fad6699f651f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b3be4346d106",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f86ce833bca7",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc7004c1f7bd",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e915ffc9e13b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "755ce433eab8",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0895b04438eb",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a2b3cc756c29",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "67511087b1f6",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3fa181c46ca5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e588f9301c8f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "23b71fa73e31",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a9bffe3f5d8",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e80b3f0b9bdc",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1697d730ccf1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "823570f5df27",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d0b443bdef94",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "37b55e6a2cca",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2519f7128c01",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f6fce5b7b0e7",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9b971b6b8a37",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c9dae292166",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6129b0d3faae",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "347cfcdea370",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "10112b31ae09",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e52136bb1a32",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7f4dfe3c9287",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fcbddd65964b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fff55a58bd60",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a13bdd486d1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e910ad3e4a0b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0852df81178d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ba00482318eb",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e6e3210e376c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "5b965871737d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e6b0e2082ce",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c1ed1d6c8eba",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1fc45136aa50",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "745b5938a63b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f635dc3995ef",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a4d06b4f22b2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9dc2988235bc",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0e5573de3524",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0867d10fa972",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b9137f1c9751",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ba3d24045ff9",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7cb4692d53e9",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "613eec70643e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2c5391ddef48",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dfc01e178b28",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c7c6068e2a88",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc08ccf5f5db",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d774e24a57d1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8837632a3289",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "496156713307",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1513f1c749e6",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "65840c898d19",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e124dc6c01e3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "66efd70530d6",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bde634ea0f5b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "84eb5fedbe60",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d4412db1822",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "09a4f3d84bbb",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "254d281dd32e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d6f291f0265",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ff4f0f7d54c9",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "68dd06847bbc",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a0fe17c60c30",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2faa0d79ed7a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "777abb2303ff",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ee1c8df6275f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aba7cfd8980c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "10820567d229",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "62c47954960b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f7efa76ca4d8",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5926f91854f7",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2c3f3ba874b0",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f1b69f55f667",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "804385347850",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b0c833bdbb7a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18aa0a27e9a8",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "00064a0ef98d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b84c8fe9a3f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d026d516a333",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "53e4ed128353",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0e1895c594ce",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "10ceda3c265d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4f65d4cfe848",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "574b80adbf73",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "af38673450dc",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2ef12759f8ab",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "19213e45ecf4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8b6d34423e29",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "27c157ce5ab9",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d442d41cc61d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "431329719653",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4f2ce9f207e9",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7b4b87e08a97",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "009b2548ee53",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f4e2f4159e9a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fb8d866b1bc6",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a551bb2d9714",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "72bfc4d2c120",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bebf2af2bc11",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "17d66baac609",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "389d4d6ffaaf",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2727e25b3f59",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9cf005ad70fe",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ec3f9365de32",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e3af49603659",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "482a92dac94e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1ddada29c62c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "83116d075ef8",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "48747ae39b54",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1fae712eb1d9",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb594c2abd4e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0738e986ab2e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "38d4ea5ed8b9",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "08c6a5e37748",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2757fed1b1bc",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b46535364b16",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4bb633de1bc5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e7419fe1cadb",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "123e96d41c9a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c1e58d382c4c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e685bbf9dce6",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "403ffeb1dba6",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "179f5b04c868",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a6cfd9f1c4fb",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d3636fb67253",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "834c7cac0c9e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "746ec276503b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8bf8a3b35e2d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a60edf53f5f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dae2e16b2b64",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "3b589d099903",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4638ee7ce2bf",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b6aa79a3c86f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1675c5d2bb86",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9db226a36d8d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eaffdde745db",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "322c9da5819c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d57a8704e985",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "07dc0ba3847d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1fcdda957668",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ff5f71bd235d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "203bb39be70b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "395786cdb151",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "93676eb347d3",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7dc7bab1fbfc",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e48cc56f2590",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "210ebd71aaee",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "908965db5e6c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a08673ecc52c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "487d5a5484c2",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b28cbffed5cc",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5429e0fec475",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d84db9ee1582",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "70f95c4d6c13",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0e3dd6f32d3c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d1c87792fc7",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "19f6efb7f95f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c1a29d95d846",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bc56f35f6317",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6ca70faf87f0",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "122b74acc51d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3d9d899a394f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9c3efe84f449",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b0027ae44a2f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3760a4922a81",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "526a97181b45",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d6f82403b266",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "93af7f4ef1b8",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4e1f0192184b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b06758071a0",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a0c1b0b1ca6",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a27991b1808",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f661cb309484",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7508fb3a0af1",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eebcbe16a262",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e39f67978b87",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2e3c043aa056",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "053b96318e5f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:aria_keyboard_handler_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5f6a37b4c106",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "75a561bd4d46",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2046c3722ebb",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f20abd9c81e2",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1e212ecc645f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c568b0d98ab2",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "77276774161a",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "2aa6503b4afe",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "da92f2fa4df2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "383edd10a6f8",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be8178c0d1cc",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc00173d87df",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d47f32c3505",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "15675b7cc1d6",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d4764509b88",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5587e284e244",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "130c0cc05092",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ed0f8effe27",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3ada77ec8229",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9f358d3c2948",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aab445907053",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e34e8828b24c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dedb40b58bdc",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5da5cb86f640",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0735a7751e3a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "72f67716e91a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "862a20c0bb50",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5d9c0f74811b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8b0f30af2d79",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7dc86377250f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "551a41e6b3c6",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "33f7d48fe8b7",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd6d9073e110",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "059b5f8f475e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f1dad9baf8c5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea3c7c938fa7",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a3e5a6b91f64",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "32983ba28431",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8ad5c5461a43",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea015d56c218",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b65dd067d709",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e474571af925",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a198880cad05",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a4e6367a58f2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c5f35d264a5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fbd73cfb18fa",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a75a0f083ac7",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1d3eecd7db09",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f9692c068282",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e57d3a33712f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "28323561a21b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "50458104c5b6",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1edbd37299d6",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7eaae81f728b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "88b2beea91ab",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8cbcedb2af11",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d76891026de5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3d0ebd33f7dd",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea0af6a05bf0",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd71fa43f626",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dcc00dccc3a9",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3bdb56793a6d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b72bcd76d2bf",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f708b7530534",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f2a0249ab6c0",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9eb2d1243b9a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d3ec88231244",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "13c9ce6d48f2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "701309261a0b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "03f79452ae4d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b8b9c8167d6",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:aria_child_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ecc7f4ff021f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f0a0e49a169e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e7fb2023f892",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "22360207f5c6",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aeeff269a8c0",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "84ca33c1dcd3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d13231d0114f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d3becfa616f2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "76e3a3b1a876",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e6dc57b375fc",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7f6ed83c1ba8",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cc7b671e35a5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9b198bf1d271",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c4afd84e16a0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d8a557cbbbdd",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "74a130a379b2",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3860ce16f690",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6dc43df212b1",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc5b72eb77aa",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5a1d1530c395",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5b2274b41875",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "70663c41d5d8",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9e76ce6dd797",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b89f422fa422",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cbea5dd40ed5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e909279b22a4",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9c077f0f61b3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c8955ded70e0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "581a2f38534c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "84577b84c529",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c57fd4217f3d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ece6ec04be73",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "981aad1daff2",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f4bbd81d681d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0fc300e64b80",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a6f69e1963ce",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "05bc64c825a5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "91cc9222d303",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d2d625fbe03a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e8a2155e98e8",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "97fa17f9c5e0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "080bfe6f9902",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "73619126f3b5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "65237ee3ae5c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "77a8a4b04b2c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a6f806801ab",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "36b627b170fe",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d3b398ca9fa9",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e598955737d0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4cc52375ed40",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "00301cf206fd",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a44fb0c6783",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a07d7d99428",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e258818d7f76",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "218d811bf2ee",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9b052faca34d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9ff8cd59ad17",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ee8e45f66be5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3081f7cacc0f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "56ad7f1348e9",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a24eb4097418",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2ebe4aa05a00",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "45967fa0fe66",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "6047b55e99ab",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c076fa3c55ef",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2661c157c074",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "658811efe03a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a9a0d992ebcb",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c9d6c7149a21",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "26a721dab9a6",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4acbc670d714",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "56d3109deb9a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dbc294dfda2a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cac8132fbd6c",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "96a333dc8aee",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1425a286f859",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d51ed935e45",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5fbca5b38b01",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be622cf5addd",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "141913962eeb",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3c8f92339cda",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "989572ca7dae",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ebc6ccda7796",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e0bcddc01c51",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5500dd70ced1",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7a99d106881a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c0fdff4dc0c4",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "048405697ad7",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f33c2dd8fbeb",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "13ce1ebec2da",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e7661bc6ee9",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "682ce09f3318",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c55374def786",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3e3c525e958f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ee7991fa7311",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2642eb7a0270",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c89f1af9c717",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ed16fd4f6b38",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3da406e2be99",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "26426578719c",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "193c3266acd9",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "30708c4cf9dd",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "44e1e36b5c4b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "febf33e63d23",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4acd0094cbdb",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ba5f9beebd9b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9206a1c2edb5",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8175572f7510",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "648d81ab9a45",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "82f6fb267245",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9ed9e2a65ed8",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a37ce11915f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5a3945b6d420",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a98beb3b6c37",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3533b7d08220",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "203378e3f00e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f766ce0eb13",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "51c987224a1d",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9bd9ecb1b3d7",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb1627c5f67b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9132c97cd38e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dfdd079a8c5b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d18ed70396c3",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4eeaa0cd0000",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c8455b8e71fe",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5abfcaef89fd",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "72f56173f494",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6a1e96e4a05a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c0d2b66bd6b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f3002ab78b79",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c74ec7ae269c",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "022982270380",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8787d20a9822",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "40e131b03d26",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "58d1bae5ff36",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "80323a291993",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a9c243e0848",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3fd96e5db480",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "229d86f3894d",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2bee256262e4",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7e10f5818a69",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e5c069e3e01a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "134e5d2b9b89",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3e443f3d8877",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b0f16b919fed",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d45af97f5787",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c564aa1b833f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d3b4d285af80",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bec82ca47361",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1c2a4c77b2a9",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "20166aec9f8e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d352f0a4b5cd",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b1c6e5334b0",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ab3cec0d1e23",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d3e00ce7c35",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2c97dda46862",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "45b2185576af",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "66d4d96bd789",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4601ed79348b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6427324661dc",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9c852fb5da09",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "019b125e767c",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "1a459c68230d",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0acd85c8f528",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac7897bd6838",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "07f6113ba533",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6a59cd1a1879",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4dea7d2e4afa",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "28f6827ac381",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c1304c802b34",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cb02b50bb101",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8ee60dbecfab",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "df593ed75887",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2ab67822c3d2",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0d7ed2907dec",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a6246b326c1",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2015bbc559d7",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9185f22f5566",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f2f6800337ec",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f49893a057f2",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f708d8aa1f9d",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3121291e2c3d",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "083b4d8a63c2",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "557ba77bb02e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "75e497ac84eb",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6c6b9ca024f2",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a0883824afdb",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fb61e48c61e6",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "40279d7529b0",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ba40b857ee61",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "216d65b4f05f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e0ab1a91fb64",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e1ad9ea9dff0",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "536eb328c035",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fab504505424",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "92e5a6bbd78f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d162c2935f10",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2bfd4b7abef6",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bf9de9b338dc",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fab27f57251c",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2bd058d3ddf6",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f5f0eecf362a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7e6354670128",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1fcf39bf1cf5",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "12f20422e687",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c05a5e56af5b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f11dbd5ab104",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2dda8d7057c8",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cba5a4ada798",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "68b4292a5340",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1854ce924469",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "16780ec8a429",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d37320380e39",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4e8e0638303a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f92d71a83c32",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1c672717f798",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:heading_content_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "96cf45e6da92",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:aria_accessiblename_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd974e2368c3",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a63b0eea26e4",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "69391bcbebdc",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9cb7c5051fda",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c5c4b667bc8b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "92a72694bd50",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "244f47f161af",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a22159b3f00",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "43b86dfe5216",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a3e168d7d58e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0ba77542c8c6",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9ab61b3c6525",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6f636e5d0530",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a83e74bd6caa",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e5c0441974b9",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "65e4609bafae",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "1b80ecd21297",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c6908e0ed39e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc3b14defef5",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "59b328203b6c",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9faabdbf6122",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dfe84255d68c",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cdcce40369a7",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ca64c3ec8dc5",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8500ed44b607",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8b74737fd4ab",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f55cea846b9",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef056a985d89",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "acb8486ea0c6",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9105a019ed02",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d4d72979b3d3",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c8d924ed0045",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a3fbaa66aaea",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0413e25233db",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "429f66978e2c",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c1f3bba0f3a3",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e7e17227d28d",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "374bb1aa5e4f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cc4fd5f55de4",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fbfd0b26c999",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d37598304df6",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e9642794392",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8a16ba81db7e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "94b220593e17",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "58282fd7439a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8fb41e52ecd9",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b4e14fcdd9cf",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ff6bc9e0b1b6",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2ff0f66e85cf",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7386f8a76fbb",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9480d02d83c2",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60b446087935",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db32d45768de",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b251910b8018",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "13e1233d60ae",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2abe1820eb33",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "56ebe1e9a41f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c67339258e6",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e206c08064bb",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "31cc2a3f805f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "394e6f614f0d",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "923836dd06f4",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "50e0ddd17bdb",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4ff628d60dfa",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c8b041345a77",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:aria_keyboard_handler_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b93ee762b872",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4854627f3fb8",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "853cec4a5742",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a459ba3db592",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b823469f466b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "57466bab70f3",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "484dbc74f08d",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e8b47c63b728",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dfecf741177a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6fb56d2c18a2",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "59763db5813a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5745b6522a31",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "ed3fdeddf048",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b5c061098195",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ccafb3671b9f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "91365d1abaac",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c0a2be3604ae",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f52de5ba183",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b80a18803fa3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8811bb95e895",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa5516cce0dc",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "09aeaf508f23",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b680cee8e791",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "93df9339178d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b595eb414b80",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "22404af1d6d3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7fbed8f62353",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b2516613b94b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "df4fbd94f253",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "48274b46beee",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a2a719d1c6d8",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce32d0423fce",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5420ee9f5f13",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c11bf97a8780",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "37cc60271a67",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "04c304978e70",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "69e69688f1b1",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "02499876b2c3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ebf69dc1eacb",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4a5ade15d349",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9f66dd57a321",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "112a3ac664ce",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f6ded466e98e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "74114ed894f5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5179788a810b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "792dc66e57cc",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "349bd9803df8",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0e693a75287c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6ae8e6465f3a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "63a615485066",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d13a77140bb8",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1fd49ea92798",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "995b4deef9cc",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7e4c04bf4e7b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e524b17f3241",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fed3317503bb",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "67d63a98b4fc",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "34eaf6d8762a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "219fa33456ca",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4bada37bfeee",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "73a662c0f85a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aadf9a481b38",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b88c840a481f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "94e83bfe4b29",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8cbf616c1c9e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ccfe491b97f3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f39e9dadf846",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ca8c15ea17e9",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "10ac5f3ab7d4",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5f2dd18ce7d8",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "46fb3e6802c4",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "af482ade2bd8",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2e9c66c99c46",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7959905b910e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c65d6cfa632",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "90fcfb3996aa",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9edf47b269ad",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "977a2a940c99",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eaaa7979fe2c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "24d6eb6b44b8",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8542d83bb7f7",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5524fe329a07",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d2f6816622ba",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a1e228861bea",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db92385cf94d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c57ea9e04db4",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "794b33319a51",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "a4c12f7eeb4e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "20ae94901cc3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e3e8a2012e40",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0108dcbe339f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "66950acf6522",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b8db019d2258",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f72fa2f4d728",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "677de5bff2a2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "de057ad0b694",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa8d3eea105b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "24e5bce9353f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dac62b4cac71",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b986c73d4fbd",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d4569e4ac552",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5bab7e3241ba",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e30b9dedff20",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c49ce10e6c14",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1a78b6fcf452",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0ff02057474c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "49a3b4eb1d1e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6ad29aefdc99",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ba6fa5fd6e77",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "347e9f91866c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6f126dd012a1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "279f35aa0106",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8de2662217f2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a87ae2febfc2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "baa3b2c96bf3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6778e58521f3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0bea9de38d4d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b5799e0be150",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5483855106a4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c80f11b62433",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa148ea0d989",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b4d84dff9c9",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "51b34eb66905",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0714131547a2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "36d5ecf3fe1e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ebfdc1b716a1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd6a9a377508",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "62860c264c5c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d615ba08752",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b8d2fa0eb3eb",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac55f815687a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "28765d7e2e95",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "30ba9c1ab3ed",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dfb995761c68",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "775e378acbfb",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9cc5c795cce4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f7cf7994088",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4a94fb568ba6",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "281fa119b9fb",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be7b4c44994f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7e4234760ca7",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:heading_content_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fabcc42f7dbf",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:aria_accessiblename_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "04a53e0f185b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd2c6d8ec575",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bf78d84e0f11",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "586b1e65d12e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c6c267d3dedd",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "36a30c1f84ad",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b86f16c1c360",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c84c00311759",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "95fbfce22482",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ec08aef0195b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cae84e41b511",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "76381a5ed7bf",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "92c93c7d449e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cea1758a744d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "64dcc439a160",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "ffb1adf8666e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa86d68c530f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d938170bc016",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fcbae0687e5e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "75583e950ed3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a2dc4768d6ce",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f2ccb081eecf",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "87f5a7887379",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8dc0c95efc33",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4504c0242f17",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "947a5b372b05",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a67e631e9778",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "04597d18528d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0e52506a8f9b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b49e7039b880",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f2e3e4313192",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "702b8c41cb83",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e42e474caf0",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8edf4eb93d1b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b148b79331cc",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b2b5a98a8b2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0185e6390b11",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "715e61e5310b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "af2876c52d43",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ad864f0ff7ef",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "78f2f216595c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c58ce224bad2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fef6c5d5bf47",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "815d3688a452",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c281718f8b71",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e34e868f4a4a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cc56d4bb6dd4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b1df4fb574d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f5e042784709",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f6e74b407551",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1602f1134707",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa42c878ec47",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a3b6de22093b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2fb17f9f3480",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e23210359408",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b4d8a9a0df1a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5a78ac3b2834",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4254a0860f0b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "22cbdbdaaa32",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3c60de0ce558",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "edd075050cd2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "95603a867579",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f742b0931e3d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9baefd6ec208",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc0fc3abbcae",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "29211f9cf6a8",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "37b5a3a311aa",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4042a6e60225",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f168eef5e1ab",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "e0c475c627dd",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "23df4d2e89dd",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5f7760f72811",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cc192022bbc3",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dfd0a798be1b",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e6647026d73",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c93a156cd16c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "19ad6eb60e70",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c598befd7c66",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc828e3a4286",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "726e9c949429",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6373d5aca06c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d2d5bdb764a4",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b6002440081c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f2fb9fecfb7",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb0ca62740ad",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9115958fcf25",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "95a988fd2b40",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6337a8dfc7b4",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f7008fac86a6",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "595030081db2",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "237df1a84099",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7457322826c5",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cdd25b803919",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "71be6cfd1e18",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "569df758954e",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5af1d90151d4",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8ad6359cd8e1",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3ddbfd849c89",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "96836369c6bf",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc5aa469f37d",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e7a731aec36c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7fb3e4d5155f",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7b9d21fc0295",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ad3e8fe0f64",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "235a7731b3cc",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c97c171a6e4",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ef32ebcc85e",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "70c39fc10a19",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "886dc12dba17",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "de92419c67cb",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "485532206aaa",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c0da902dd699",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1720f3618abe",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eade978c8018",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eebe992e2ee5",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e4421b8fe0c1",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "30d4e8ae571c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a5d9d7b6c8d",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be9d7392c51b",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c0792a376558",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b1619d6c257",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "abc93aedc6ba",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4204f2d6d9d8",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "daac65e55712",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "484215861f9e",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9596cd18558b",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7e7d5a3a20a9",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "712264c53978",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c516475ea7f5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "670b08305c30",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b8a7839d79fb",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ca4d34cf6e68",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "481141135927",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dfc8f2f3a397",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d841a6b08f4",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "859c47f38d3c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a4ef0de37f6d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1622e6325551",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d8975b4a436",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c7b88d726b9c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "68bf65b18230",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5198a936579d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "61ed3ac519b0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "78adedb3eef0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "398fb78ea022",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a06faac08606",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "de257b6c482f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c23caef2592",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "02934039815b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2390acc2a026",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b8d369cb0c9",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11a64a3d2d8a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d3b6c974d035",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "69d5a2282432",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "400a2b5732bd",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8b0266b3dec7",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e546d9dc89b3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aea23c1d7069",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "90a018eb75ab",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6ea7fdc98285",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0f5a5c06957a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "583ad7a39384",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "572465d31d54",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8ec4f31f84ed",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "caceb36b3d53",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "324488ecaa43",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c3d66dcadf48",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e8066a4ee63",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fdbf59ec0b3b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6be9932cb86a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4e3a871282a4",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "461fe7560579",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8547d27c6787",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "47db3ccd59b0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ec47afdf6276",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d7bf0c9e89b6",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "85cdb0daa8dc",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "096c7cdb76b1",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f98d5887a7e3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8868030fed48",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aed2b7e7de97",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4106be6248dc",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e2f051405da3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc8042145bad",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "320903d6a32c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "90c0eae48fea",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "06c2526ce825",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bc049efc1b19",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e43185ed296f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "01847bfaeff9",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b61aa7428d29",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b58a4a65d69",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "977bb8f69e85",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4a63b07a8971",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "47ae1c17e247",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3dc5aa7fadbd",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8ff99fd498f0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "48c8d413960a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "95e76dd20827",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60d6cf296683",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "12520d6c142d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5915aa1b4dbb",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6fce68f4ad65",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "294c2a07a573",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "55784d9beefe",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0ca867cecff0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6692ea3a8705",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3fece416b4fb",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "93254ef8e8cb",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b3147e98c5a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "25f44bb5af89",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4e32d776a8db",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "69e2de6031a8",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "31f4a0db2ba7",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aff29663f87f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "98ed4ed802a6",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "93a71b4f394b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "802011037207",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e41b804ad167",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "17ae03391a3b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "582f5f0213f9",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2c9930ead72e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f8150919976e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a657c1c44500",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d4ee4705e8a6",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b15e7fe7eb33",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "04781f39f834",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "af17986d0a65",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5456bf1dee1e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0b9f6dc4026d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9c91c48576a9",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac8e7b907f86",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "108de5dc102f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "985a3768375a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "693b3aaf7c4e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "863666c3dec7",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6290873261a7",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f3abd1385362",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "94b403842fb5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6eb82adbff77",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0ef704cfc095",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "83b111b744ae",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e7f859ff0d77",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d486cff147e0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa499c5eba39",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7879301a1588",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2573fe57ca25",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c89b7f671a06",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b5b4a2e4d2e0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "79fda5c41192",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0d28284a5e12",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aba864ed2c9b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f1500e6b2832",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a542f860d1d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a823acbcd553",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d3a8be71db1",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "91b59d01d303",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "38a042bde59b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9f7baa68d9a5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4bff937cc38b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1f66add107cc",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b08f9d3959c4",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a6aa0b6bc86f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1e81279d32e1",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f79cf960828b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2f8da0bc79a8",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "383d4f6585ff",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "589f705cca3c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "177815839d5b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "50e4dfea0646",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a34657a5c84e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c8727cc71a7a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7fe5bd298e55",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:text_whitespace_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b5584243198",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7bcecde27db3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "40bfc676833a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "07b700a1767f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c002bce3cabd",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1e0e78b9e936",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e1b4db8249bb",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b800cb3de260",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "736a70e813cd",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2d38d42de741",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b91f2e3c1725",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b0f083d231d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18ecd5344fd1",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "75834f84c0e8",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c4163009619d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "247a532ad2b3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "65a9787812ad",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a81f7d087d0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d412e4a301bc",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa340590bb0a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c7d9a79391b4",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5304f5d4fc07",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "f5d09b069668",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "feb5fd5c6135",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d48cb9e239b5",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1a00dc3ae92e",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d6b359363fe3",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cdfd2f42d70b",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "63a944614eba",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "314e8c561fb5",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b5c1a9ad7558",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "314203d6c975",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1ae5dbabed0c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "edc56c90dcfd",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1a80db38dee2",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "51272eae7d2e",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "46f04780c111",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "157533f06fbc",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "23610c8d0844",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f1547457732f",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "513b4080a5bb",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bf581c3fc65c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "35569e76dd3f",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a75690b20daf",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c953a1777ee8",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e8c8d0f527bb",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c0461f777920",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7a2367c5b2e5",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e812e5880f39",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "43e01b5db7c4",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1468fc3e4ade",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "755a5b1a42f5",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d8380e956f0a",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c5f804a43bfe",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1c2597db2755",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce973f1d25a5",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11e3169613e8",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "13cd9bb4ef5d",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6662059158bb",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ba268fe98697",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f57ee5c3bdeb",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "61a81cf6c241",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "77007cc65400",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11bc2c40008e",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "16089b6f652a",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6fca408a9509",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e53281487e3e",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "611863dc117c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2ef48336fea1",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "415ae054c047",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "83619453a570",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2d0191ab4a90",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "01bb7a5983ec",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3552e3012c6d",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7417ae00d671",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "984d47f4427a",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1643684a12b6",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "52417d6e503c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "637cd0e3173c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d7fd2e3e2b4f",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "089d726c0266",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6ce2999593e0",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b9630bf77ee0",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "af42f5601ab5",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1c0918574811",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "56da10179a77",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3e76517ef8ac",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "39090e943329",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "091b3f6530f0",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bc1a43535faf",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b9a5f0582077",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "24c8f9e3d240",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7b0af5e366ff",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d2cf7beb3769",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e1207d0b8ee",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2c070d0c3960",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "39cdcb2cb65f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a2c874cdbdb6",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "555b6f582dc5",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5f42316dc9df",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "01faf52092ba",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "95cafbb34363",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "708727ef023d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c4c91dc41511",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "af4150e168c8",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8a71782cb75c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c6373c1066f8",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2c5e0bcdc381",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc2370624d1a",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd72625769d9",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d78f806fdbc6",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b9dafcd04d97",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0db3bae14db2",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5476d8847516",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "95f3c4c56e5d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "48bc269c9dfc",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ae1cd950acd9",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c6487a881c0d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "10c3981c5bbc",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b87c46ad279a",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6c4ca48bb277",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "55c717c0443b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1bd7e59b0d3f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5216f02fe6b4",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6b8923e53b8b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "005a3a8f0598",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "deb682ec9f0c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "752ee8a3c08a",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d422c7bff62c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6cbc4a474799",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f476be8cafb6",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4948a4b6e647",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0ca13e8e94f3",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6ab30d0b4cc8",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f912def19366",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0ef38069ddf2",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "867e2e980a5b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "50736ed2c04e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0179ab9e5b12",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "19c191cf102f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d0adab5eddcb",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3e8135df015a",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1c431678d8f3",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2c20b7e54202",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c8e98f0a96f7",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "a33cd0401e36",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d51dec011650",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "29007f6a1a72",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c0b289cea2db",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea188e82fa2b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c03c9a7976e9",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5710a2578f45",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e5ff2101a61c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b3c3e66a4a85",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3c6586848950",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "901648e8ca96",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1ff7c56b9adf",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "672f9aaaf02b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4222ca348ffe",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e0a194ed4be8",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc58ac3302bc",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd13528e3ebb",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "105df3f02877",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5f96d8e30361",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6c0b16431e22",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f8aeb8a2e9ab",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be756b4ba1a1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7217fffa4fef",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a0c61cfd8e01",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1d05ee12ce69",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc9e7dc321bb",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "68b4b3bdd004",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7cf79fac216c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "115eb50e7ec1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c3e3d5f88474",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa1f54ded65c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dd2bdd4d2e18",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ff6ee645cd3b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8429608c61ba",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f3ac7ed2eebd",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e4bd32993076",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a8b41d2faf3f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f533741c4c7",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "69dc9ace3074",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d1e2373c3706",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bda27767bfdf",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1345d64b7dda",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2143cf71d6c3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "635fd4978076",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4ecc867d0acc",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c638a8a96ad8",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "410b7f94eb9c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "23fe23b98031",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:aria_keyboard_handler_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b753f308f3b1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d67d87f0789f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "16b9706dde99",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "22754637f81f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "006f603944e1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e72fa314b894",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bbb037511dfc",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "78493db2569c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b00bf30ba90",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "423048bb1eb8",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5f917e827009",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cc6243191689",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "133ffd620d85",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a88e0d794903",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "19c328f339ad",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "ec123a550c91",
        "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:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "283b15c39de2",
        "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:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "63c061bf02f4",
        "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:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "84d6b8698619",
        "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:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d640c0c1b405",
        "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:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6d66421d320a",
        "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:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3faceff2c5a4",
        "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:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d83fa586b18",
        "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:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "70b0fc9ce8d9",
        "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:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5a4522604556",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6a5da0108afd",
        "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:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "95f221760847",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "523228cd7bed",
        "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:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6d2c2ed76a7a",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2f5aa33b3d0c",
        "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:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "587bfd41fd4c",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a79f5263532",
        "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:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "625e3287e509",
        "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:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "932b487e2793",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "32a2c7478215",
        "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:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d189a0a1a5d0",
        "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:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "480ad5cb44ba",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9dfdabe31e8f",
        "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:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2701be4e1820",
        "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:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d97e78b1182a",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "83f40d36a6c2",
        "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:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "230e1e21ab37",
        "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:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f82dc5070165",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b42c9d8e9306",
        "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:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d5c04ca17b44",
        "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:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be80dd06e184",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f9e5f1c623c0",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "44c3fb008f39",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ec5915aee24e",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d52ba175858",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "65b31cc6763b",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d0e46d29202e",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c4581b84b11",
        "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:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2e2d2affc956",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5795d6be93e4",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f48b6652d00",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8095525e826e",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cdb5f485ed49",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c3c4f90f2dae",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b9835084bfff",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "91aaa8028edb",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "de5e485a9225",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "59f4f010f518",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a675a59f195",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9dde62f593d0",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5f173797f15e",
        "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:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0b49fef36301",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1bb3ac7c297a",
        "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:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ebbd317470fa",
        "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:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ca1d07adfc70",
        "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:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "981b21360b6a",
        "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:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2f91fd0098eb",
        "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:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a704f501247",
        "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:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "ca8f98c84f93",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/tren-autobus",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "75b268f37f50",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/tren-autobus",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7cd10145c030",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/tren-autobus",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6f322ea067a3",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/tren-autobus",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "48086e1b23d7",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/tren-autobus",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c8df2ae76393",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/tren-autobus",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f6dcdaf08e67",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/tren-autobus",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "19b38adcee0b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/tren-autobus",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "46f12129ecac",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/tren-autobus",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8dd7e9513509",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/tren-autobus",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a4675fa24b44",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/tren-autobus",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e04e259a2dd4",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/tren-autobus",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "797c39c4f64e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/tren-autobus",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dcc6800eb5c4",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/tren-autobus",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f536db06a4a4",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/tren-autobus",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "36594b5d7ba8",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/tren-autobus",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "446dc17aa9ab",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/tren-autobus",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1eb19c0ff08f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/tren-autobus",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "81174c13db1e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/tren-autobus",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "43bf303df63d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/tren-autobus",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e0bc670bc192",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/tren-autobus",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "96996ba6b856",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/tren-autobus",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "729b8758965d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/tren-autobus",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b230f1f13297",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/tren-autobus",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11bf757c191d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/tren-autobus",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cbd8f177796a",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/tren-autobus",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "57757ae0182f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/tren-autobus",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e1d025b17421",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/tren-autobus",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ba54a772ab19",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/tren-autobus",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c4823f4120f2",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/tren-autobus",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60dbd3c4e283",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/tren-autobus",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e09f151f7f4b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/tren-autobus",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6cf295d58497",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/tren-autobus",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3c7f5ba5b00b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/tren-autobus",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8b349e138dbd",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/tren-autobus",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8aedf0a074c5",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/tren-autobus",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1bdf83bf7114",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/tren-autobus",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "77fea22e591f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/tren-autobus",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a75a334831fe",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/tren-autobus",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "097713cf444f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/tren-autobus",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "6fd5a41dace5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eabc95150258",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "833d4e9df2e4",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "84bfd4105b8d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "162a4d53d68b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f32bb3ddabc7",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "25644f4a2724",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "25491cd5f612",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9343815ff2ac",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "75e7f07746e7",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c32e72ef04f2",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ffbf615a210f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "819c67b8d865",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "92137ccd89ae",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "62f695277604",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2c717992520b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd664af35737",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1cc7d4fd414c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fcd1203a79ed",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd3f1bedac8d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "abd7b07af103",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6c974c55b0e4",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fadc4604396d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c79ec6ab02f6",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "912baf518787",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "065ff4123c7a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e24577a42a97",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b371e1c670de",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "73122a62ce78",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d8d7dedf8d8",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "48ca1d64bcb0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b58cc8ffbfcb",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3ae33c2515cb",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c56d18664cbd",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ac4747b2dbf",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2ce98024e15a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e7a18fc10d4",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bfbb146c375c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2d8be82e1832",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "256329f8c424",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "72a380ee1963",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1af9e44744ff",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7fc1ddb8b778",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d22c2630391b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0171c6ffb073",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9acfe3209b67",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18cdb27e44a8",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9e564433176c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "84105a61611f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3ecebbf461ed",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2c3746b4ffa8",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e17670a05025",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "01544409263a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3c59d832f040",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bf70cadcb540",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c20bc1420a77",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0750c1d2386c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1103d7c6eb0f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c7956a24b2e4",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "ad8139698ad0",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "78becc69a523",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9b2ef6df2747",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ab161f8b623",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c7b44a0c87e3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ae9c5df5316",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "81e605435118",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "27b5182309e2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "35901fe1c646",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "404d33747043",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "27ddda32c033",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ba2c426639f1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1125c161c56a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "121806c78cd9",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9e915e3984e5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4e8656db793c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4ef5db49de14",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2aaf088abe27",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "821545609e86",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "636135d50ca5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b2023bb35b7c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4f84e09813d0",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b330092b0339",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "580ea60d8d8b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3eb9ef362dbf",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4f0958b2ff17",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bf135102566e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a422f68c5c06",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "421b3659740e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5271fb03203f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4e9dda535563",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ead68344d86",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f1187b52e84f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "46b6117a2d8a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc20cbd57218",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2257772e3e6c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5196c448de01",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a3b9664edb7",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "52d75a82b114",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0044c94a7ca0",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "236cdd527332",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a945ada9636",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a4e9741d65ed",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e74d829295c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c1612519d4f1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b50850d1d26",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "830fa9ad5482",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e151b381ae2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7fb97d886af4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6444ef360dd4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c52107ae9e74",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f1d2db80cd92",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "95cdcfd02ba4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:aria_keyboard_handler_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bc3e9434c63d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "52d016ab9988",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c201e911de5a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5b191b149611",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8cebe47b02c1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0c29b187b7c3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a1df9a56b06a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0498e30c83d4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4e53c6e2d6bd",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "afaff779a3f8",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f361928e1b53",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be12e2c0427a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eecf20aad2b2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5a37a3c0938b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "58ede0db0229",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2d0496e9b0d2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "57fab8af89c6",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6b361f765913",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2313e23e6232",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c84a884e8d1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "69e1bc06caf4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "910db819e4fd",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5906cabc8408",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "59aeb6cb975a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b303e86893ef",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5b5813ca7b4e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2e203afffb10",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "64523aca6187",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a1b3d407ac0b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "908c26b15ef5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a5f8f2b4b89f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7b1be57b04e5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bc08ab0b6512",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7e990844e281",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "01c6d4836761",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "26aba1bfef8c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2793968183c6",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "521c16fcdf85",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "baa63bc29b67",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb3a7d1fcb0a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9427fe33bb94",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1d466405eab1",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a38f03f0b56d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "83da0f2b42e3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9cab090268bd",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4208961350b8",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fe28822bd459",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "09005a99d157",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a9ed7729a7e1",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b8e28d79a697",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fe17fae1cd04",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a3ad058e0b4",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cc85c4115b17",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1dcb01535c4a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6d4d391ed3c5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b3d2bb6f71de",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5037d383b1cb",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "165159edcc4d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f5a1bf1a9225",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ed01d3099c19",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "26fc9a84fc20",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a693ad4453b4",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "354f26d22a1a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be2763251822",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1dbe50a74cde",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8599cc2f1a3e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "881e1b1bfad0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e94000059ca",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "258ef8a7da06",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2018933b034e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e5fa9ec4becf",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8ba1e2c3184d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "94540bcf368e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f89a2af41cb",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be533669eb1d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "246d134c277b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d2e92d9e191",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "34bcae890b2e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6dabaf553f91",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dd1f4ffccf22",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b8df81a76576",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "274301b2a0e5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "87a771f03d12",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "16432bfaf86a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "68e7911e6ed9",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dd728913a5be",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a58bd19a6aea",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f0d5d4e8b230",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "140ece72fc75",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4bff1e9c01e8",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "143fcce1a5a0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f4270253d1cf",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1ac4f9c977e9",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fecbd2664fb7",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "07de9f91cc68",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "89dc89733d2b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "97177e6005e3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a8133c19d06e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2c7bb5fed05a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1f3263b7f161",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a8ddb35f52f5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fe2a80f8c190",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dcb96c992a57",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1cf5ff13c7f8",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "85fc218f243f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e41115136281",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0f5c4d6059f5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0fb39d5bcea2",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "817524f869f3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d61c6320f390",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e9d503ad7241",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "983b1a75b356",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4a9f067267e8",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bdc6bf9f8abb",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "80aac2089942",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "d39748a35753",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ca43b32ca76",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7bc04cf84305",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "31eca06494c5",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "62e68be1bfc0",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "76422016929c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0b73749a58c8",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "52d55733ab2f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dcc0779ecfb1",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "762fe74355a1",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "23cfc04067d7",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f0657842af8e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "22ac2afadb3a",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "66986dabaf39",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7f169b12a6a0",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5a6a53622014",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "35e2c5aa77b3",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7179f86f1746",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f57a278fe44a",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6315bbe45c79",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "37fb9c6fdb5a",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ece7da108802",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "767dd7ba6ca6",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "79ff301f09cd",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ae9d31cd6557",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b7aba3aeda5",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4182ec3f43ed",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18c748bb347b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f8fa1472b91c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "651abd850de0",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0b74dba70087",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "894048270c1c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4219c15ee694",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0e0778cd650e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2fbea107f318",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b588d0249bf0",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e79ac96905d6",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a9596bfaf68d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b0d1a859886",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a18ef0d1efad",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "05746362cca0",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d0ffad7ae639",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8328abdbd737",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c805a453e39d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b0029490313b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b8599058ad30",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ee53979a01a0",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "26f54b701068",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e5301c4437a6",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e6cbb31e9b24",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d70d64e66c69",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8b29c30671b4",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea8e38799b5e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2481fd885ee5",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f21606e3e28a",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "422fb0c4bc9e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d6b424dac1af",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7aea277b33fe",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bf798dd63956",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c8e4eb9d366a",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "34817972d8fc",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7eba98c72f4f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f8c699a639e4",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c27bdb911a3c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b9b24ee92dde",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6dbfb704f016",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c49050453b8e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef858b6e08db",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4436917e5438",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "74b6fb6d6b13",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5220bea51314",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "035b00058e89",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "244327082d63",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "84a3af8725ca",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d697aee5517d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f54c5ab5643d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f17c82d3d3ba",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1ec3d9694c52",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6c47ee167785",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b364e8f2fc7",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9c8b9f3fd9b0",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "0f9685f29c75",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7239dd81b124",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f8c7bf7e12c5",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a86dea797208",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4fd8ed3136c7",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6d68631202f4",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d25dc869782d",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "837db9ea221e",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "24e205b1c88c",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "670de196aee6",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "35d6c6b239d2",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "316e04672abe",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d06bc1fa6d93",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c9e91a0bed03",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "07ba56d4267b",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "670fe43c7b69",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2276d9b93cb4",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "67dd98ee9af0",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa3794eb7755",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "72cbcff13d98",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "618f1b17fddc",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5446e9cd7f5b",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "215f2cee2e5a",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5fb09f6c2f65",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8a6d1af3f4db",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f0cc9983427b",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d9e3d37957c6",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a799afa7b4fd",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f7bc95f83ec8",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d72a0f0d640",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cae4913a60f8",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c94daa76297c",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a007301cb755",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:img_alt_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a3cd99fe92d6",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "02053aee78e0",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "402bfa1635ac",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ec1d83b2798",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "129359c9541a",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_keyboard_handler_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ad54d425397c",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:input_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4021d906e410",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:widget_tabbable_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "16dd71983f37",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_child_tabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ed83d76e7ce2",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9cd343fe13d1",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9feae96efa20",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bcd5699cfd46",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d0b0f219340f",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c4d108fb4c2d",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ee5c8bb10c6",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d183a658e43e",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "427add0e8d5e",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db1063405925",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "41ad7d325582",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db74d5a551bf",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5f4c2aea0d7b",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3fd97ddb9a0e",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "340e14e87781",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7db210917bc5",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6124a2ec0c65",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "309f38bd0f25",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e61c383c41f",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e2594936c0cc",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "efbf0c23949b",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "12ee30e88c3c",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5efecd5bab63",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "37f21856375f",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "95d0ec23356b",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f0b1416a000",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5667bb727519",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3e908a70785d",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6536259dc97d",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "41b00a6a85d7",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a8e02b671bf",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "faf786588efc",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "03730bd9d1d9",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "788576320606",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "80717957b2f4",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5bf9b7256565",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2145c8e8a9ca",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "888c78663b8d",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8314913e538e",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5aae314d6997",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "785cc117e293",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fee3fd9ce340",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "803556345222",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "59de7467231a",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fd39d5ecf232",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e0ee8984eb0",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "72387538947c",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b783340fce35",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d7df873668a6",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "90923e4dff0b",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e507c4345790",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "83efb9c93f6f",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_keyboard_handler_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c10f01ec7adb",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "370367554966",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "93a1a547f2d5",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "78a896300c9f",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a3caa4fed755",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "96b817c830f0",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cc777533ceea",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "41da60eff366",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_keyboard_handler_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac22be098be2",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:input_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e53832fdedb0",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:widget_tabbable_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "548839ab9f12",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_child_tabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9552dac88d54",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_child_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "802a222f6585",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1186fdc10fd7",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b27602ce8e2",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd8e45d9c31e",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b6729fe3ecf3",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f4f05956bce8",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "594b176efb89",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7a06b6f81a0c",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fbc2c529cb5a",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8209eed750fa",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c2526b0baed2",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d92e01c7075d",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cdbbce06498c",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ab9c2f33e919",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fd88808ac428",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2530792c0f55",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0193e1f8fd4d",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2aae1d8aeaec",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2243e46975d4",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa07de1f460c",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f672541001ea",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "158c42be401c",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18ff7fa6fd8e",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d5491a10a8a",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18141f5ce7bb",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "64349e55e9c9",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a438d51605b9",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2928051a4a69",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a6b662103d87",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1807fb788029",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d0060010688b",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f0aace107afa",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a763fe895036",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a5bd66be9b96",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5b827e6c8663",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "750a3d69fe06",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d2843fa48960",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4e8f877c645d",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "4ed83f8bfd9f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7422de27d5d4",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "73fd1c8a6cff",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d8aee77ccd1f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c2af4c9220ee",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11e9a08ee6d5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b82632a31b24",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c08a56d3bec",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "daa04a199524",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ff320bdf6573",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "23d3417e5d75",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "650949edf8ae",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8a860c2a19b1",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ae9100f39366",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6aa4507e1a28",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8a7ff15753dd",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c0df0267849d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "351f6470a4c7",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fbabd36f9b96",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "19d745c6203e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3cb1e62c07de",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c1d2addf5a7",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7983e22d6388",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e71e55a70d72",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "409c4067cab3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3abc818d3f66",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fe13d36fa123",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11ccf84935f5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e8403013bcd0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "731bf6b096a8",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "99f6a311e4c8",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "faeabf05cee7",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "00f3de5b6f6c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "da08b76e601d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3ed09ca6a905",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ae74fe945d6",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "97dc4faf2d04",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c5d69494359a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e2690c62e67a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ae987a86f827",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c4f4dc8f0d19",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "86b63c7b75af",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b54dcb0b5d2",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3d72a8c7c5ab",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9c71272156e1",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c7a9cb113f45",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "02c446b2bbd5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e3be60592ea0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "baa8c220468a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "182878fc4690",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0f3acab42a5c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "06aca50b1ae1",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "94751673c34e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "131718eb6fa4",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "30a90624acca",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "74e44b7a3aa4",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0b70cacb8cab",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "52125b99921d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b8d2aa37f49",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d16901c47914",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e66c4ec70bce",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef37adf28e5f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b6e452c4499",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "50424b53feb0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc894de1e7f1",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "042f54ba13b2",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1ce843f55d5f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d6ff05eb12d1",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8b513604f7a5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c03d71173f4",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6380c906ef23",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "190236f8a25b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e3ca139832ff",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ab309dd84c9f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7970c208c279",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "118ec2536faa",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c269c62be04e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3d971a6112fc",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "90631d2c9127",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "22eefbea4aac",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "321fd98be214",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "07d3c0db1ca6",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c7649c9fab1e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6b1a6c435e65",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2e10d56c578a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5f3c9ea0f625",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "da6f03e383fa",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb220d698bf7",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c0249e2efa0d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1de379cc2bdc",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a4288deeb517",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a4b632f21d9",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "68b2be507c80",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60c8dea28c2e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c5399061116b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fe73dc957fce",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d900ffbbf46",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d423a5eebe0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c421e95ff863",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "88b7c70768f0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "184b4ec43c91",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "408e9a3bfbc6",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ced4f1450007",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "323b46a5f488",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f9808a3c6f3b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5b7c940052ff",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "44aa631e868c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "459babd4b672",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0f82b575ebde",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "377b0e7226f4",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a3c18303416b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cbaae283ac89",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa6eb51fbde0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "51103df8db13",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6fb452e199c6",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2e59ff2e86e9",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3d8471af351b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a457fd52c2f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d3cb2290a6d8",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2ffff03fdcc7",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "babb0fd1adec",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d9911c2bc0d1",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6623b57d599d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d3cfd74daeb7",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ed64748f9cbf",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1f6c80a34cdb",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f90dfcf98544",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a549b39d3aec",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "943d72f014ca",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18215d19d9e9",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a69457d483cb",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "13fcebde1bf5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b403962843e0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c1a60e9eb3a8",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a1ab3335d7a2",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dcc4567df290",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "17e1eac2c442",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "008c2ad93ac6",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c023028739e6",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "851dfed8132c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f3b8625e1617",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8a9e6ec272c7",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cea96760d364",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "795ae10887c1",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "57327dfe4846",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f72e3ac62e14",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c45c073b43fc",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6d717c5f95a7",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d52ba1ca7d9b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0d5e2d4e05bf",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d17f5b592729",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "02a584f8b0fa",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0d17f33c7142",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea3ef0f11ea6",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c82d9a954782",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e9aa0da9b0ab",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cccc2917d5ef",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e557bc66e377",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "876f4078aa7c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5067515bd772",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "70af985b8acb",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1d1cac69abbc",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7eccb5f9577e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef1702cb8fb5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "da884404f066",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ed63086afe06",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d6b3a0059ab6",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0e46da2f069c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5d9dfb98c47e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "06cbc183f0c6",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4fb0f4751115",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b645da897a3d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "81eb02472c41",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b56a61d8369",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3ef2d623a20a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "49a5feb56042",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a48224ea6f0b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "263458254a12",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "607d2ca46f93",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "25b670ea7616",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1a376cd4f3d7",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5c9efbef1319",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d95a285fc281",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "41576559ae85",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f98c7b361604",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "cfa300d33c81",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a280571f0aef",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "15070261bbd2",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9203b4643e07",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc9eabe5f351",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d78da17f47a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "70f00667b6d8",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e56d2e2f419",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "adf3bc9ec8b0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "85ddeb2b8821",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "89ee8333c3e1",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8fc2e4bc73ba",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0c1fbd7ea2d9",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "82f2244a84a7",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "800a46faa946",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7bae422e41f0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3852c25fb7ef",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "61aed36391c0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b912af295c2f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c1e8fdd4088a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f1c97b77479b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9b3ef89685be",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9e5a4d406d4b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d18630e2289",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "399802fe5785",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "051b8a59e7dc",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d6e1b89ce9a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2ffeedb56732",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e037838b2429",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce5f22830b91",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2ebc4857ffec",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c0711bd39690",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "05c8db9508bf",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "afa1d1c27054",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ec14a6c3ad98",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4464457697f0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd9960c5f5ec",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "004cfd6d15bd",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "26d021a6ae78",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a9a6ec5e239",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e50ac9f0a141",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "71eb7176161e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6667ba0395bb",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d180551c5859",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "209b16d9674b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "380e635dd686",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d60e32987a09",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2c3ce634105d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6de00cb7175b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3d66e947ffce",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:aria_keyboard_handler_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3ebbb52a66e2",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b8e00fb018f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "00ee2ee6dea5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18bacb1900fc",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "94ae376a346f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b882231d1094",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e5c4573d0045",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4bcb1e0f4b7d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b9aa7dad4b5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a59effffabfe",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c2fd4c0c267b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e2e9fed6fc5e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "99db4de61bfd",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0f75447cc377",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f3c7f91c3e33",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cb4d74c73469",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c704e565ac24",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4f1befd8bc0c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "1ce99d954cb9",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a6c23718dfc5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5aa01d390beb",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e804e1e3c1a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a79c1cb5d65",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a7b1bbb595a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f2c48df0740a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e070a801d167",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a2436468be4",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8a527d4ac49f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "23557bcc1b8c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "73c4e514b5a6",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "38177791601b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4ce0d2f26c38",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0d92518aea67",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c7f5ae7256a3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e73527d69ce",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b19eaaddba1",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a0c8d62f22ca",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1678d2f9ccde",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b2eb22a6bf47",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9af0ff27d58d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7939962a0bdf",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "24e2b29668dd",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c42344cd2835",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c1c12fedf5eb",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "59e4cd195df5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5d4835033c68",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a932bfc18da9",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "82f28f7ad2b0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c8acdcd7cdf0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dcfab83146a8",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e0772e794b1",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f44c750bea44",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "358c3f0eb4eb",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b3014da0e15",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc39a8416b43",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "58b612c4ea81",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "78bc2d3a5245",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "652b86eeba30",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4241f9d66f52",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "41f6b687007e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "05635bdd9bd0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0c4ad7fe645c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1bbe27741082",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "04a7d0f2fb7a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "33370f0314b8",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "24db8e271bf9",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ca0fdfa82c87",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4644caee2176",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "79102984f3b6",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "4aac7affd6c6",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2295c150ebff",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "414e086ef9f5",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b7b902380a35",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "24bfe7285efa",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "15baa371df88",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0e5a8b9b9cc5",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "79088fb24b48",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e64ae850621",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "502da95583e0",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3c67bff2d154",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "55f25b5d0a4f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "83c4825735e0",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "13a043d26b78",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce927b1db649",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e0179ec5cf1",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e9152da39890",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f12fa5a6b734",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f57adf0d4ac",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "38ba71b3bcbf",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e783b08bd5db",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f3384882d257",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "38206e0ce16f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e0302483d921",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "34f670759f63",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5f8a82dca87e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b3cb0ddb8ff2",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "33f03fdc231e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e883676532c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6672f75dfb84",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "563e60342c46",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fca036d734b3",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "af8df0dc8b05",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd22afada987",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "144764c28c6f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5c41796888fd",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "950968caee9c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "200bb8128c72",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "51c2d40bbef2",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b081d3862ae1",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7cef482ae3d1",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c9beafbbdb6",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "880300bd0cc7",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cc769b026539",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "553774d88990",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "69e7237e0283",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9b44b9bc6b80",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6d811f336626",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a072de4adc2c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3888f7ccb0f8",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9971e0c3f97b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c596d23b8285",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e7887289b5c4",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:heading_content_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "84ab2ff5deca",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:aria_accessiblename_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cfbd29c0cbe8",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f6776796c7a3",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3fd38d6538ce",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "64894057d6ed",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "17f01a55d39a",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c9ac85fe5cb4",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "70131cb5f9fa",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5b305248eb17",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "77f68f80c28a",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "601b5752d209",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9abb0cf374e2",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b67cd15045f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "12485663229c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a78c9e84b5f7",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fd6eae3922e0",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e9cc9e9263de",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2929519f385d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a9c5a5b1b984",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ed054e8a4113",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "85595b83c6ce",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "b935003d33ca",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "716d9722898e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8bb4c9dc05e3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2e021c5e15cf",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9c7e4e64f27f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fba9295cd8b9",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7304d7078d49",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "46d1c8f949f8",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "86078ccde51d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6b7e20697e6f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "98a4f73245b9",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "435acf32ec8f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "305926e9df57",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "488950d5ed61",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f603578f37c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2af5bfabdb6c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9df0966abdf9",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c10f294fb7d7",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "58c115d541fc",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "72de0f5f6edb",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ab923446d930",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e0f654dd3083",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ec1557ff3e31",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e52f98de64f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a154fbdbcaba",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2497a5ffacf2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6822c38ba896",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "697d6ba5286a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1945daa3ec24",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6f6fb771e8c6",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "460df08e3019",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "314f64c409ae",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "519a101e1e77",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "899ad4928291",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a4ccd53d53a2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "366a1c48193c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6030a18b3f79",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3d096a0d6d20",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c207aff7794",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c0b1f47f8f90",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "42c6f32bac5b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb162bff9db6",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dd36f78a0e1a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "055235486d86",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6c2b7a9d133e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "59bd0e0bc9b0",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5c7de615f61c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "50582c1c5000",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9f2f8af486bc",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fac1b99eb962",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "431c9781e303",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0354710a53ae",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6dc902c4d24b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "272987c2b340",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7265cae32f89",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e2f27dbfd644",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8259461b230a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "748015bbf68a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "036dbe013dc2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a7d3215440f4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "820d9016ab6e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a50d9285054",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ee5ad56e9be4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fe872af67b30",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b9f7551bda77",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f6a8db526d2c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "587c9855dc29",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0885a49c450b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "278212ca3b4a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c50283855b2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "772b87182ab6",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4faf43e12399",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6ca3d6da9e94",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "201afaf23cd8",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "649577b6e902",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0cf28df8171d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a17c9112129",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd5e6c1192a6",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a2d76979181",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb5c2765844d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4e739b8d6604",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ff7d91263a1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e4a712cf18ee",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "348215d626bc",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "549cf57a178c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e5167a566733",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0785a7528c0f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d0becf8e307e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "804c91e08418",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be85fa81f734",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b1f06722e057",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "487aec464447",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5b94b2af3d61",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d187644129e7",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "61ce951e496c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0f83780d2df3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "158fb67e22ef",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "40231f290674",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "476b97bdca1e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1233182252af",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ad5ffed8d80f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7f547830c0d4",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "12cf1c081e1d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "67c27a73f78c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ccdbc813edb4",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "046ae5f2a687",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9673212ab771",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dee4f6d5f667",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c25cba830779",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d116351997c2",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d50dd02eb5d9",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "94abe5ba2e04",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "208bea5a8c1b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "12bd273dbdcc",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "427b6eeb0a78",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eff9ba554092",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f898fde7b9dd",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b6adab088b7d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "442b3d3dc999",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "292bf6c7ce91",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4a3cd0f5701b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7a564c6736c8",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dd79c82984c7",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "79cbad0b04bb",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9f295008b08d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "031f4e5ea0c5",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cdae3f5fee9f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b555b03853b3",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "baa4bd716e1f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e1a34828038a",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "79eb1dc6d028",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c3905151bf52",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ef1439f2221",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "23bec2ed48f8",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "893e2404b949",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e37ad6ff20c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "09d840772c67",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9068c9577fd4",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "73a878b7a528",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ed0cb4e6fbb5",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e45c246355f3",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "61bbecdd9df3",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "06e1b1e2437e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6dffbe8cee0f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "204d9bffbe53",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6f4348f1295d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6ab6a892d42e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a8e5850f2634",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4f61fa48adfa",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b36eab9e24d2",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5fb81c2f251f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c78dcae764af",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f0c764e4719",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b6c0de449b0f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "064a206bbc23",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:aria_keyboard_handler_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2c0c84dcf25b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5b3c3c38b3aa",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a802656ee3b4",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d9fd3d0d376d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef6027e5e738",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "816e075fa42d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bff978fbf261",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3fd9093f0f6e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18f65d6430e6",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c787f2d9dca1",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "46ca37379e23",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f8330a96e859",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f09090b93526",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3c28a57e98b2",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a5991bd53100",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "964f3e522e8e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "da8e37fa03c9",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5eef72906667",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c8f6e566944c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "33e36e0d51d8",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9492b89fd6fc",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bdfc2fa1ce28",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c9c13c01842d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d85f93df80da",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0103d68e4873",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d8f81711215",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7e0d10e3fa1a",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b97364c8c831",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c95639147514",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a17787bbc65f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "96a23db05ac7",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "62f8346df62a",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c2108ddd8c97",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "316da318a3db",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "645b67dcb57d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "124d0788e3c5",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a630e5f1de44",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "370c72e7184e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "abe6aa1dcfdf",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6994ba3b4209",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bf68e7caca28",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2966523fbe2f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "91eb500c1be4",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2e466c6fc884",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "072c9ebe6201",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "227e2fd27fda",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "727aefff3322",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5d4ab38040db",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2be43a021491",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4ee295665d37",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a7f2b03e88d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fd1479ab8897",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1e109cef09ba",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb7d40d47098",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e6ab122445f7",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "9e9e98fb77e9",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "44c6144b1019",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "589825bf335b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "573d4229b837",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e2f71e920803",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "79e6f6909333",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "119c71165905",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e1e1ea926a2",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d1d48508cd3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6060399243dd",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6f8f70971d09",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d62f74fede1",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "73cf97a79cdd",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2d4a7980a21d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef5d0ab7a2cf",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4fd41a25cec6",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "47f2f0b4afbe",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b2a334f27466",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "89a105c1db4e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1082421db847",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c28532a12968",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9e9a5eb5a26a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0c9f75c62f05",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "08b32115afde",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f7cf1e2e1c4c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a219da3aafa6",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "00d58dca6b4c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d001d003a44",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "71f6dec788a1",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2d8e4aa5b28f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7fd56ba542cc",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d20f6bfadc1c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "179d421f1011",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1a3a8cc7b343",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f9901d2a3309",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ca099f7dee0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4f1b5d73651b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "57b04701ed35",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "55c9951e8c40",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "991b97ea4890",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ed51596c8663",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "88024cc70c05",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "033ac720761f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "03320b98b10a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "528a9a471175",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa287e381d2d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:aria_keyboard_handler_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d8c24b25136",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f5abb2466b5c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "73a3d74a1be4",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "017b7f740ede",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "00a2221c4ad3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e3f914e96fe4",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0d6dac35b351",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "36e3b144d102",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2ea36ac63b23",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6613a984fa0a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9fb8969bfad5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e7cbd331fb96",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5d75604acf04",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f25cea22c0f2",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "297884797b3c",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0b9a01011d6b",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb3f51737d0a",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "96d00b07f792",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d882df8a9525",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ab0407f4481d",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f0215ffc622",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac915b9cccd6",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3653e02f570f",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5a74e4af204b",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "320a651c0ccb",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0fd343813b78",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "964f5b23d995",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f078b2503e09",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b0ea6abf9cd0",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1de9891c4703",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "66977e7153de",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e177a606f726",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "59a8a5d0a5ac",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8131549bca80",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "14b1e1cb18eb",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4429988fd239",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d22208683287",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "58656316f98f",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f1636ad93a07",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a1409ed770f",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "75a8759e5b2f",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6fa646167ce3",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f6d66eef162d",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "501480765406",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1db2772f2faa",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b3d21abec243",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "24d470b095a9",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c17078ea2799",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a8378702ae33",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "95b2daf834cb",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9621af249079",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "798fac1fe311",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4576ad466d6a",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "879088f53ad4",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7adf3bb44025",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4f14321fe2fe",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "27b84efaf044",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f8428734edd",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7b1254e3a62e",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9489ed43a9fe",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "758d972b3e32",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6c9f1792ace2",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "da824710e49f",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9b75ab4f6ba8",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d4487db2a4d4",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2fe8ca8f8f4f",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "69b908e0a706",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "f717b2e4c399",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "776f0de39237",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e59a5e6eb5de",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "26ff9d0f4f29",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e64f4795c2ee",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d0f851fc2e8b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "400aea7a99e3",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "57fb4d8430d6",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ede20ae931c",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9bd0b9815282",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "646b40ff3dbc",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d6586e0fa5ff",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd7a1b8d0ef8",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4a4bab119b17",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b2ced24c62ca",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eaafc6623623",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce383474712a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "79372139242d",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "08b941a6edb6",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e1835df54233",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f29b4e883d27",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d4920673ada7",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0fcfe1cf09a0",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cfd1929871ec",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e653dd22a45c",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "227fea7b5207",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c00339abbbe9",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "696144395a62",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b08b0bbd81af",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b1288402f658",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "354dcc401331",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f5e0dfd5f69f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b1048056496",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1d6845f8978a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9e436177568d",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e91376bd009b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ceb46f9c0cae",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "27aae5ba4bde",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4eb5d725b31c",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "de7c8a3bb69f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "84bc411448b3",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5c3eee9a7944",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b23d66f78686",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6d69b25651b3",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a83865615096",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c1eb8f9b812",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "55e977535636",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b5a8444f377",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "928cb92bb871",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "66eee10f0361",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "80a09a1e3570",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e3ee5bc67678",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5941800a09f3",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "018a060f3e81",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "600f1cc8f97e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "54f51aa6306e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "45691365e875",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "17db5e10ca2d",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b74717787c76",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb92013314d0",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "a43d70ec3058",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a84b3c082767",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c6886be9d509",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "45113143b4dc",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "850769de8faf",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "deee0b2be5da",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce8ba342f700",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0493ee90ef60",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f80b9e856fe4",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "51dd1bdf759f",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b9ae9e9ff72",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8980658823be",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "37520ef4528b",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea9195b16b24",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "334f4316121f",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ddea47b2f591",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c75bb9a15b45",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8fca9737a0fe",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3ab771504a87",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "af8290f08ef9",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5a25694c6249",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "799abdaec3bb",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2e17aaefb831",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "122bf1f19f46",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6ae9b0f898e3",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e2c230b9f42",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d193d95451e3",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e499e0223aad",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "53b6b7d7dbe2",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e0e12369f193",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7f4670627d93",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ad2af0b0696e",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fdf01d0c3d15",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2e2520f88ad7",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4668fb56b3af",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd747defb75f",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:frame_src_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c161ff6cb72",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "77a4c3627cf5",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d968e1e1bc87",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a486615de766",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f9d803238e91",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1cffb8efee12",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b41b6c17d29b",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d86337b7a68d",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1eed50c623e3",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4739189607f8",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e3aa31ad142d",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b1d113a50a00",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "75d55aefafb3",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "00ba842654b9",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "70a63f5fb85d",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f97093f0da65",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "54d64a906bb5",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f34081161bfc",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "29880c01905b",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ca83da3a0f73",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "724895af490a",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60b9f886175a",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c5866645d44",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e2b853f6810c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "93196c584ba2",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6db675831748",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "29b64da0abe8",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "440ea2398506",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e4254afd679d",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fbd9c201204b",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "90661f0bbc83",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2c710d40eafd",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c25d36a0b16",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f18714c4875d",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ca67e86a7096",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e78b83a363f0",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f59cad3742b2",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f3d3c7a674e1",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3988b8fa917c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0fd6683e4fad",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c1f7eb97bb5c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4e1a5ba9d2a8",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4a56fac165bf",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "50ea1c3645b8",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "208802b7e48c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d71413554a10",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f8ab5aaf3eaf",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1ad40a466d75",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e8d7828e4047",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "52092d32999a",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "211888c8b803",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "67e4e0cba9c2",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a3526a7b3424",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9bbb243c7c71",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8a679ae62146",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fd8e3c025554",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "de5e606b2d77",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3ec0951d1911",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2cbb06a3f0a4",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc1bb88b7a15",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb5f0836f6d6",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5c5cec29cf37",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:aria_keyboard_handler_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6bb6d02accbb",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fb4da89078c6",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dff3df1932d4",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4f0d8439c1bf",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "01565dd019d0",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "593634ead001",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0b0a8f7adb2b",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b92228405ba0",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dd99587d6c22",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c146895c4964",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d3c71a9bcd3d",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "efd368a25015",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cf101dcf5a09",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d91363e36e05",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac99eb289fac",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f7e3e32ba03d",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c5534da46b3a",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "a0b6a6590bfa",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa9fc1be70bd",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5181af3160d6",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b1ffb60f225",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "55836e44b2c9",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "71820bbbb52c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1ce224ea652b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4ee5bbe11032",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "946c078ed682",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d184547707eb",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db8faec1a2c7",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4999c6d71b59",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0236fbf3e080",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "457c85657f17",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dfce622cad03",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "35290ccbeef6",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "231b44d753e3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d38cf64d04f6",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fba28b29b4c1",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ec0153127ef",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ffbe865c8702",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6f16bd8a9f1c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1fb89cfdce11",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "af0c10e193da",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f442112bacaf",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1401fb3366c3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eef5d690b09f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a58d3fd2226",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "466a64f22ee4",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "10d9db807804",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "114d997bdd89",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "088fa9d9993c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "72b1850a3596",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "564b3f2cdaa3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "29de7e44c981",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "08b5203295b6",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f5fe800159a6",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ae9996baeeda",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f724bb8ade1",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cebfa1c2f9e0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d5778174b786",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b3271c8b93bc",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9ab12f85cb8c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "63f4793e1dba",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eda07cde802c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "34e18c447843",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b932b6beb92e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a424d932cd0a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0da2e3f0438a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3190166b028f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0be199f6ace3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1792be642057",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d0ef15c1d257",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2705795c85fe",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a187dddfba7",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd520f019d76",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c954bd4acb5d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "93a7e6601fa0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "10402aa5fd85",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "707f5e489bbc",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e0de1f0fd290",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "67edf57c93ed",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b8ed7f91326e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "46b8bd45a569",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "305e48060ca4",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "103dec7f420d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "3747f947cff3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "39bf50aa7f5b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "615d57da1dba",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c43b320efb2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1a2c3811997e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "07a5c80f9b0e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b45b1cd9fc5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "545ab8b6c9ea",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b0ba43b2061",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3bab3f9f01d2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "28c983cfafa6",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e03eb6a7d449",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "abc9ab86f9e4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cdc26a720f74",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9603f5ba714e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3c19120c49fe",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "451c25addd64",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "14f7661ccb45",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eafbfd978f80",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b0827c63666",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "70acb7f9ba3e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c80b4dcb86f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "465c8e83574e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c74c03c397cc",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "234ae22fc88e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3ec000a9c642",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c37e8835f05",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "867dc7f5c588",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6cd1da6b1bdd",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e73f98cef8a6",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4a97221806c4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dbd2dd06063a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "352283b8fe26",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5f8c1d6d531b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc5b896f202b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "66a74930a3cb",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc94fa7e20be",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2e0c5cb44693",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "09ba9f4de6c5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "10cbe49db437",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7553d4fd8012",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bf406fb935c5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8edd76bccdfa",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "24a8884883d5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ffd6092a46d6",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0dfe460f3691",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e0fe8df70b75",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "69afd51cb638",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2658c4d6647a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9c7ee19f9230",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "397b78d97a56",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d47f4bd83cb5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b9a1860b0d4f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ffac568250cb",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4e7781bbb4ab",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e59cce673d0c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a4d88a125cd4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fe1ee66cbb69",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e8d71ee8a034",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "04967a13308b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8391a3602dcf",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "51034579e751",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a2e75bbc621c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f7192dceb75d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "17eb260bf27b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9dacdf0aad0d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ad2e1e1e2dc2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "57d0f4e993a1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cf5381bfeeec",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cee460b7e33b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b4ec8ea1f41c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6f09f3c3b2bd",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "46544093638d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "15ced186a982",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "78b687ebf4f8",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "09553e0db08b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "88e9d8ae885a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b5ff3b7b8c9c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ba0404c9428",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9530e3507b3e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "254ff5f91f48",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5d5b41a75b91",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e605c9cf1274",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cf71b7ae19d5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bf784aa31b61",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "55979e19bf7a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1bf4dbe09ac2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5c520a3c6ccd",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7027fc4c0c74",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "676c095bd5ae",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a83bc788a69f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d1299431d45a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ab0acf0582c5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "02a41b9bdaec",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f7274e98aa9b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2cbdafad58cc",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f8454457255d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3523b9b2bc25",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "862937889ac1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3c43bcba52e0",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e2abeb008cd3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6cf13384e329",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "717f4c6098f8",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "fb84440d18d7",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7955ad0441b5",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "39f5bb504751",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5adce423c88f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "28cef006df9e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "05b479e124b3",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1eced0c07921",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a249bb7f7040",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c1ca30e05fc4",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5208907bdecc",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "20f89077625f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d804c109125",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4bf90e6378b2",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9541d94d44d1",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4319a3ccd660",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3cc7ea7a83a9",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5b00ace69905",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b4934fb5ef0",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ee2727cbaee3",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9371f2128073",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e466c4dc04ba",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "35fe5c4e628b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "387dc72846b3",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bcb8e5ddd4c2",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "39e84e66374f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2cb0a3aeab76",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "046f0ddd47e6",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "21db1630ca07",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e2b4c1a3a4f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8353b3b2df3b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a734f851a71c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4a87091344d1",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "df9ffb2190d3",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "52a7a352ee65",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dab5dcf9a30b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9e289f1f3b59",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c902a2b26f43",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b5905602a056",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4e8b09ae345b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c54d6784e69d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f5bf21974f74",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "69420e881c93",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4a11253ccf1d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "355544b8a3e9",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb45d2d09e3d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3e973a0fc63e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "91b782f7b2ed",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f53f55360b00",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2ac947a26005",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "98a70332a60b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cacb05d87895",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "631d5f10d9fa",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c5b3896d429a",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d8b779e49d34",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "10f419ac3eab",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "019750627a78",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "685773aff275",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7deb704b01d2",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "86ea8d39be04",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "378ea058eea7",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc0458b20786",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a61905c17767",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a119d5450a6c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b49b30ceb032",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5d6cea7a0718",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7411173806da",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b41996d587b3",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "77e1350875f3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "67a9f7715b03",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2d380d492584",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "39058b7585ef",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d7dd922c6830",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "718312727dda",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "338af290d188",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "65d06afbee56",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "66aeefc21bf4",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "00af2cf172ed",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "febe53905a76",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2051e745cd71",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3569775e9315",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3451b7f2faa5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5a39ac102242",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "73bf1253e721",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "615abb77f2ad",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0bce51959af3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1f29555419c5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4266d81de345",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9e72e60b40f5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f94a43a03d5f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c95a5efcee92",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e628ea932edc",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7e59fdcce470",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c1f369a58b6c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "04ebba5d9772",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5f36078990cb",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c26dc3d831c2",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "970fa3d332f1",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8db3bd190eab",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "19050c13aa10",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b77d2beecb03",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "76a54149fed1",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9f613ed20cbf",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef15038d2790",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "59771d5d9ab2",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7abceb96d330",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d339fdd796e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9267854919bd",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db2d291c4a03",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "04f297894abf",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9df49f83195b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "50a68fbe2bd0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "89e85de146fc",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f25233b1d62d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "688e9a836ace",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f5864f90825c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "83920d7ed438",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c1dfc24267c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f89de9edfa0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "09f86c6192a8",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a783fdfc065",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4752f9e64d96",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e6fa0d0d8341",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "39c5b7072829",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "63033f038027",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d22f52a8de79",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0c8523f28d48",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a4d1cbb1620e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb26b8c9d407",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a222d03d00b0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "77e4bfd7a7c9",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b93231c4c1f2",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "48ae11f70dde",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "de24472ac96a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "05f093a66ff0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2dc6d0dd02ef",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "35dd3f101819",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "97cee59ead6c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a57243d220a2",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0af0132a5970",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6f171aa2ce7c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "782dd37a44d3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a74d6fb95571",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a0d236533a2",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e5f5021d67eb",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "16d19702a1cd",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5bc8df01dced",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7e9c10cb46d3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9164e2c2265b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3dd11e772eae",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dd394fa2fc37",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "38291ae67ef0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b1faf91543d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c3757d6927e2",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a821973a3e32",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be421e8845f1",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c81021117067",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f8f1bc470db2",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8eaf8beecd01",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9bc84fb708e1",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bcd90a082553",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8a9793ad3357",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "93e52a70d9dc",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "94f45ca5740e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "923cd3555ca5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "92638b2a951c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6f3c2e1de892",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a9817e6894a0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e92648cb6266",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f46259acdbf",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "c7e69ad7b117",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "43ee0507ee94",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5266a847c33d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "34b6c5ac3ef7",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "05387f49d8b2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc41802a6b79",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "08f20ad0f456",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6abef51586c7",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "597aac9d0f24",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "46d48e53677f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d46b8d65532a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d09975aace55",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "08e97ab08451",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "98ff998bc952",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6ff9010810dd",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4117dccc2c9e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "af0ae8d21d61",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a95b804bc955",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9745a2a94a3e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa4bedb1bded",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "10a53f744903",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1acb00de74ba",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b1bb99243778",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c31858bc977d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "42be40d9226f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e6f10db828f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb3082f90126",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a7428c91383f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "280bcd84f8ac",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3638ca478916",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "156ff4af992c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "444cace04b2a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "750a994fc942",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d5044ae8565e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a8eeb1850f3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "95ea87eff799",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d03530fb3188",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e954325306d9",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8ab03d9f89c2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f195373222a1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "96c728f31cf9",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "77adcb454df0",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1d1f69599650",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "80294c14c757",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9f8a6be73476",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "76538552511f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa446b22c27c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ed90535953bd",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "82467b266f38",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a5e729dd7631",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f1e6a2520b06",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2eba06deb050",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "93c66468feed",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cff0fe18cac1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f417b5a05ef5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dbd1d8c7ff86",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "611df92ce680",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "70b4c075db32",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "afe6a0a7d166",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6d85c60d2773",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d59db754caee",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1db2c04ac11a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "763b4d8d592f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c17c2632929",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d176d4bddd17",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "892248419d83",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "04b2f27d1e85",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bc0b82d3b93f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d35f6133f4c6",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fb73985c95d5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4a8d736cab46",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1af8b3d2866d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "471687ea936e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "fa8b21bae35a",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "91a84f42c936",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c84dd8d627bf",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1f77c79e23a5",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9ff4a6688ee5",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "55e1bcc1cf4e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "71c648b4f04c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "750236d6b427",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d857a8582214",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b0820dbcb770",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b990847ff407",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e5239c70b868",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c8f8f02a01bf",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "64a8247ce234",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "20516220eec4",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11dd7e780aaf",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "26910a6a3155",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8cbfec67eb7b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d81e8b9ee74",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8fd29f7c706d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "20e98650333e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "840dcbbccc97",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c13bdb3e6dc5",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8443fef63930",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aad679948e15",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b8c2f2f8cb27",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e7c3b00d8dce",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "043927562ee1",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b667803d65c4",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd4e2d39d67c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "76cc026d5720",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "444eff8e214c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "74b1275df4bf",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cf866aea9ea7",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "103bb0289b01",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "efbc22bdb8d3",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2ab57ff52282",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c942db9e90cc",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "19f9f302a9a9",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "630b8842bbac",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bcf8d8c674b3",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a6d41cc0ed7",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "357992471387",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fb69620baec1",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "89f5d2bb37a0",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a22594b39875",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd34d1b98d90",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d0ec35691e07",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f80ea8472792",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "490db039fb60",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0793601533ce",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b8bb781d91f5",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ad3de12c5300",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "55637bb11863",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "358456d3743e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7e6d70ba9b8a",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2e2f483813cc",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "df80e12cd83b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2cd2ba634f58",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b72316ac1d3",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8033c16d4ced",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8ba6af7c4dc9",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be310f085321",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0e83e3a463c8",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e2060ac58dee",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b6e88948f065",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e0d9575b6441",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d7c2273c0cfc",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4243a7729609",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "230072e9c2e6",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef6d8fbdda86",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "30a43cbc8353",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ca2138a006f0",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "20c1bf4105e5",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fd1b3b2fe5fb",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ff1362e60ef7",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "929685ab7586",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8839a9d8a9f7",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8decc0fa1296",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e3057fd20a4",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e87f81aab7a8",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a705c38292fc",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "88e42705d01c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f9311973052c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3ed22f2a08c7",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "84e6a478db86",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c14736beb2f8",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "806dc5ee54c2",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "0e3a99d6b975",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "80477db42046",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a1009d4d5bcd",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "21ebb00e342f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9bed6aa9c1b0",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f948c66ea793",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c724499e5589",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "259cab59be7f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "891d32eafa9e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc4e65453656",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "af0bb62565ee",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f1deadfc66b2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa34f7034a1a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d2e2665d2fe",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "45f99a1c4898",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "02cdb4491959",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f48d9c9d038e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc0f41949353",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "08e36572b17e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be8289dc556a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8cf2ff6ba09a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "215c8db4ede6",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e97144e558f9",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "075ee4af9593",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6d3701e30821",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "95b1c6b33209",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ad7fd4c97856",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0f174b5fc541",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f9ccc9cfda7f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "342d9e473a33",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c4839ae8cb6e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "19fdc64103ef",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "92f7cc3aa614",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "637ce6d5d3b3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a8ceb82475b2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "27e8d6babfed",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "63baa9d3dcb2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7cc02ea73328",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "735d0f9d1c3a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2ed504e38d47",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b5944a3470ee",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6af4a77571d2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd351ab818c1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bcd0cd5e995e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f410837ec8d3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0fc24b2e6012",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "df2e8770b445",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fbe3467ca8d8",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3152a4c3a85a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c8d49c125d0b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3c8301681ebf",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "63d3391f7a04",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1073082fe47c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "41208f93fa79",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "83005691c6d5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ccefac984c7",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b9fed8cec55b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1d9c97326682",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c18ba62360a9",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "89f99782c6e2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e11a12dddaf",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5285a207b892",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd655ace4ba6",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "91f3457384b3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dd57d8e3b8e1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b32c09f41b0e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "23492d121561",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ced0a8c4533d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b95eaf6891f4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b97e15ed8513",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "82ccfd881f71",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f4e374beafe4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dd202680b2cc",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d2016cd0fc24",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5776779273c4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "92c2823e7eb4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "88e7351fb393",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "794e857ed100",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "03c796c16de5",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b94290b2b0b3",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "de7d5db20d3c",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9c9ec1c3049f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac59d2cfe3c4",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "51fdc3cbd39b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a9f76474f8f5",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "26faacd7aa7d",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "13ec53596fdf",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "526a9f21515b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b817df94f9bf",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "542f4e9d18c0",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d233e830c34",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d3cedd551c3f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8794924f3b18",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9c92fdb64403",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4438a645acaf",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4bd441c0f3a6",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1583ccb79310",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6bf83ee821f0",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ee245fc3658f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9f4751ef4a7a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "42e96f89d105",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5935c185e43d",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d5be9d4e8a59",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "94c9560a59a1",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fdbf91c803dc",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b02592d71cbc",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b054e9dca9b5",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cf598da99c11",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ae76980497b9",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "647bac33f8e8",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "77d572c026ff",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fbcab259d359",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c1fa9182d104",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b643dd887c76",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b5cc79a80fa1",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3bc550e2bffe",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "68f824429511",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6df494389155",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c2b27137f431",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e48bf02f8eba",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb57fee1f0b8",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0b6784a134db",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c7ab7faa0e7a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5dc631d53a7e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3642dd3f7af5",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e3410d6e422",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "abd4ff274ea0",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b9d1daea06e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ade7b2470152",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b9e2657c1653",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "489aecd8fe77",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "87d8ab607dfc",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9cf58b6e76b0",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "40417bce2446",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "086c2ded57b1",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "878b2bc4b98a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0d93f5c1c28d",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b777858ed7ac",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "98e45c352aff",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5fa9b5526da4",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "de4f38b01ef5",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d4c4bd35e86e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ab554a7f22cf",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bbdeb9ddb7e9",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ecc19d921a16",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2578ec2499a8",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f278ba0b20ef",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ab026c977076",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "58a1d7650db7",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "86c10f541ddd",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b51117950f9a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d9bfbf5ea3a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7aaefcdc47c1",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a5d46fc5592",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b0e1a3a43c75",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6b426433ac6b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "65ea1b857638",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e292876fb19e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "46c4e4a3e29f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "05ecc932e13e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b89dc9d8f7d4",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "44e3ed0ee182",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5feb9c2398ed",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "45fe2366824c",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "478cb80d0a7d",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b2b82bd2a03a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce908ec49c89",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7cafd1db1cd6",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef479aacf935",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eeac02b16b16",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c382677270f7",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1a03175b08c3",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c4d80a5d4e29",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd7929390f4d",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e0d39009fafd",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "decdbdeadfa5",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e1a2d4512a8b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2fd31d643fb9",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "888bec59150c",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "39c87bdb4df6",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "02dbc0ce0cb3",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "150baccb85c4",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "28a2ba8f6531",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "46b97fb5d407",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b335d103f54e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "da9d47ab38be",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f0fc64e1e25",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "abf690bde826",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "77e986134227",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0cf64d322d12",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7fa5b7e66ace",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ab78e7d91658",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "204719249c25",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "51a7c41ca4ce",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "45936d8a226a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "afe2aaa391c8",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "52f45ce5bde1",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "f3824c4a80fb",
        "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:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "938469a36103",
        "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:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6dc00fba0c83",
        "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:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a633dc274ff1",
        "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:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1f546c3b688a",
        "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:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1632befc9e16",
        "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:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "05365a0c5674",
        "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:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d7a91417a06b",
        "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:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7af0ec6031dd",
        "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:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "244b5e982a85",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "71c0d1efd36f",
        "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:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d197cebff48",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0b621640c7c8",
        "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:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0016b460bfbb",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "71ed22a7a3a5",
        "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:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bdff01de1ef3",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d9797daac9f4",
        "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:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f12f70478726",
        "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:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "94c05429c845",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7e3892aabca5",
        "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:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a238d1083d22",
        "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:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "39396b531ed1",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa6966ca8905",
        "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:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c3806bb420e1",
        "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:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5713b79dfdb5",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c0c1b5ec1d02",
        "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:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "803a253442ad",
        "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:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7a65134df02e",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fbb090e5918c",
        "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:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d0e53abff2b0",
        "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:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f811dd72d0e9",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "761c36c3ec28",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3e783866b051",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c21e24bf8c35",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "038b6948e7e8",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a9da55ea6607",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb6a5647c02e",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c841e33856bd",
        "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:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "671ee477432b",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2e8abbd56712",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f8967bae6f05",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea965bc646a4",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9f8fe8e8239f",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b3a5c26e7934",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "461530a25414",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a17d4a32a4e2",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e881cfd56273",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2091b117764a",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b1131ab6539a",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "346d433b1e82",
        "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:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d11c4f66c5c4",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fcbb05ac2148",
        "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:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6dd56a0e81ed",
        "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:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "450dd231992f",
        "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:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fab251a4f2b7",
        "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:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a8e440bccd54",
        "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:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3763685ec7fa",
        "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:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "01bc10e289fa",
        "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:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d0236c1d5d84",
        "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:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "ec349a19221c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "67a6acda5582",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e36e13686d6e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ffc7dd66dfb9",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "30b7b820b404",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1923dd563858",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2553647b3315",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "792ce0426646",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc6a3c63c142",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4f3b45c66fa8",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "37a791085f84",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c2f2d4487dbd",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cae083006b97",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "81071f43dc6b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "811f80e84a46",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d0f78bfb730",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "625b7dd75b27",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "511badce8a1b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d3e3d09220b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cad2c198e18b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "30ed0f485e38",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5163006710f7",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f3860344496",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "12aa6dc2a913",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6b8e68ce8f40",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "395ee2541c66",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bea6b9b569fb",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "803f280405aa",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "776b8f4e0d29",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a738e37e9718",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "317209b83510",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "99ce0b59c0a4",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5264e5251534",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "86412d247e06",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a6bc6d2f3f2c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "55571683a7bf",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ca8922ac859c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e1fc6c78a99f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f010a1dcd75c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "252518f441ec",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "317a393fe7f3",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3dd58fac702f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d52a7445fd35",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b55f6cc3bc34",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "72af5ab34570",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "00cb3f8a6ab3",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f9b4ec108602",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0d0f2cc2cd84",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f8011083a910",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "99b428f41e92",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7275aabe8159",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0c948031d59c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef3634514aaf",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "96bbe727dc1f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c927e698185",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "231cd47fbab0",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ecec85a63add",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0cc27c936bfb",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "500b39293a5c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "43f5487f7aff",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d669778074e1",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "62a852e9450e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "39d6cff1d3ab",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "92690b5a695c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "916eb34a0039",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "07dfdd1bd0f4",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d4b98a7ec9e8",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "ad7f04d597ad",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b2b169d99aa2",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b6a0d1179e6",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3007ac298877",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "02809957f849",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "83f365a746de",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d82bbdcca93a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3e9667d40a2d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1815e9c1f3e1",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c1f97e094a17",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7b3c883aa208",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "22c0ee11bb94",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b6703c2a7451",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "00af2de3c327",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "35bbccf71988",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c0d89cb50ecc",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be33b21decfb",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9aeb8ec12abe",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5c1b7f6a5204",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f384c0c66b21",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c2b552448504",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ae603ab4c6fe",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5490c1b3ac65",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "83e887e05c1e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b6915ee71a6",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7207b6596aec",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e3ee85dffb4d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7893e04bdedd",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "af41691dbc23",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "842278daef93",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "78536114174f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5a0d921db9f2",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f61ea0fa10c3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "85e7ef537ddc",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "869577e4054d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4031c603259d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "943457208c55",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9b4347911e69",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "abf4c9bb3800",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b7032444ef78",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7270f2c53f19",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "75cce185b9e9",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1e66eabde269",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4e9db732d579",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c8139775821f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "71670537bbe1",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2667c68f9998",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "085fb5d0421c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "894d85276b72",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "32928884663a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "43fc097081a6",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3ba2e940ed18",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3066b05c58de",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb9444c601f2",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc6f51cfa8da",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d921125a738",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6b5b18ce2364",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "787193662427",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "916b8bcae6fa",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c399a38c22a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "638a197f58ce",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d1a092f101a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "899941f04142",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d7629ab8a710",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3701eba9e22a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "38cc8e0c6b69",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b0421ad2d31b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "30f9ccfe89f7",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3351bdb2fcea",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7686cf0b706e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7daf1ad2e0ee",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "66f2a3737e65",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b2742bb82398",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "78962745ce6c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1291b6b19966",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "30cb05bdb5d9",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3da7c8336a21",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c4194b2874d9",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "336cd627d1ef",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9ade4df663c2",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2d92bb202a95",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1eedf95a0992",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb3a4d4142fd",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa72c62e6705",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "911460ef34ec",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c2672b4b6f0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f98deecb26db",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "942a1cfe1232",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5658695b4fcd",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "703a156a1b6c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "43e957a72a72",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "39827db4340e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e4b991bbac12",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dde12d66ddcd",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0ad20f349e07",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bfc860be73c8",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "456be14d1595",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "938ba0953bc3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6047d57c963e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e9e5dbb280d5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b2270e567515",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "828d90516420",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f52371c6591e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7373e71df24b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2962b6bb16b7",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1d43db93d07a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a7a7102752d5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b261b18819a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5fa4a7caaed8",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "65bae4f246ae",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6d90c6469ce9",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "27823adf9e63",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "656dab33148a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd46ca07de0b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a701f2cb57d5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "f178e15818a6",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "22714c00800e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "def90475b550",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f7bc0e980b6f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "432e99598239",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b085f8a232ad",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2945916b4575",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "df518281d780",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f9ce67b01db5",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "98e749d88ee6",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d1610befafd7",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9e7a4e3a93c1",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c307fe11afbe",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7cc2301664c0",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be3244c63cf2",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a3444f5f396",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e0fbc8698ad9",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "13a7913043df",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6847ea0693ff",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6162ab987454",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "80a53c3c7475",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e2e4818e1a81",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aff290b0c18a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c020b87437a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c9f6ac4c3a52",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2523a07c106d",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e67b7ac7e53a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "55f3a2c1a13f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "57320a40cbaa",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c4c8ade73105",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce4120362eee",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f9819dcf034",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cce94a7ff948",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9bec8bef5202",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c8dc5d61c1a9",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4e8af6a0d3e3",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a33065b4d830",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e447367c8c81",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "77d380755ea9",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "73b10b9d398f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "394341bcff59",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f2a05fcbfbc2",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d9c9b4d5e988",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2357d7f321d2",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6f79aa3d6ae9",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d36e029d3a7b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6679a734d8c1",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "feecc2fcf9d0",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "94bd64c058ee",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11abaf88c689",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "41a90beb94ed",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "32460a1d83dc",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "85dbd9bd928c",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "595ace825c04",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d3f5e7bba3f3",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a4a1668f875",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa3b9aab849f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2733d36a9344",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0c5e9406058b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "75a3e2f79bc5",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b887a084ad0",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3543e00c882d",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ed8756446ec3",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "abf4b92af302",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2895a09f0032",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9456d80a6b31",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3cd818e81e04",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2deda821b833",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b1f291d5eb52",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "9df1c91dbebf",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4cc92676e510",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "88827969e1dd",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "431aa98aa642",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "88c5256118b3",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "56076e74ac9b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d5d106acaa4a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "631c58507cae",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8fd0fb9697cd",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a72c55f4b567",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5bc75ba6536f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2c1b29e6dffb",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fe779b1aa189",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb1bd4d342ac",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a9b61577dbcf",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5349e10adadd",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "27b51efd1f46",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a1625519cbf3",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "30b4c778f9d0",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "70f55e757973",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ca9d76fabbbe",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bda9429300ad",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3701a14a3b85",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "32f330e10d54",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c439fe65bc50",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "407de66dfce7",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d418842684d3",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1ecc8880f055",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9b7ee9d26ccd",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a3a23d44a3e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "afbf19247683",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f4b7033a11a5",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2f8627901530",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "adddcbf26000",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb8015c5bc91",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "caaadc824da1",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bf9fff15b231",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0b289958d8e4",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e7353d9032f9",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c590b5d04aa",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b71e7d4cdb75",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e01f9a002d2a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cf410aa360bb",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b9d55b319bb7",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8032feafcd51",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d9c5907c07ff",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f5f2513bf9d",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f1c4a63c9fac",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7cf7167b315e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4bed5e942c90",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ba79d2b240e3",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d5b20c45a08f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d93eda6b5a58",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b16eb5f7c6e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b414c7ce2187",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5196989e47e8",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11a731b8cfce",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1299ad191a33",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e2239130266b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f622d0bf01ab",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd933a8b839e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "80d37aaba340",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9de29c442ddb",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be5dfbe6ccc1",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "46ea54052c06",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "35db31214516",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "49c7078d4c2f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "584898983a65",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "52fdfb71188c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11bf2d22118a",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "992806a8bbbc",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5a69c0dd3edb",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f135e53050c2",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "54115e6bea7c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb8a7415b854",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "01f85501bcbf",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "696d159a765f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60fd258ef071",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e76683f13edb",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d8171e6096e4",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "15c8f861cdcc",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "86f141ea04a8",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e0d77685f424",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "441bda7c5f01",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "63e5476d7119",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c3f9c0e2556",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d6e8be726e27",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b9c1f8e791af",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c3cb4ced9f9f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a25873087fb",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9129d4f614e7",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "74ad6f6a2ad1",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9125ca6523bb",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "33b2ebd076fa",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3abc41794e2d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0b6f3c779460",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d160f5729f5a",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "462c38e2acf8",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "445ccb1359b6",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "01a18149636d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5c935fa3d87f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "925b2e468e5d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b71cf3a9768f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bfcddabb9a00",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "478a0d8dc825",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e45a0cef295b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0efbe194d43f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a5b990df7d9a",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "567d810c31de",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "30ef443f5945",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7aecd44fb763",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9247ffac1efd",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "524a31340f88",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "00c4617e38a8",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3c3a08193495",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5232722e9fb0",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa702193f037",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "01c06fcc07d4",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c11b977c7b7f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "738572380275",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc3ade19a7fd",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b6955929b214",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8a19885fde50",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e4bc52a0d94c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ec4f023ba8c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "df41750ca1f2",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0de1c886a801",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "43d94b61753e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d3a6413a01c9",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c8976dd5973d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b05b08039e37",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ea9d1b1fdbc",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "901b65220e3b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "10bd6ac6272a",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c38f68a0cff",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e96d93bfa0f9",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "affa1c307c3f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "69371688803f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "edae459cac11",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "98772439390e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3cf954b3ebf1",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "52c3731e9c60",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "efa841e49f70",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d50df4474d30",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "028331cec0f1",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e3e38510a9ac",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "359801f424cc",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f9889799b14",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dd38e36322f6",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "daca11b20ec4",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f0c953fd8e29",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d83a5c6ac71",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4797f5015fb8",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "29167529385c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9cdd2345766e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "446dee9c8ef8",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4bd9a8ea277e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8bf20383d52e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a88aa2ecb388",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a8f6cc05d834",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "22c1cfab6e1f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c84eed9817ad",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "430c867e31e0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a673b995ac00",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a92a426b47b0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7db0cd05d4c9",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fcd3f533924a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a4cc10e770b0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bc6859b1d30a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "de9cfcd54607",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8ae0f37a7b88",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f816cf04f2ca",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "27c434a8a210",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "222e77b88a20",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "772c05e35519",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "efde222e3376",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ab00534ed368",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7b050d016c02",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "961cea26811f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e7102e2690f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f35b36053bf0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "898ca909e17c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d61fa07223d7",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3ac6aaf774ea",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "00743d3a1ba2",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a7b0bf05492c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4ba24cb9dccb",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c1bd72f8be7f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bc5863cd3fe0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e8befa469a85",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1ac6fca9966c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "78e0b4f65edd",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "df64d8fc8a25",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c8d356444738",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa245743843f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "831d14d99c3f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0941fc5d87c0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f980a92b9338",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "819285487c0d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "605555ea3f5a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c9168016254b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "98cf3811226b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5f37fd0bc826",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d74a9576c3f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "00eac8b672c0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "82a5b63d6627",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5b38493ccacb",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "72964c3aec4e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "55ea686036ce",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "88547cd1d5a6",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8b00e1b8da25",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d1d5f43830c8",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bfa534fbdbd2",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6f7c7946781b",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dac4b5c51a14",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d4e7729af795",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cecac50c5f96",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "891211368646",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d80809be3cd6",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a1b12fa942ff",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2fa194bc632c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "440ef458f91b",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c1496330989",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9169ba6bdadb",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f324ab0e7ce4",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "942ee1b66e63",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "220bff7efab6",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e50f73799c42",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "94141081d7c9",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "91ca9266cb4c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e7ea3626be0c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0ccc9475c61e",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "149206f29e7c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "361f5b19f92c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a40199fbb084",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "02692c7ac9d7",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "04c43cc72463",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7816efb64dad",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2d23548798d3",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8505db42d412",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2e942f1ba21f",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3852fa756165",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "976d8e519275",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "310b6b8e25ef",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6fd55a5f3ced",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b9144318182",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f9b85b3ecc09",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "27daf869a782",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "48e65a8edd5f",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d5ab3ae36145",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f83633b5f6a6",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ceee3b3e87ba",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea70a21cac07",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8698e2cfd023",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef35cab64863",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6c699ef32913",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "429e8980a06a",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aeb60fcd14d3",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:aria_keyboard_handler_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b9c516b57451",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b944172f3b10",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "23249b4c6e2d",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "91023d7ca2e7",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d6b25119a0a9",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1ceb4022a1a2",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7749a576c538",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e8f528848109",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2584cd67c9fc",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "d3a0a20a58af",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f53c145783b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f64bddc0a12f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb497dfee5db",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "226e8a7ff9da",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ae096c2e8586",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "07c22e6e56b3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e5311205c1ad",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "14d87e9aac74",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5b8982f21c5c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "115049417e8f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "afb19ed75a1a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2d8f197c649a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "836f8f91dd1f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "890d43a2bf1e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db7b7db4d8bd",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3ee4381c25c1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6a307b7848ee",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "963474b03f36",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "153a5e994bb1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e98e8e518ac5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "da25bd83b8d3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e3d12705559f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dd1138cd75c8",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d5489a0e8f8f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d8f2e3dd1b3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d79a57d5bc6",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c4bdc3ad380f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bf05c3759377",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "27a9f1913743",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2c9361ffcb30",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "616e51f29832",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "47ceee4eeb81",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "25ba12fd870f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aea38e32e66c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b43be6b4b30",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "de981d88b74c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0daf806e0e3b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "087e1b9e3f5b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d7f0b07d9d28",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc041aa231b9",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ec12ee4c57ac",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9c87db77cdb0",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3af557328f4e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f27b115dc3d2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ae2034c0ed52",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a3c6d6f1bba1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "41f4527779d6",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c82643d6a208",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b75ef597bf79",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a8c27baafcd",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e7cf2db186c1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e4c366fc4c61",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "264ffac82e41",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c91885670199",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f9d6038d2a4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1ad0efa657e7",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c0069330fac",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0dcd3e808d85",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5620ba75b442",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ffb723b668be",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd853f477955",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2fc58b26457b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bf32bab904ff",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd4b5e2f6f77",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3431fcb9601e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f2db0a9b1823",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "314eb51fa42c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ee5e9330ce04",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "25901d3752f8",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "39f6f5197a8f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4fb1b680e86e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dcc6f30b7dab",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c9abd7460a9",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "da633aa7b920",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1bca5658bf25",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "154bf5f63973",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4e65660336c6",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d11472b18cd",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3edf5cbb8682",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "3a59acdb90bf",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "695ad402ab2b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5f622dfba913",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e7d5d7a36302",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "58cac37e5897",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dad95636fd96",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a8b1db1a3c8c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3299d25ce5b7",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a4986895dc41",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "880c85e8dbf6",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "20a7ac661f81",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dd3811d6bc8f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e391b293a378",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "36cd214d0f2a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d188f2d93362",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fde3005dfc1d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b9ce076886a3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2975c67feed3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d4fdd676e98b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "547ef14e910c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a575314bd9c6",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c49023f92acb",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "efed19ff5b81",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d63886fe51db",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "284e5e8cceb1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3041bc859bb7",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "78c72d723649",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "58f848156a8c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "206c94990745",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f8edf0857009",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f3ca5e72b63a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b9fa9a913904",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0327a8c2f88b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "521e8d1d774c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "32adee5712de",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5d02dcba47b5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "05052881f390",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a708f7d0dca1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9894d9218f2e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "68db22ce451b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f283d23bed5e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "91d654cf96d9",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef36e38f6a90",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "da3b0fcad42b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "724272a42532",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dfcecf1b4f8e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3dda3d4d21f7",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7427e2d36b4f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60a6317fd1bc",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "866fb246eeac",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "230eae24ec9a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7705d3a2758c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "90bf23642eb6",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f05949054ba",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e1ae7b23b8a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d59c8deb9c61",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f08d3fc517d9",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b14bb859722e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7e1b33aec3ce",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5d0a5a03f5ba",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d760dcec2677",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "981f30a345bd",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4bd755eb9331",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "faa2bd980207",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ca9945e2e408",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e6afb27e01be",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "d4d16d02206d",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c0aeb3813fe2",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "551c1c4fbaa3",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "69dd85240ca2",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f9158de03eb6",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0c010ab12bcf",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "06ec798ffd33",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "495c49b82fca",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e3b34db561fe",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "13d63fe2ebed",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b623a093d22",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd82634bd14f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "908b5a0f8b72",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2d776440d74e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6c471677b937",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "14eed7a2d2cc",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ccbcafb044c9",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2592a4d48ecc",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0293e079c6fa",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "81d7037481cb",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5fb611afff1b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "497a4a805302",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "66fcc12a5e5f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "748ebbf9b22f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "909527f08af2",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "78a92ad9e0fb",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b92ab3f8cf67",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6637839d95cf",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9ba67743d239",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d99e1fe9da20",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "266d5d07016c",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "219807021ece",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0598d10d17a9",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "69d397d27ba2",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "da41d3a22215",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "98fad8c25fbd",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "34ef9404b29d",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a420f53ac7ee",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5dd7377b7033",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "12ec94edfb8f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0285fda9bf0a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e1a804b6d68",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ccd0b5dd4c04",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be177630c1c4",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d93a9f8c6305",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "13525890c26e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "938ed33f2dbd",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "741c1e0ceb32",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a15d71bbfc93",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "98ddb1412ca4",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a8f8928e50a7",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c4ad3c6c674f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "10e84cbeb58d",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "43a59fb34b80",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "217f292b3a87",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b5481141e554",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "603722ad4815",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "829579e4b8bc",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "456cd3d32e6e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b9b608410105",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "529eba7268f9",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d01f8925ee9",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3bede95cc78f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "71d92d118269",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ba2fa8a9f62e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8710699a08bd",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "514c542eea3e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "38abf4d1bcab",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "773656537a67",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b0146cd891b8",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ebba7f884aab",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "81a594b8d78f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e435c318e54",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cdb8f126b986",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "48e77313cfc7",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bee2065214a9",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "58cf9c43c03e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2f08797319c2",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1d9cb5832dec",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c9d7c3061a3d",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "975476332485",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac8fa5388461",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3e8ee36516d9",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "850862f5ffc5",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "3a66b7d8548f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8022531ed7b5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "586976cc7f7c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be8b9d586b29",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e65175024a18",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "de061316d1c0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "214b313cc878",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cfd4ae0d020a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "855f8b41ccef",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4f988d11d923",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c62a503b22b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "692e7284be2d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a381733b9c5c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "084a40e42db6",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9bb5df0e236d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8fafdfadf770",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa739bcb3a06",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "330a9a988a79",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a8609af5649f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2c517cd4213c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e917ab0133d2",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e3ab4a2301ec",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e624b6c81b39",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cc284caccbcf",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aecf7a5f8283",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "72cd9d33199c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b3e7499e49b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "71dd005aef5c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2f22e863cf93",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "df68745f1baa",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e331a691dfaf",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "64eac754a0ed",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9f305673dae6",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "65d3a204cea9",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9250fe7c2746",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d65596ca2ef2",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dd98be711766",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6acfce4f7644",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3dc849418fad",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2cc81d372804",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "25d944bdb0dc",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "24e8e52116a5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "805bcb8d55a0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "732d864dca0c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5f0b30b67b99",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bccf771ca6b7",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b62235d0b4c3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "55602888a4b7",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6173b1d7c214",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e62807e4650a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:aria_keyboard_handler_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f6f45c3e577",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "40f16491bbc3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "00ff0c183b92",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9830413f4617",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a306fe27d957",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "02b133688ad8",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a4873c6fa3b0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a384a029350",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5b56e6eb6837",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "8a814703ad81",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8418eeefbe36",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dba53e07d858",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c44ba1469cb4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c15dfa289a18",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "30d35f673c34",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3025e5f97f67",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e0afb1c4296",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f124fb5bff3d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a76f44839d3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5c8dc07e4aaa",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "131c3f6bc269",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea47ad12287c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c36c28f72cdc",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea22b47bdb2c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "57be0c305e01",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f246932644f5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bbf4af231fcd",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9eafc14ab1b2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b3a7daed8949",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5a97eb594ec0",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "29a5562a32d5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "704afe20c533",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f95cd176b9a0",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "32b871955af4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "491339494f6d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e165bc4297a7",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0c660d1b7520",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a5873397167c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1c56dbbb276c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "41a30ea0e9fb",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "20d2b1e02c3f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "39574c3ff1ef",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fb5eaefcc595",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a360f932ed42",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a70f9c52e823",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac5340f6efe4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "07c5941af2c7",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "639917a145a5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4dfb7dc36dce",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4a6eeac9201d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b1d424641291",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4400516a49d5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "95ec51cb7d91",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e5ccfa24051",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b18d091f544e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d9c600afdea0",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9010b907eae1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2dc9ec2dfd5b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b58f502f1cdb",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0750e19aadac",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b486b15b81cf",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4967d27d9ac3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "37ef44458d11",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "728c6a1992a3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fb7eb2679f00",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b47858e4d60e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "68fc337b4328",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea0a39078d82",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fd56e8e1c9cc",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "222722b03866",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7e165e928935",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "77036128ee50",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd65c6d428af",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fde04e460412",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5285abe866cb",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d904a184fc67",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "074eee0b3db5",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "190322481899",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ec8b269a8295",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0d0b85fc9d7b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d79d7bebd7e1",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a383cd9bb0e7",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b235c2c6ad5b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "814e7abbca51",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bebedc1ffdea",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9ae7b88a7686",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c36ce7f48200",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "083478b80c71",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d21c63dafea2",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a328fb005b28",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e396ca3c4f16",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5c1c5fbf41c7",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a098eca76aeb",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "95954a2d5703",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "100d0638352e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa3e38eea121",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "894864e9dc4c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ff5aeac7bed8",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9b3e59f7f7af",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eef77c48bc62",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "814ad1e90b90",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aca65bbf4218",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "32c9d2bd104e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb44d301a10d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "98e04d2662f4",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "885d58a2e8c1",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c9c25c5b2bb5",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a9f646320641",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f5b17bff3d4",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d00c42d1091",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4bae1dcd5a1f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9eb6e628fbd4",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7892f47e1e5a",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9b9940192852",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0399d6054e12",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a5e88889463",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "832eb98a513d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "469768a2aac1",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3980ef6d1c56",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "92c4bc9c803b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f91492e88da7",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "432a19c065d5",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "63ad2827e71f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd64701f84e3",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5036a970461a",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a61177431ea",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bc1944ac029b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "70ff4facde0c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "425324be86f3",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3caffdcc1f5d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c405f5e035ba",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ec000f94c275",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9b9496dbc3f9",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a2858ee849f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "89d02290bb60",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "8b3cca743afb",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "28ff5d1848ff",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0d760e2339ed",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "531b41ebaca7",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb3ea1132745",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d8667fb3348b",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c1156a46ed3c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3ce52494b0dc",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "86d43f13626c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ff06ae000fc2",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11df1a962b0e",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2bf3010ece3e",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "65818ce50a00",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d723a7c69d3a",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c1e144682f7e",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1977b9bf4af0",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5917026f89e3",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "54e369615e18",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "907d1832f150",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "84c15a4c80a9",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "098294e7c451",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "38335ce89aab",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "46c9ff37b2ad",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "443402a8d386",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b45023e7a63d",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "533126787a03",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "04e292806ad4",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "84cb74878031",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8bd02f54c1b1",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e1795724f8a9",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0cf944b26347",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cad9d249f28d",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cc32a877dd59",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "edcac59623a6",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e27567caaf44",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6da5b4e302e5",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0c3464ad5fee",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "701878648f06",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f3ca1669ac0",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60fa14cd1a6e",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "13745e9e4496",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9ea5d350c0e6",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ddc7f2bbd49",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a97f5bd6d38",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f2f01dd3f6ad",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cc4afb9a0dd5",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8349eeaa746b",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "998b7a62fb4c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e731c4758676",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5c23730633b3",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:aria_keyboard_handler_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f2c81718fbd",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b9cfeae4c2a7",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "44859dab4f99",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2f6c355e34c4",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3648055c0ae5",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "84f47494050f",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "906c20ccb31c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "67d3e50a291a",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "68efdfa5d697",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7b80b2ce0cf4",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a0a60ef41afc",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0d01261ef856",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a3ad613af8b5",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa1e88a7ced0",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "225e8a95e5d0",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dbfba010b05e",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b9402c46120a",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "85e726627836",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bf8989162ba4",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f6269ef20973",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "196f7f8dce4d",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a8c5c86299c",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c0dddfcf4da5",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a0a7436acd59",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ec7bb0be32c",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "451b47d2f1d4",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "400dc9fe015a",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "81677281eb1a",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f60437275ff",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bf1d96465265",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c5efbac9f91f",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dff2c80e7e8e",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c7fc0c54f672",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9f31656b7a55",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7bebbc11e02d",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "69f50417db88",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0e38533e1c48",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8cafe89abd0c",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f48b5afd54e5",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a3bcc87e2f58",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "edf9916fc35b",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b93080f4feff",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "03772a765ebd",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "70da160b78cb",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b1907022e23c",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d0f727cd737c",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b829b51baa7a",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e3d1ecfbf858",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "427370a5be7a",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "569723fe06eb",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:img_alt_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "67ae1a263d75",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "523ce3cecb1d",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d4758508b455",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "24f56d08c7ca",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d4f0f788388",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_keyboard_handler_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e482cb47d856",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:input_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5b1a918869ab",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:widget_tabbable_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e9841d855211",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_child_tabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c2b8bd1dfa9a",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11252891c8f1",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e2c11694944b",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d57a4840b29",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bab2271d3cdf",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ec59936109d9",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5c0201fb478d",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d449406659d8",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ebbf7df30e9c",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3c60e7a7abf4",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e48310eb376",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "973525d43b4e",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "724522eaa8e6",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5c279599718d",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa9a1b0a59f9",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ede79c7614c8",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db0380ba788c",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e3ba99aadbe",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "03d24edae7e2",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3da98b32c61e",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d56244bbc241",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "03d6ea15c516",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4af874de838e",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "00c85b88d1f8",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce7ecd2aa816",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "337f5bf6fe9c",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3d0d6d336c53",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "45728d7e200d",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "984cdf1d2591",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b6fc8442730",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ca181b5c8e34",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d963a2c90764",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "abdcbd2a1946",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d3cee7c4f81a",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d96d3d50f31",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b318c6c6a305",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5244cf7c101e",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "979f01c9e32f",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "15576da0b903",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b541586d09f5",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "28e674be81c9",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "351bd4ed4366",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "58cf839d0cfe",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "00886561550a",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fcb63f88a41c",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "505f90559002",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "79961a85827f",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b7cd413858a",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8583e1b0c077",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c13f6dfee107",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1a9bded9f8b1",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b3cc75475895",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_keyboard_handler_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6c7605b4e416",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e65dc0ce066",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "271d0212571b",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "70a5b25d4377",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1652e8c9159c",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "884e79226292",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2c7eac6bd6e0",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2050be3d9cf2",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_keyboard_handler_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1c5ccc6d28bc",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:input_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f68f615a74a2",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:widget_tabbable_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d7c790ef4b7b",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_child_tabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fbddf7dded4f",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_child_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb4bf76a36f0",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c2ddac044fc",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac7a0701f9de",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4e64af3141bf",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1a306b1996af",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "efb33e8d5af6",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "df81a2c63f7a",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "36a1f5995658",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "baee972b5055",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eddafb2442a0",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3da65b73bbdb",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a8cd9b4a45b",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "775d08aa9ab2",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8371e6c9f6f8",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "59811b05ed55",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "500c3d5c91f7",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b15eaa0c4da",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "883c93621acf",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "df7979619106",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b23aaafd09a6",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a5ae332ae60b",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cf9066df3a11",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2abaf963880c",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fb5c74516f74",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4a9bfc94b64c",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "175bedbbd307",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dae9bcf9e0fb",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "654fc0f0f964",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d2d06fd8053f",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a9d6deb3ca16",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "88da6b3d18c6",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "556495f0a1eb",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "50f60c627660",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "22b313b353fc",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb864655e6f9",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a63f572f95cd",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c1a6d6437a11",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cc82f88a6eba",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "ad4c5ba52da0",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d64e735e952a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "527feab123bf",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa256f4a5a35",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa88e44aa9ef",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "354a270a131d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd3690cfb846",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3ff78a915594",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3ca8ed378d46",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "65ed52972bce",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "738dbddd8ddf",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a51cedd8eb12",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b93589a3c76",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a6be2cb4741a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "45f1c3732d58",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d04975fadf10",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a936a467c272",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d7f5746ce18",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f6a17c744801",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e3376c01eec",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "41005d23a658",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "759f9c18266c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bafefc553346",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "269e1a397e4c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b87cacba325",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6d0a217ccd00",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c9f36429c898",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d18b99d3a876",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "56ffb0c914ef",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4de3d53610b6",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "50014c21e0e2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "771540e9d164",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5dbb272c98ec",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aed7a89da06c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "17b1d9a69d8c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2da261f2fef0",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "619561b5a2f6",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "54f8e75792c8",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7e1731df7a30",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a4e675f440ff",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cceb6f344a3c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa1d507c92f5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6fc6b738a3ba",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f5d97575c0e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8ca4b4140223",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2d26d9bccd56",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc37b0d2275e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "020448ba4d63",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a8193e08f88b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b88ba3c6c49a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "831e67ecfe97",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ca1503e5a7be",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b39baa14d8f3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0e10d2a0033e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "58dbae59d2a2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60e1862f4849",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8283e6505630",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1f8398894a8c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "091272566afd",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bcafcb082c6a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1e53a6732e01",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "17138aef33be",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c6ad60d77170",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bfebae33767a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b4f5f03012fb",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "077d4f072165",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "66456b05b9da",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa7cda529379",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c85b9b89f87c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ae2a542b2196",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e87d7ca7174e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fd9c9608da64",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3fc6abc78f16",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7b2f23f602f2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b1e0a1ea5267",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "08e8de330afe",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7994245c4fe4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1f73b75add6c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4ebaef3ffabe",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a5504f8de2cf",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a6aaa7267b59",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "5adebedf2e13",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "87772c31a89e",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a534822b505",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b0b907309564",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8ce9a0dedd03",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "afbb43657297",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2da4eb9491e5",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5acb1d2a7868",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d252b7432892",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "21d6602b72ae",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7b0d919ef58c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "521b7cb16ad4",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cdc633627e12",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ba68a0f76bf2",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "33e44c71200b",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "713926918edf",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f46de3a0f451",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d5872fb0f72a",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b0a996297568",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "057876ea30da",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "134dc7ab3270",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4dfeeebc1f4e",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a488ce1f2a94",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f1b6f3fb1671",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb8185cefac6",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "74c6e802eb6e",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2f57024c7337",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "065158fc7117",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "66e5f094b46f",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7a2234a60b9d",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a2afb8595fb",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "04b28e61b988",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "09007018d306",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "98c31484a3c1",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a941c78fb44f",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ab92b4addff6",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c10a3c9f81a",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e449692e6fd",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8cd9efa08688",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "939dc473c517",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a2828d4d9c38",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c760286c6b6",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "adf2a86dbfbe",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1ae00f0d57f5",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6f2de3055292",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "80792587a4bb",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "24092637a504",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b1bc08d198c4",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1057381c5098",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5911ee21cfb8",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "afd5f1f72144",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b9593fb7bf4",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d5c293164e05",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:heading_content_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d776be420513",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:aria_accessiblename_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb7f25f7d6fc",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2f0db5c8375a",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b13058ca94f5",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "772e9acc6f75",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "47278da4dcab",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c4e8ee7813f1",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eaddc1365182",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f0c67eabeb85",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bea12420472a",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3bf1c332ff53",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7e9dfd11119e",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7cf3f74dc135",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ed5895d8dfce",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "48bb0a2bcd74",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "714d7211f768",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef1298ad7538",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "7eb6bae0e097",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f8f4a5f6557c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4acb668c365c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef3d5bf47393",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "62dc82702a60",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e8f3afe20795",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "42b200da7f8d",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "602f2474e179",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2dd5d80031ce",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0b4d07ee550f",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bdd81cba4b16",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6a4c9596b3fa",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b73508e787e6",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "21b38badee29",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "98402aec9404",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a0e5b86692c9",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a3394c154321",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e6a6badca4a3",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "52051c7ec867",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "671d0727caa8",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "669c6ce419a1",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ad36ac6e5846",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5dae9cf32b2d",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8a4a4edbc5e3",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ddfcb6257b7c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5581e322bb03",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3af638b4bd4a",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b6173745c6b",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fb755e07e0f1",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be6570242527",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a69dfe8bf886",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e1946704ab5",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f402a84e908d",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "00555fd4e379",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d1ffa06b5fe",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "56d119a8ea22",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ff464bf1bac",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dad0c6cfb4e3",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "21539af5d7de",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b414caa5bd4",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1cf7735abb08",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "346b5a3a63fd",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1112b242f6b5",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a209535c61c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "363c9ef46b93",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fca6f9506beb",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f0b8cba4be2b",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b63bb84be9c8",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d24f4d584eb3",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "916bf9a67747",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "af3e8b9b80e8",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c7a76f17a5f4",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1e0398027f20",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "02bb0fb8807d",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "70d85c6775e0",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f3154333768e",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "da28a0e0c314",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:aria_child_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc7100a02ec3",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "013afda4a758",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18af50388e82",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "84461274f791",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "716987380bca",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "97cb5174cc99",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "092d29cc7752",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "73b8e5a5f125",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "abcaf244b7bc",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2f3ea7bbdd9e",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6b21ed56a6e4",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c43af1bf049b",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "21c1344e5ae8",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb6d0c10c648",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "12a34117ce7f",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "790beee5c1a9",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a0bda1fc4ec6",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac633e72b266",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "023b65905f40",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e9072d7e09dc",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d43c409c0dc7",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5f4502d47935",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "78a003fdb1d4",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "30e72e41d4c0",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f0d819d28fd8",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8352fe6683f9",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e98c37e517aa",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a07619adc393",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "177ef20f8d17",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0534ee3651ee",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bfc3f0635cbf",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "06ba408c37a8",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "291c13bda2b1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5a93cfee89aa",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fbca0b132a25",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e499d56c2c86",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "558646b210a4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f5d5fc4a6c76",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b2735b299cc",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "825d9fad90a4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3cdac34e950a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b9d80e2c77d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b790e7a076be",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cf1e8fbc68d6",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2f3becfd06e0",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5acfe06caf95",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ae5317001479",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "61bf5c2bd834",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c13cf4cf140c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6f0cad3e0138",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dfff262a9997",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a3fae886b99",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a5cebd216b29",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c3106a7a66a3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "812a8fa18192",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ee5d4ccea10",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb603c92e729",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cc305158c0af",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac072b1860c5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0d132a951720",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "09dd650b5aaa",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "374b014612d3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b1cc5a5aeefb",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a9700b724bd2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "89c7cfd2c511",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb2c28eb9258",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "badccd34df5d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "763ab114d630",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e8f2ba5ed06",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1bd6ba510e52",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fde412d77ff4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f161734c4f64",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5a718496ae9e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d87d8c0e9301",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "36184bbcd320",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "612a0a18cc18",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef0bb4fd06d9",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "46369208ca50",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "78b73931e75a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "82509327e51e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fbb5636c70e7",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ec0174a67eec",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "20e76b9fc800",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bfcdbaac45ef",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "119196906606",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "96e98a20d203",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6147af65fe1d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ceae6e516099",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "de77f1916f81",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d9649f1aaab",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "be90be240e20",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "388f2b6f095b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d535aa266d87",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18ee0aa6b1ba",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc348c209a97",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ca448c21b6a1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ff4af2d146e4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c9fc46d9810e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0e7cb4efc63d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7f4430fbb329",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2de4f6f45f1d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be47477522d5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7dbef464d153",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "adb802946b8d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0878dcd58d44",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5c59936a5ae8",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1eba04b33f41",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f362f791073",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8838726cc5da",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c620e3587944",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1d2766c5d4e2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb55925aee6d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f1cf140bc106",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6c8d91aaf318",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d0e1bae304a7",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c407ae9f5459",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fb2c1ebb9a4f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c290c307dc86",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e355003f65a2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1ad79fb7780b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fd3d043caf2c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a694a6d1cec",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d40fae64333",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2c6417b6ede2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a283b5408f79",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3cfc81cd19a3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bed0b9fd0940",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "184df305138f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b33cd062860e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7b8ca038c117",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "703c7988f831",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "894360e6a3cf",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cc8aa7dfa667",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f58158836b3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e277f9a6c9ee",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e37c09fd9cd",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b96b0863afd0",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "54ae209ff17a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4ee3af1c2946",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea607612094b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e1722ee87007",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "964a8d8c0864",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "64a9b27d5aa4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b1bafb5d8a2a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cb79edc6e35b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7f416d0b2a77",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a39c6b77c20",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "30a6b68a9815",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8bdb7257616d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd98d68c381c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "22ceadc58469",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "822a3d4e118a",
        "url": "https://administracion.gob.es/pag_Home/avisoLegal.html",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef4fcba2315d",
        "url": "https://administracion.gob.es/pag_Home/avisoLegal.html",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f3f3c8380c5",
        "url": "https://administracion.gob.es/pag_Home/avisoLegal.html",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2087fb6b0688",
        "url": "https://administracion.gob.es/pag_Home/avisoLegal.html",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "83a1dd737c4e",
        "url": "https://administracion.gob.es/pag_Home/avisoLegal.html",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "325de26999fc",
        "url": "https://administracion.gob.es/pag_Home/avisoLegal.html",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b1b3d468637a",
        "url": "https://administracion.gob.es/pag_Home/avisoLegal.html",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9dd88cf528b6",
        "url": "https://administracion.gob.es/pag_Home/avisoLegal.html",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2db620395b10",
        "url": "https://administracion.gob.es/pag_Home/avisoLegal.html",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "078adfd46efd",
        "url": "https://administracion.gob.es/pag_Home/avisoLegal.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b79189d298ae",
        "url": "https://administracion.gob.es/pag_Home/avisoLegal.html",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a6809e74ed16",
        "url": "https://administracion.gob.es/pag_Home/avisoLegal.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "19dddc769ad2",
        "url": "https://administracion.gob.es/pag_Home/avisoLegal.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a4a118a76316",
        "url": "https://administracion.gob.es/pag_Home/avisoLegal.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1ae0de123d5a",
        "url": "https://administracion.gob.es/pag_Home/avisoLegal.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be1d8d3500f4",
        "url": "https://administracion.gob.es/pag_Home/avisoLegal.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ffe749910030",
        "url": "https://administracion.gob.es/pag_Home/avisoLegal.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac38cfceea8e",
        "url": "https://administracion.gob.es/pag_Home/avisoLegal.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c9202fe886ab",
        "url": "https://administracion.gob.es/pag_Home/avisoLegal.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c6339502e5a5",
        "url": "https://administracion.gob.es/pag_Home/avisoLegal.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce109e8b83c0",
        "url": "https://administracion.gob.es/pag_Home/avisoLegal.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8a3e23514001",
        "url": "https://administracion.gob.es/pag_Home/avisoLegal.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "27b3a441a063",
        "url": "https://administracion.gob.es/pag_Home/avisoLegal.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ada7f37fb56e",
        "url": "https://administracion.gob.es/pag_Home/avisoLegal.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f0e2140efe2a",
        "url": "https://administracion.gob.es/pag_Home/avisoLegal.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "33b7e4c3448b",
        "url": "https://administracion.gob.es/pag_Home/avisoLegal.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1a4cb97e0564",
        "url": "https://administracion.gob.es/pag_Home/avisoLegal.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "358ee11d384b",
        "url": "https://administracion.gob.es/pag_Home/avisoLegal.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "62ff917e86f1",
        "url": "https://administracion.gob.es/pag_Home/avisoLegal.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0f522ada466f",
        "url": "https://administracion.gob.es/pag_Home/avisoLegal.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "af0a7e128228",
        "url": "https://administracion.gob.es/pag_Home/avisoLegal.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "20f27edf6eab",
        "url": "https://administracion.gob.es/pag_Home/avisoLegal.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6853f3fd9d1d",
        "url": "https://administracion.gob.es/pag_Home/avisoLegal.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "583cab7aeee3",
        "url": "https://administracion.gob.es/pag_Home/avisoLegal.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "44de21d5dec4",
        "url": "https://administracion.gob.es/pag_Home/avisoLegal.html",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "89886cbe0c62",
        "url": "https://administracion.gob.es/pag_Home/avisoLegal.html",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2721757027ed",
        "url": "https://administracion.gob.es/pag_Home/avisoLegal.html",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cabef593fdf3",
        "url": "https://administracion.gob.es/pag_Home/avisoLegal.html",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8b444f4791f2",
        "url": "https://administracion.gob.es/pag_Home/avisoLegal.html",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "805a28436ae1",
        "url": "https://administracion.gob.es/pag_Home/avisoLegal.html",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d943745930ea",
        "url": "https://administracion.gob.es/pag_Home/avisoLegal.html",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "ec967e8ba09f",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e76bbab71f5d",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b0860c9e2d1",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5b9c038af34f",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3139aeae4eb9",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "88dc2d5b66fc",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a8ec47811f25",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0cb6d221f882",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "957a8484e975",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c1a9007c8146",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "acfd4ec027a4",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5794ff3b1455",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "06c25c6b383c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6b4a017a2efb",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d56366ccb66c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fadfc19feabe",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b144aa300b4b",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1a24b6810500",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "43dcd1608d00",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fbfbccd3bf6c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "65a04cf1fb21",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9285e781e48a",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cfaabfb1278e",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7baefd388144",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1939d97cb15c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a714da7cb8f9",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1c6f22dd2b50",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f82e4ecd8acb",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "58f6f79dfb9f",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "32a7a47efcc2",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1d3823cb504a",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "45d9659e9fbd",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be101336c25f",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6326a08fabec",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0b07ed19b001",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6ac0eb1ece2b",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1374181db6af",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "27c89d6814a1",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d7b5018f75dd",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc27a2c2f6d1",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3c0743b4e4bc",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "45d341c1cee8",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d61953f070c5",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7a9d2dc33d34",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "732d06f19290",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b53f129fdb9",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "29fe947dff73",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9ed581ceed6e",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a9a34324b7a6",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "91c0f025903b",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "354df86e0268",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4828abc4fafd",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b44ef8450a72",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "edffdaaca49d",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b5853b138c9f",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ada9944a6db8",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d6fe10c44373",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2975611c0589",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "a4be7f293066",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b207da64e716",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "716a37c2b1aa",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "123d298bebdf",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8b5766135ecc",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "70cf8157528a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "021f274d9c6d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "867c0bac6294",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4028127c3ed6",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ffa677c44dfd",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9471f01d6c56",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f1a651fb458d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9dbce966b9cd",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "146a35452437",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b401abd47fe6",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "364e151e5e2e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f9464c5ca9f1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b48c7a4260e3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d6cffb2da07",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4e6cd5f53ee7",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb0ecaa282a5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "623b078ba965",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ca0abbbc439d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "772ce9808188",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dec14b5bb192",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2476ffac729f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6419dababb02",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "29cb71cbc265",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f12c649a4963",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "62f6ae07d20b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "468ecdc693f1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5589cdc4d98d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a4aabbdba40",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1dbee84fd403",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a384ae4841ea",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bc412fd897bc",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa0e3c10258f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "397444627a3b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7fac74646539",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0d918ae97c7e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c65e9a54f5b8",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c2c5666ac27d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7277cf2b27a9",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "865b113e3c57",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8decbdaa993d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7b308122573a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "360d61835276",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac3db4b7cce1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60059789cca1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4433f3c71fcd",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8879cc676149",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce05e7e4bbe8",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c8f3beaaf5c0",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5d5f96873878",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "743d6a8accc4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "29fed6260d9d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cba2e567e81b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a8f415eb29a3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f65b2bd97940",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "861656fd793b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bdd4782b4514",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "410c8833b54c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4f9a28ff7abe",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1d6f5b2dac7c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5fcba25ac4d9",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce3f32819f31",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b63e63353ddc",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3e0644c5a454",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "55845c1040e7",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:aria_keyboard_handler_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ecd02ab472c2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4fbf28dfa699",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "95fe9b676b7f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d5980ac8a23",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "533d32bb7477",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d65d04c54eb1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:heading_content_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "40357d8e6320",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:aria_accessiblename_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "39874d8a5e67",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "baaab7fd866c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5517f5ba34c5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "071295f52736",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2e25479e1de2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "423e7a80d754",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "909b774a53eb",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "19dd8f6e812d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "35427f74dab2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "141af7649a1b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9145c6b9ebff",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d64659130f35",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "80ee450450e8",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c3dd6061c2e2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ea3dca3d479",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "33b366f3012a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "04f04effeb1a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0832cb07a6a6",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "07ac4bb6ac83",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "913d8ca3d6f0",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "0a75ad1664f6",
        "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:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f545d0f4ec4e",
        "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:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ca2870a46855",
        "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:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "43f3fed6bd14",
        "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:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2ff4308c20c4",
        "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:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f82714dfbe0b",
        "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:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9fa080439094",
        "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:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c712bbae8e09",
        "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:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6233363d809e",
        "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:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a2095279a9a4",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "588cc29a8f98",
        "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:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "985012c67b27",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cde34372013f",
        "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:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ec4d56b2e2c",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "110cec5f2a57",
        "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:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "633d48a6dd27",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "caf366860d62",
        "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:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e83f382efbc9",
        "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:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "81f57d416c27",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dad743f75e5a",
        "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:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "89703205a759",
        "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:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c7947e6b5bd8",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d3951c137cfd",
        "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:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "81a279b6546a",
        "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:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cad43e5c8031",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "87d6c2b07403",
        "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:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b436eff6f55f",
        "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:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9331d02171b4",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "478be9e81fca",
        "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:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "04c506eeb596",
        "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:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b27773f53671",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a54c280720b",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a57c8833f98f",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "68c71feec70f",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "daa57a5077ae",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b8e2b3507a2f",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "75e37c8b0b32",
        "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:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7fdb1b688a0a",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cadc7ddc2c0f",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "45b8951fbfcb",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fab055a9b83a",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "884662324729",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b6f8badb66e",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fbb4e3aceba6",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "85819d462af2",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "89607fdde706",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e83dc751332",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a62761ac63a",
        "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:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f5c522dfd59e",
        "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:text_sensory_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "037f1ab947ab",
        "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:list_markup_review|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fb3c54ee5eca",
        "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:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9654303d612d",
        "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:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d8e9ad6bdec",
        "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:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d0e52174ba7",
        "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:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1f1ca80344b2",
        "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:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e0ee179d034a",
        "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:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db4d9bc50780",
        "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:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "61ac036453c2",
        "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:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "4f6567c16add",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "67486013130a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d0ac120406b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b9337f313b7",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aca1da6b99b5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "baa60b1acba0",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "61f2ac92bd4e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "91578da48202",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "03abb5fe486e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bccd9ef8560b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "235f3712dd8c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e726a4c1058",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "98a9226d7693",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b6ae3b17bc7f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e68100489ea9",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a968b565b48",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c9f28ce372c9",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "02cc7472c09c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "97fcfdf47e1b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ca39979bdcb8",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d0392060525d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "88a7fe081d82",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "802ec2ab574a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a20493a4d5b4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3cc798764768",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6d2f11dbd724",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7b204ce502a7",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "92ff16e4bd6c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cdfc89251c8a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "acc9147c54e4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f4fb69695bd7",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "adb327aed9d7",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7e8d88d5365f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "613864302ec1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "96c9927e2881",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "83fd0c658770",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "767badf2ea98",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "83bfcfc5f91b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8ddfd47109a5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "64ce747a5a27",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb41a1943536",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6bf0c286adbe",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "17018252c946",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d756c65c2129",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e7f188fba40e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a1eb5e8508ee",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3765aba497c9",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "adc302904750",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ad6e488c802",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fbcc0619573e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eafaa0e5f12a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f60c5ba97be3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ff4e89fe2177",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "019277f6beaf",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "495d7e5b150f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a7478466621",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3007abcd1e4c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "72cc27c8cd41",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "19d60fb20457",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d1b3c6b7ce01",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "284f364e2c5b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ffe1f63ac29c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f9f8aa1f9581",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f64d90103353",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f5811dd03c73",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1e963de98fd0",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b89b23ef2902",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d0131cc51fa8",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18ee9c7acd36",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c08cc25f5ed2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f804da0a73c9",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "728b4a4bd13e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c0422222062b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c37ec0f83ef",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "af421a70a840",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "24e3b5dd77e1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef2675b4323a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "27ebf013c56e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2ac6f37eaf6e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9e6de3712ecc",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eda27d6019ad",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "517bcefddeea",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e389c56c6664",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3667608f3b50",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a9096f2dc49f",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "378df5330917",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd290964bb16",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4824051a1d63",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f851b19335da",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1830082e8c2c",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb85f6dde085",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "27eb230db288",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a50e981950ee",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9ad516be2ade",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6b794c87d032",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "74bb37e5e657",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ab180d321648",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "defa7581caf8",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9b5233a0a57b",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3851e18331a4",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bfa2585dcaa5",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "02bcf36228ef",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aff1e89caa7c",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f6227a99bc5f",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9562ed041ac7",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "585dcb73afd3",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "53425a91a456",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b7feb708fa5",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "28a1b94c5002",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "50f0560a80b7",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d625f87a0443",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7bdcbf1a733f",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "46b598fae7c4",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "06412bee1b9d",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "85e8f6e7fac9",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f74bb37c975c",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "12f4f9548f5c",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "13471d2f2e56",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "660066229ff6",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "15b8368f80b6",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc7be01893dc",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "130f5db825c1",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a6be1f1b4cf",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ec49833be8d",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0ec6a388195d",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "77bcf734abce",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b94a78a87499",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "058e13912492",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bf83479212c3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7cecc4d7a199",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "523e3201b754",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0f4dba3e4efe",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6fb8ac67570f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1e0eca66c1e3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e6a6f75eff1f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "73632a1eee6a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bf4e2068b266",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f07bd62831bd",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c112beacd1fa",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e63a149b87c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d4166e63d4e3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e5f8aa98a8eb",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f9dd90eea181",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b918827ec67e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "645026ddacc2",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "12c37688048d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "13e91f21b269",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "31518542eb68",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18574b723329",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "49088c194397",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ec2f71d7226e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d18835c82b72",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ff3ee7a84d2d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3c76a0558985",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3515a118a87c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea37840ba6f6",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ad9f2c682195",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b4a0e0020329",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5876db25b5c7",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "04180bf78b32",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b2ef975434f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d59a8c8aa3f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d08bb3568afe",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c64b1fcb62b2",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d0bc44a0654",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5c972f28fdd0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eee5cdec0e8d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3d182645a3d6",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "74dc2ef3eb27",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9ca13133bd13",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f60876bdcaf7",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "76d78af8d668",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "42a07a8373e2",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc6d1ed275ec",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9033332f3dda",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:heading_content_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "46e51e8ac12d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:aria_accessiblename_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e4322cbd2405",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b9ea2205fa5c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c49d9e468a08",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f9071edaedfa",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cb8643334afa",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e7576ec057a5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "33dab440a345",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd345b8adcc0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ebcef81c85be",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6dd9f94bbd19",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f0b1fa023426",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "742204cacfd1",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9f4ac69a1cd7",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "535e5b5457c3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5c55730c15ef",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "007f7755d188",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "67cf2b42f817",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ed702433479",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1e16fc9ec152",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a276be720b73",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "27c5562eecdc",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "855e1f9528c3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "48ded74054c1",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e39b7ad79316",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3441fa9642fc",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b946ebab41b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "53f7bbf68572",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f278958642a6",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "41d0be4f19f4",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb4ee6271a60",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6822e69bef82",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b716d6e3b641",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18482a15ea71",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c3b87dafb1e2",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "724118d52349",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9efaae2c26c6",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6ba635db4009",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "de2de36a378c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "15dee00d9ae4",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0e293834cb60",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f84ac5cde799",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0eadf17a1692",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e347134a8763",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8cfca06bfb3a",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "84b30e6eddf0",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aabf97cac8b1",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea5d79f34e45",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "96ec5ed0e08f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "99859770acdc",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c4e06bfd8c6e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cbae21ec9432",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6c09fd60287e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b5483f7b3a80",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc172c150530",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "100b3d2f30e0",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "789855e2d045",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f9d06449ad16",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ebd804990234",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0884a66e45e8",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "98b612130605",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "946e7d52c90e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a851aeb63d2d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ba930ad3748c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1fcd7de4475a",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ca8f97ca9c95",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5eda8ad0d93d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "64528a5e471c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cf1b1cc0a8b7",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8b14c7bd638b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "13db00bd9682",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "47ce050a6b26",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "90fff7747054",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9b155328d984",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1ce39b56d2c1",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8297840c987c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f701fe638136",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "89b308760927",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2c9ebb6cfa06",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1ad91f345ea9",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b2da8addcb82",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "92e21008dcc7",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5cd1436a3bee",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b43e22251c43",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "b2afd28e2dcc",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5a7a2741fc43",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c523df3f1c49",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dcce79f509b4",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b760e579fb80",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e7daa127e74b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3bc856d137cc",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "40b9791fa386",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7bb83c85c718",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1c568c75e4f6",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f047713b714c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4793a2699814",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "866fadde2bfe",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d038b44aeff8",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "192e1f62380f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b72fb607933e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2aab7ef0fdcc",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ec19df07ba12",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6cb21aa595de",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "148db170bd88",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5846d7c004cc",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f0ddb9d3ae86",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "96d183617d19",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "741e4ef4e8e5",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "85c8037e51f6",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7a09f741a4d5",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e4eb71fcce98",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1dad9b717ba7",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e491631dab14",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a53cc7238f9d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6790b2ffd0fc",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0786074e78e1",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4758a5729211",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "848a11381515",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "185c2f46b315",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3576089bfc0b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "233803b39316",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8dcf02b3257c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d6392641f3ed",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7915d051105f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f153682b95fa",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "655cfc91af44",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "78f84ee4a4b9",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0fbb21da2f6f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9fa4c14ed1d1",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b62bb43e85a8",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d00f500b45c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b716fd604105",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2509aba57a74",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "48a545cce962",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1445e236dd81",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "878a989512fe",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "143ca1e3ab6b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "95348a078c21",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "27f934084e40",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2d66afc51b57",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a58b4a4d38c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "20c8d8592e52",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1ee17db37b5f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2e2048da2946",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d2056f69450e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e21ad1c4064e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6af094cd391f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3500947495f4",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea521d233e0e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0cd9f7218a56",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fe0d45d77874",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa16bedb761c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "34a3a96d9163",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "237705df5559",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60015e7e64e6",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "1e385b6411ff",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "81d7e09e9f4d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "df08cc977a1d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f4f95c99329",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "459013e5ea21",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "931ddc07e6e2",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aba37e8a7f2c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "01f20de0f0fb",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "34d53be53ff3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "83fcb504e3de",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "89e9f4294970",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f4b3482a21ba",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce469c9ba6cb",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2d5d966d9efe",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "adc68ad8ad1a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "609511b079c3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e9d469bc2c12",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4545300c7ee0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2128f9f82081",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7da64cf79d32",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0444dd90a256",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb2023dce325",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5f34b9d085a8",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b0c23b666946",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "928879cafb55",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "96dbbaf89620",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2d4fb701f0f3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a0c1b4c2b3d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1740587c24c5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3e56a83fda7d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ff5e3fd468b5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb936b1a01d9",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d00cf582e044",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f7c180994bd6",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "72be645a9b2f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa42a3f790a5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ad0193aea0a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a1375a25f176",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "730170db10b9",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "82a807421602",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "514ab61bb3e6",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c9fd31178209",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6a3731027583",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea5fcfd8ddb3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "14d3a6d6985b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "106169cf02b0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "063569e2a9b6",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "09cdef7ccda6",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "55a672e5183d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d77c53fb0cd",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "caafb7e12fc9",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a5d4e712418c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c4d13a9bc506",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ebe77f82da7b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e62d78cf258",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "642452fd85bd",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1957987e40f9",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "13699e4b905f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ad7a1c0902d8",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dcaf0699681a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ed9ece03f066",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "113a0942ce11",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "49c69e10f6da",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0ae956acc210",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ceaf3a1be1e8",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a528ab8397c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0753ca3a195b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "979fc874e6f4",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1d824f3bbf3c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "88e21aff62f1",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d197c438ab3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "41c7e55f6201",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "614e46e67674",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "904816a3e0cc",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d67fe74d599",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dd7b0b74c4c1",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "54d79c5d8a25",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8990b1992ab3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a20df8732dc2",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "37e36fc35c53",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "994a5b8b8044",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9984e7cd32e8",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f9bb9e3b83af",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5fce09a045fe",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "ba1af140ea98",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "434199772092",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b0192dd5fae1",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0f94a023338d",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "86a23b88d7c5",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2de8e2cc1fc0",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "46658b764dc6",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5db754bd1dfb",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "80de6b4962a3",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0020c39e1922",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "67532521ecc6",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "627d70961896",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a2a0af1399a2",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f28a04a791f2",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cb3dc4b754dd",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "839ff43ad903",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60dd6e3393db",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "213e26250f64",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8903b0586df0",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "168e9cbd1f85",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8afd99e9529b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ed4810a37698",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "69bc6850d021",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3eda25473c2a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "97ea16b4357d",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b8ad5488db94",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a1e51ef029ad",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "55b7ded076db",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa0dc1040b1e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b04040608441",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c8be195f2660",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "03283eef8338",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5317c9a058fe",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b892e9970eff",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6d4f1f85044e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9962b65db7df",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "00bcde99d3d7",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "145f11d95bda",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "22e3a11a0a4a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "539a93b76ae5",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "37404f38248c",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "164fea8ba692",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4f9aaf6fe650",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "79b9c114e354",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0fa4545b027e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "42f882cee3c4",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4e744393ed82",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a81ec870501",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a09dd13b392e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d912b6635bd2",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb252060a88a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d8bc23ea6b8",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a91ccc00284",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6638d8434e07",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c32e2fce9fa0",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c0b0f4c32843",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9c43743b9dae",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a32dae65c22",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5bf128d9a92f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "da45a9b6e814",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cc3a50867409",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "53b16a81da57",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a3eccb9b3a06",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e448ba240546",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "edce6a851cdd",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f7db89129427",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "09629c521e45",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "62490bd1cc76",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "23bf9d5ace59",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "79a0152983ec",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e27cf58894c9",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef34a76eab7b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cffd14b8732d",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f14707eb7f8",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fbef4f2dccdf",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5529d4692cf3",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e242cf22b7a0",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cf71afe2aaf3",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "983d2916e736",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8eb843e6532b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e9dd1fc7a91f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "049fe1b8ba2b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "51e030f6cab1",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "603d0aac2533",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a128d8984052",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4091437fdcca",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7f1bfe74017c",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb9874caa8e6",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "10e483c65cb4",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f4152d5409a8",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "294f5f4e3d36",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "73002bb31652",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "ed31a609b223",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "71163dfad825",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "04a6f2f3453e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3138f6eee337",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b77617acd86f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7de8ffb0e764",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3bd4c94924e9",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5dc609d2b621",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "027430a5c948",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "00be77f90975",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2ab56f3e94d6",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5aec348cdb1f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f4b49ac78889",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e4265dd86c72",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "15946ab3237c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a1169ae303a",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8631ccdb1f0b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ffccb02b8d4d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3d388a429601",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f9534b5ef212",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "63784489b5ba",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a44d136417f4",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1001d2e0d14e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d452b0b8cbcd",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3d1bd33748b7",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0ee7090f640b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b13c0f9944bb",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11bcd996ed99",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a7355e07effd",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b2c8fd27cd0e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d33f783c1d79",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "22b256d271b7",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "89ede3e36bb4",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "22a4aed633a0",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "72438f1afde6",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4add33eb1c37",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c9b8f53cc7ee",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a1a87b60004",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "033d4bb61117",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6609942e6665",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11017deadad4",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7439c444dd61",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa3cf0633544",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c40abf0554c0",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5a8645c3851d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6ee13cc4a5dc",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "170f4a578d83",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d8b883e99636",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a6ef0cd38e8c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "160ac66ac03d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c68abaa375f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6c38c39cec34",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b6e5e35940bf",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d5d1962bd528",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e3cec9f64dcb",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "15366e0a5911",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b3080c408eb7",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6293d78e830d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d2d885c1203",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "94c3af865e7b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a36b4485ef0",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "50e8cb167275",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a23f69c5b8be",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "95035f82d4ad",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "503a931546d4",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea59519dbf94",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f3e8593752b2",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa974480004d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cc1be57b5cf9",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e197360df355",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7b9cec2479e6",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b60547fb9dbd",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2e3d52c6d95f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "59e10d254348",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e76e8281cf09",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "425a09733caf",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1417cb68bb7c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "52afccdf3285",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d7464e49ac50",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3d97836004d6",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "010fc5e01b60",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ae51bec7ec08",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d3465c5143fa",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dcf103a17a26",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ffb63b073db",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b7e1a4979a3b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6df8aea6df9c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb81985bf071",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4403de8eaeaa",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7909959a6387",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "8df9f5b0ec7b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e2853f5ce54",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c932b30bd1ca",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d008f976d964",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d257a2d82206",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b3fa65a7ec4",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4f41a7967898",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "22bee0ca2f14",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d9c32a4ebae5",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8ffaf54d65ed",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "92bee741959c",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eefa68b9f8ca",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "486fca18a047",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2e7b13b3ca6b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b6deed4d1c3",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "63382016743e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5b7fd0f88ddb",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb0bf7d7fd10",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a0c28db14adb",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2f4472906f21",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "87c22b24014a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b6fd8bfd2503",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "66fd8d4d9e9a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6497a05b347a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fce6215f3c73",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5637a755ed6c",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11d5af370063",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "217acc2eb540",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8302616245b3",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "efc433eff7a1",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "260d1b4a053a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fe5f0cb66f35",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1bb0d094cf2e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "acfae2ca4b20",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3970418cedd6",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6fce00f3effb",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6a83dbe51bec",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a4eb44a50e67",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f41af7082b03",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "efff5a2a3d91",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce92bfe5f445",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e88b2f1777a2",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "69c46c69d82b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9753629a59ff",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "19dc6f8c2457",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b4be699f07fe",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d99108e270a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db868be41e32",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fe834612cfec",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "72d3a39283cf",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d0629e82f3a4",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5c92d4318b84",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "88f46f5596da",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cbc4bae7db95",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ca13e5a14743",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7a0b20ce329a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8691f58fbf84",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5da82560ce9b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "90c5da0a84e2",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d93ed3fbb4ac",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6a52df19e00a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "31b28eb3a422",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2652dc608dd7",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "62b8a01e606e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "801a850c59cd",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f1d766f24f85",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8dc667824d4d",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "58dd1505d186",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "20ea53e503e9",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ee28470633d0",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "aac190afa40e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6503bb038491",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4fae86b3c7b5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5007d88f5389",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dd32e6aac897",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "69bc067c2df8",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "786d3abe7247",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8acb17a51f5e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a5dd06e82246",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f1a03fef5680",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa703a38b97b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ecbf4978ad6a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "512a93a32f63",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "14e22bfcba9f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a6f0df6cd2ce",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9eee7ba50d9b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "59a7e031ade2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d700f7f781cb",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "15c2edaca280",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "06620bcef368",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "843d959270c8",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "53c1dcaa1a91",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b3fca109436",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1310217d49c8",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b4469b8c2107",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "efdc55367777",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e9596c8ba41b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eeaf6885d755",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ca2867359e01",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4cec1d20077b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "afc5a60aaa67",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c19858f0648b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f07180af816c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "55bca4b5910e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d7a7b312dcb7",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e6fa3089031a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "271ff85e3890",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "77aca12cc87b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0ad220cf847d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d52328352ef",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "94baa84f6296",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "40c630de8cff",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1798b220596c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "76cfa5ec2309",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "35ebe099fd0e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "466e33c5305c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9f7f37a0c97e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d6a9678b599e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f799b5fc5feb",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d41cf04c1f4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d2f22666dbc0",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3cab18a3933a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f8a4502c977f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "791e20c17288",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "a59b82efbb15",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "488400735a82",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6ec3c9e00b84",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0d185524abdc",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f716073b31ec",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f7fac13a68c2",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7686b7ad14df",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5eb8febd6a3f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "37bb36621fe7",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0ab22c37f2a3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6f5e75720d5c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "55417907744f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9e216303f3d3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bf9b56ff53a2",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "00f26eaffea6",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9cab37e29069",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1f90e548265d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce19c180953b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "36ed5d395c9b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6f2b7e770b20",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4e253dfcdc6f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ae4ddc81e609",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6ee0850e448d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d437fd4bec3b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b0bc84cb9387",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d3aac87dbc61",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e8758072f167",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "933f3cb9b217",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ddcbbc0b6341",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b4ee110bb9a5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "382cf7d4ac68",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c37517c6716f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "57929720336c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3d768b4fc5d8",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "28ca7de8c715",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a67bde96588e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "166fc877d054",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "833dd1bac6b7",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "50aed39cc0e9",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d8a0879fbd8e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ae7f7a0ac2c8",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "429b592bfc60",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d14f78f44b0e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0b1c9de51f51",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "baaecdc2dff5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3fcf0519cd19",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d585f5605c4",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "385f93645e6b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "686855769937",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "53bf5f124e76",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cb6a41063c69",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "21930e84fa74",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "61716ab6f22c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "198569312851",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a63e2c2700a1",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f0fdefbb960",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8301b75301f0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "727f4ab8e337",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "22997eecffd6",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e80ede5461c5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5fe8d6d64c57",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3738b759f49d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f5b4bf340c33",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "31c1384fd697",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb8df37d3b10",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7e6964a2da6c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e76223fcb285",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e9ef6696121a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bf2d0f9dd93c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b17b3db1867",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6c75b7d26533",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6f7a7943325e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d19f024b9587",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a99a84f20c97",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e5503783e14",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3318371433bb",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f86d98447240",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5a19c211f1be",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fb1f464781c9",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3fc367081ba3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f83d8c57b70a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d46f9bab0e09",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "01c007ddeb9d",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "341ce25fcfeb",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ffcef93db39e",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "67f3419b89c1",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d7152d53306e",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6b23e77a06d9",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc97bfcc32eb",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8fd21859c58e",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9bdc0a821e4f",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd31ea58f4ca",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea7af83f0603",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cf96ce56ea99",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9768f12442ff",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "df8d2abfb0ab",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b9915128805e",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f5d9aab353f",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5bb4267319d7",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "08236514ece6",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "78eacfc3ed87",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "768ed47b68a9",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "399f57240075",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "47154cb85a13",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d0a96657865",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "afa216faa18b",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "10dbfc45f46b",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f3dc3b8f828",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b0fc058ef0f6",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e8713bf02efe",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b69975f353f7",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "25a4721bcb38",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2978a6e2d3f5",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "367c5f5ce74a",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d408b7d6b98",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b55dfb133bb2",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d5dc7c9fef01",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a76846530bc0",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "06482ade47a1",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "565939076d4d",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "59231079bbd9",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eab6b7fe812b",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bee67f15d544",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa57b039ef43",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9f5280db3a9b",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "115a2b2071e3",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f14090c01415",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b63219f3f166",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "61a0c222db35",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "29003f41b5b6",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5bdf73262826",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b2267064a9c",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f8f684d9cb03",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "06dfb55ec0c9",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3aba8a033d9c",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b0bf8a74290",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d094ae55f04f",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "298791541927",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d6b3222d588b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d5d24d5d65a",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5028eb5d881a",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cfa4417998b0",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d9fec8a2ef9f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a1b190e7257",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "df9fcf885e7c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1cd0eef60dcd",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5bd27bd2cf98",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7acf933226cd",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bce65b47280f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "41c748654b6d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f76808054eb9",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e40b34631645",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "76525d2d2644",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "75f1eecc056d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "991499e25a7e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3e64770dbbc3",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "661cc40c6165",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f5e2587c5235",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "effeff4e540e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a467351d5510",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "29560c989222",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b154715be65d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3e1c73f64e34",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d182dd3c9286",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f45c50304a49",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b9ba08bb6522",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d65ab2f0f285",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ebf6c4e5f4be",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b23c66c3a475",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "09dd88657a98",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d88e8da4b756",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b80ce0090589",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bfade0dfec1c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ae293e19939",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f2c001f00daf",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "67104d4ca94d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "046477ebc38d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "484163f14f4a",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "57f9aba4890e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "da08bfb2e82c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "76fd20d0358c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2306ec19397c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:aria_keyboard_handler_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bdc896be6cba",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "860458e90d1b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0f77b52341ef",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "062991d3faee",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "38a6955f90be",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "833612007e1a",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3aed4c3071be",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "36d64b914a02",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a6b2b3caa20f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "999d67c9fdc1",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6070264144ca",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2d69fb676097",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6a72c8637782",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a70135d95059",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "05e5bf06085a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "069fe9986f5c",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2bb48042c9d3",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c009cf1779cb",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "53212b493bd1",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8a04b1735ff7",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c1d6b5b3db32",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8161386609cd",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "77ff07e0b70f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2e1c8da17871",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "41edafc6d84e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0168447571f6",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bc26911d6d26",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b3ea05d56540",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f60dfae7a89e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e3ea5a0113aa",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "669efa2f6a69",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "df94cf913954",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "314b77a244ac",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bfd088469b12",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "706be7f7c140",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "96453b315b14",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "33ae8c549a0a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9ecf5b422e85",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0972658df971",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2503696f3d4a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b3841c372a1",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b7d30a7dc55b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7bac553d243c",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b20d6b803ba7",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b59da2064abe",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "de121a6ba559",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "50b0ac48876f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6cf5c9b5e3b5",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bdba516bbbe4",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4942eaa66000",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "00d73b4157ad",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa771ca7d67f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a7c8000d3e72",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:aria_keyboard_handler_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dd6c3f6041b4",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "737887bbddec",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "292d63825253",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5bd146c5cd9b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "587a39230d80",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c6681ce305b3",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6bf96045fa61",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b1a41cb4a84",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "604b69fc19a5",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "530825680cd1",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "850ca69dcfb4",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "802b89085f4f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e4c37ca6af1b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "20aaea78f9bb",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "cf0c8d832ef0",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "29cb330d4ad2",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3661932a3963",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "80b4c5c58785",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c982fbd35b4f",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "86394471572e",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "48d9f8339e60",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e71034c1a15e",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc6815658fb5",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1daa367a8569",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "33042b43990c",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b149c8a5d8b1",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "272a2639a25f",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "922dc93de354",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2bb0ba71fb4b",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a53ab0e1241",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a3c4b067bb4e",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "33ab98c36569",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "21a05f214716",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "17eae650513e",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "97263ba92d9d",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2d20ded0d616",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e5f5a89dfd55",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b371218e6e89",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7a2352dc8ab0",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "17f1305b4365",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dfd76ed990f6",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "87f7ae56e86c",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2ec01e487abc",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "212c269ac640",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8414c07f144b",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "08e97a3083ee",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c75d78e6f308",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e0c1373b3d74",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cdae3dcf7c71",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa762c001f62",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "697a4d1947b5",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60c76e2907bd",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5f9e98d7190b",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "525585d499c7",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa3d0a2f5721",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:list_markup_review|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1e1cf143805f",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "59f5a401a89e",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c7ae74195d31",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "faf89541b36e",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:list_markup_review|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "93b6ee64051f",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1cf851b2963f",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "23985d9f8499",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5b0b3a597793",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7a91e7ad9fed",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "297b1ff44855",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc87f2b7d963",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6235f0b3120c",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "f6de6c9bcb4f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "afa9ed48b70c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c091217d15bc",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6bcc9c8994e7",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "523544e74271",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0078591d6924",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e6ef0558c8a9",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "88d33fb151ff",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ee48ede1beae",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60ee3a0b86e2",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "96381df419d5",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "61d4d185ad32",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5af108aa7c51",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8ab44f979b7f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "078c4c80bb0b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e335d8558d5",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a88bb07126be",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "33e7ac81852f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bee733e85d8d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "04902f3b63ee",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "526ef8a3cca0",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d55cef920364",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ee2ad120cd6c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "31bf302a287b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "59c59a53091f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cef173375b5a",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "28ccaac501f4",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8843e84f0564",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "331d9391163a",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f2bcbc46340d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7bfaa76bc1de",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ec65d19640f7",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5046570a1815",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7e7f8e1bfd12",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "29bf5b573377",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "39851076bca2",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b9f916f11e1",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "10b958d63a9e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "872f69497a3b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "803314ea44b0",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9ee7d0dcd1e1",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d6c3412e16d7",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b5252ad6dd5",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "222e4e45d1f0",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "690dc290e354",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "07c5721c28cd",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9fb016451b3a",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "06291fbe7756",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b72534a3b321",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bee9925e1baa",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "61f571e00ea4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce964209a9d3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "07e9f61d0fda",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7aa13450f156",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b0b1eadf32b1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4376510ad457",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18311bf89d4e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8febeeb1ef2f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0ec6675f3706",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4e8578c7fd3d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "219d9447aaac",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b46d90e5dbc",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f64937d1bb3e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "23c87a188136",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc3c35b4cc8e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ba4e14de3d8e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "446c0cbbb4fb",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b403513ce69",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f2f79055e58",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef78e9fd14ae",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eaea8f9d93c9",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d8a522af790",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "96c3abf50be3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d1e41a4010f1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3adace73b7ac",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "830fe5a2c892",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ec8fbbce2c85",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fdbe3e0c578d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5686a550f60b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5f0f5e08c525",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "09a46ae67d9a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b77cacdcc70c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bfef8e7c3b1d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d9f11ce1d4c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "82965ec2d8a9",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4cb4ac29f405",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a8f345058d92",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "231f2c5e82bc",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc870f7d9229",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "526f3f4ebac3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2bc32a8b223f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "06ae38faa7ee",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd0fae879b0a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c2a5b221a312",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "53889042aa43",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "37690e646989",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "33f5d1c708e7",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cc663d4890ef",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fb9c9e90ef4d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e8ed78d81b06",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a1b07c8f1b91",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eff62edfffac",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "abfcd7856980",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5485315606f3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c4d3749ade7f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "924635b4d163",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "97dfa3af606b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e3150ebd1c47",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a3eeeb0b52c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fbb72d83178c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a45d18d8add",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bff42762f573",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ae1d65e44e0c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "764487a721df",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b0f90b9fa1fc",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1265d28336d2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e9d6f09b4b5a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "72c1840f18a4",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5b06ba45f42e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b0713bdbd223",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7108e5b51b78",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7870be31b10b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c58e21697430",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "154e205185a9",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "082e95b32aab",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4fde80ce9165",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "318b910e4f9a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f88b3d796cd",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d33d330379f8",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8b7a07986701",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eec8c25c92f5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1394cfd04095",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ec2c2262fb59",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3ec43e59c574",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b6b0e88d8ab",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "17769e91b1c7",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "04b00d0f3b0b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9fc352c9ce62",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3d9513206353",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1c5d911e2a14",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e1186dd22714",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "90a4bcd72348",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd2724e4f281",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e79dbd3254c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f7d0376c7485",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "987641b57cd5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b9bae6d147cf",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3782e2b24809",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c8762bff9b66",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "44195a7a7d86",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d4791f09f02a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3e11e8a0d4e0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e08d6e33362c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c87c6e33a79b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0707784ac26e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d31226c8bf7",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be8b00946971",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2d37803b692a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2c513e5023d0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be0adcfc5e28",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c5fd6802f73b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d5c1ac22e19e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f1e4c0fe4dce",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9c71123a6186",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "da2f0e8cb6b4",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d7e505a999f4",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "722fde7d5b28",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "00c0ba8bcc10",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a03652880979",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1113fd407083",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ab76ed6e1545",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "688a79d232ee",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f56a1487ac56",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b0c51dac59b5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f6fd3c2cadfd",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "13fbdbb7abbf",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "532e2cb8aee9",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c6289f608cc0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0b9c3b0c9f74",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "47a1db3a9a4f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d8a4a496dea",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7a5f6efb9038",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "979dc5d22bdd",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b556b0451c16",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b83d6e055ce7",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d30d0d919e28",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "54a61453784f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d21f61e690ab",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a0c8c02b485",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e2fe20e2b056",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a3cd4adb2976",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3609c4bbf46c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a829d888cd3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e8daea2e5ab8",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa4a482ca233",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2f4c1c8bd56b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ff87ae66ee3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1cc93ba30475",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "98144fdbcc19",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a4b28af84f85",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "777f0616758a",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "201daf64191d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fb1be04b2474",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ee9cf10c2d59",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ada102332b6d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "120a62c67011",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0dfbbaa35e4e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "90f4814184a6",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e565c77e09b3",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b5be85f9733",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5da973cf0e1c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "758cd59695d2",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "80c51509c825",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "300e2051913d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "25c5418f868d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8fb29dce8976",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "232a9b56863d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "85c00b1b3200",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5651acd45122",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "858a6727c993",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bfc44f6a7d5f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d796b4ce0813",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "892386e08622",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ecfc8c6bb79e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "faea6a8854df",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b5d6e9463fdd",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3e78d210c907",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9ce1b2caefb3",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5766f8e65ccc",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2ece4aebb5dd",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d0fc5d27a032",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5c39e01ce108",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "667fe42e0d45",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5129d0a8f5b6",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b5ccd8e81b84",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f31f43a47936",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fea88b81e08b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "403bd8c71360",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea097b95a8fd",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cfe23666257e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "abdb0fff96a2",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "047c463f60f4",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "af5c96170c80",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "93ae24851c5d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "70d670a96c7a",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b2f883e4160",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ae68d38ea028",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "086e5c831773",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6151d04fdb2d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5c88fc9b9d15",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4aab002b9b72",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dcdf07e4255e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ba41e280525f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7e16a3372572",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ecae5c0466d3",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "df340608b92b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d2ff21b2f48",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "69466cb40812",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "24bdc8486c04",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "55cb5567ee40",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5fde1cd6d856",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cf3bd3f0f2ec",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2c843901eefb",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7105dad156a5",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "49363283f7fb",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c566079640fe",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "42a26b11cbf5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ad1bc1904368",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4ab8faff9afe",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9b418a789b39",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c1c8823bda78",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b777bdb7e64f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c87a7b5c69ad",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8a43d5b12edc",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "78190a577810",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f3102d36fe2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f48b90692866",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d373148ba8b2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1719a7544041",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "14341b290a21",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c71c430f67f1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bc9b49d00983",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a2680bd48452",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "300b93e3812f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "26081a46cdec",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db55ff2cab69",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3c464eda34a4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3bd79ad5627a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "29b9d4d3c157",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c6206c7232ea",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b148147f202e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fbd51bb6ddca",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa3ae996416d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "45146b79cafa",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "32f04bc9f87e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e6ff4b400d48",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "edb652ccccb7",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fdbcd566a79d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac58d4382c47",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6933f3c3b0cd",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2699c1cf58e0",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dcf7269a3011",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c9731b05f1bc",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cae4cfead847",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ddb194d080b7",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "476e1a08c664",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ff7f80abf7f4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d80ed4b0fa5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b034ce290ae2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e91847c6f358",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b40f8fe88b36",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8b661c39411d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c177920f4309",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "68cb73ab0f66",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "035bdbd57f5f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e3de7fe1ba91",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e32fb34a1135",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dfb43971bef3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ee0dabc1704c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e0facb3c9a80",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "437b7fad906d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "247e4b020c51",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d356a795a37d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "861988f66725",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e2e0f7dc685b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d32e04db787",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f95fb9e328c0",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d6f67134e416",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e4481e745ec9",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "69c500ae2aa1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c16e2c32cdb8",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e92d4c0fd321",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b53ba8feb380",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c028dc6ebdde",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db0be60da4a6",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3834e0190eae",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c8b4edd211c8",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be9533c9a149",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "35847f2d5ed9",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "94b4302dfab2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ad43d764abf9",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be06af142aa1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9559ef96a4d8",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0e9f6b1eb1bc",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fba8aabf29a9",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bad6a8ba0295",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "94a3287df243",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f216a1791565",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4a75ba6e686f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b66828036d19",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "01fbc6b5c357",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7971828f062e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "242ef9efb945",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "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": "3ad94c900d49",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "146ae55dc7dc",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e4fa09e3a324",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9757f78e6b14",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7bbfc16ff02f",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "273fde5d9403",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "98f0c5352c24",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a8ab7cf2cd5f",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ad5d705b5f6",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1c4d92040089",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "811697fb8178",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e49ef48daea9",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c348bc94a4d",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d176bff1fa13",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e49a614765c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f68148a7474f",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "80ea8fd28326",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "119d452edb3f",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b1fdac3b4573",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9840c568b68f",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f172c30cfc62",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fead16f1f393",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb38c7469440",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd150ded0a41",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "746a4ea4ec0a",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dac36bbaebf1",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d8084158900b",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8ae13eae6035",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7a6e98d9a667",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dfbce50aa4f9",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ec6e267eedc",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "df1865d1715f",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2e823808055e",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f9500de98f00",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c3657651baf7",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b9df38507dcd",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b5646c9e1257",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bbe63d0a0bfb",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ba4c3ab231aa",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d8b5f2733ca5",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7bc2cdfb8fc7",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3abac0cc8a72",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "05cd300faad4",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f67ed2693449",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1073ea94017d",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "057e38ef97c9",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f6038f36d605",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a6fc4c6856d",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b13e26e6aea1",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4068d1b9ae5c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dbe94ec44006",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7109b471b921",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d474e40a04b7",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0c4dac393b5b",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "75a1e2121d7b",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "53d57484da76",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ccb5acee89f3",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "919a4b4e736d",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d86052c63296",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c9a07cfa4b76",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4a28bcf76824",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5af8fdd2e8c0",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18a9c378a478",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "202275c38e65",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c9a7e12cd550",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f16a0f06a0ed",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f11a2c0826e",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6729199ac792",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "870690c84d4f",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5b81a7a7cab7",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6771738a7c82",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a3504839d4c0",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d17fabdc0925",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6867f70eab18",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a349fafb5be4",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9de148342630",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8a70153d3193",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0750ebab834c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e12ee07f9584",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b3a309ec260a",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "88f37e86943a",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      }
    ],
    "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "557ad97e4757",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "f401e5d07aff",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "cba588c68860",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "d434e842c15c",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "8c8346853226",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "0e4e26ea4ad0",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "10795f5a1b85",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "ba1658f2782c",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "43e32d181a6d",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "ab47101d43af",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "b438c786309e",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "0116cfa0fd33",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "6fc671a3729d",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:list_markup_review|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "eaa54d75d7fc",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "b03d2ee6f09f",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "2cb72fbf37ea",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "531ea0fd8f59",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "c2559e8da5e7",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "c18aad1c0f5b",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "3320c46cd263",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "61c2a9a2bc5b",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "da0e8dc0f6ac",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "8088b546b495",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "64514446e6a0",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "13755e5817e6",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "17f4d39795e4",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "4d0ce78c11d3",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "9e1319f768c0",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "097994f03761",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r42|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "e103c24f8420",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r42|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "7dda8665dd33",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r42|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "c1d6db430a24",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r42|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "8a80d966c2c8",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r42|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "1e2518fa6bbe",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "2c7fb589a418",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "46f4ad74ca1b",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "274762f66a82",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "bb9fe0938907",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r78|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "2783a18c0769",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "8ba1b44125f7",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "40252d2d3f2a",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "3c2ace74a996",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "f28f0ed39035",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "60866b0840db",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "66925ee165f3",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "af55bcf6286b",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "39eef81838e5",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "97a5255f2f73",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "232de9001683",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "657f5c686817",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "12898924d9bb",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "c6d60ea5fedc",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:aria_parent_required|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "e0e994ac880e",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "9471b886d485",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "bbf0f26f7fae",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:aria_parent_required|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "c5c4c84b6315",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "5d88fc87ec75",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:aria_parent_required|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "ef925416114f",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "5c740101927b",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:aria_parent_required|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "b315961853ef",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "3021815a8d25",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:aria_parent_required|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "6290efcf7b82",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "ed5589865cdd",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "12cd7e8d0216",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "094407443985",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "6a2a4a32955c",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "fa50e8171111",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "6beeed9dfe5b",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "ebbca95ce65f",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "6bbd04933688",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "5f5f532b89a3",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "def0f97bddae",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:adaptable/aria-required-parent|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "9c3727e316c8",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:adaptable/aria-required-parent|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "dfa2629156f6",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:adaptable/aria-required-parent|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "17f46b821bdd",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:adaptable/aria-required-parent|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "f0dbb508c462",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:adaptable/aria-required-parent|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "9b4bd383beb3",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "6a2904ee7db3",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "cd7ab3890a4f",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "ded4b7d6009e",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "49502ec52529",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:qw-act-r38|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "60eeb9c59711",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:qw-act-r33|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "2f14ec76798f",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "22bb83fd8d2a",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "2a293b0f9ef7",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "972c08383f66",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "45e0b961aa7d",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "d05f129a9cbd",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "97f407bd0208",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "d329228b5460",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "0a64d2fd24af",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "91c12364b8c9",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "e4cfa69139a8",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "ee42aa34e503",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "85c577959848",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "77d12fdfa2e9",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "24c4547d5602",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "4ce7fa34818d",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "dcb03605f736",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "82deb9ec485f",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "e4a73bb7122b",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "3f7cd6584ecc",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "5bf3b04e5b14",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "d9f12f67a4b1",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "6d30f52c1946",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "579f0c943968",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "a148b56edfb5",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "d1518831ffac",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "fc3fc01a2178",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-c-ipm/error-rate-findings-results",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "a094956f9642",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "b3a0f75885af",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "e8165cb78c98",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "229d9c6335a9",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "8666b8965140",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-d-ipm/error-rate-findings-results",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "c45a984729b7",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "e46d819e31c4",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "1742f183ab06",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "8e49d0c61a8d",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "cc9b0e81496a",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "69b569a9c6dd",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "4d0c6a97397e",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "5f9a91c8feed",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "fb00b4b40aa4",
        "url": "https://www.cms.gov/about-cms/contact/speaking-engagement-request-form",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "27003131b767",
        "url": "https://www.cms.gov/about-cms/contact/speaking-engagement-request-form",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "2685b31400e7",
        "url": "https://www.cms.gov/about-cms/contact/speaking-engagement-request-form",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "e0938eaf4927",
        "url": "https://www.cms.gov/about-cms/contact/speaking-engagement-request-form",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "94822bb239f5",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "5d88f4768b52",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "64a4430c4b1b",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "f57703603b92",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "c0f03d4322ce",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "f5653ecfb460",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "3a28754f4fc6",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "7a28a5d47f37",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "00165d5d5f05",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "c27989aef4cf",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "ece6822fcc74",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "db334d73cb4c",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "cd71ef32d02f",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "479bdefe54d5",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "3b74582621ff",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "db04b86b9af7",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "c3600afeb9b7",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "9c2d6901430b",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "edd83a5323e2",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:navigable/heading-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "eda4be4db655",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "b9c260548a89",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "c1e680427b93",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "69012fc79fb9",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "28445c2d17e6",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "44b4e33c07ad",
        "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:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "890055e3ead0",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "ec09b26049c1",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "7072940879c1",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "5688d4bc2243",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "767771e2d1b8",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act/content-requirements-plan-finder",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "cf19d7f98096",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "8687da613aad",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "98624e2c4589",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "3c1a0bad19e1",
        "url": "https://www.cms.gov/marketplace/resources/data/healthcaregov-plan-finder-data",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "ec889c4ecff4",
        "url": "https://www.cms.gov/marketplace/resources/data/healthcaregov-plan-finder-data",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "0ff2182f758a",
        "url": "https://www.cms.gov/marketplace/resources/data/healthcaregov-plan-finder-data",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "0ed439b403be",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "2d2ab8186fc3",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "110a224e6626",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "080fae9fea12",
        "url": "https://www.cms.gov/training-education/open-door-forums/long-term-services-supports",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "302206036bc7",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "bf9a4d725ccf",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "48072ccfd4c4",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "ea9408e0cdfa",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-compliance",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "1e8551ee382b",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-compliance",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "3e24c6e536f4",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-compliance",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "32e86ab0013e",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "ec0d497c7a4b",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "cac5a0abc5d7",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "03ec03f3caa8",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "e41f6738c696",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "8bfd71cdd1c0",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "187084b08179",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "95b15b6f1a15",
        "url": "https://www.cms.gov/medicare/medicaid-coordination/about/state-payment-premiums",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "20344ffdd868",
        "url": "https://www.cms.gov/medicare/medicaid-coordination/about/state-payment-premiums",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "eaf9626f8062",
        "url": "https://www.cms.gov/medicare/medicaid-coordination/about/state-payment-premiums",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "c153c74eed05",
        "url": "https://www.cms.gov/medicare/medicaid-coordination/about/state-payment-premiums",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "1aad1fd1d51e",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "e847c5a8b2e2",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "9de85b4bb294",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "4c9f7756390c",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "92666e949e04",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "91a58a9d2cdf",
        "url": "https://www.cms.gov/medicare/payment/medicare-advantage-rates-statistics/ratebooks-supporting-data",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "933eb541a3f2",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "b7c65cc68640",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "1b8fc6ca8539",
        "url": "https://www.cms.gov/medicare/quality/snf-quality-reporting-program/help",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "b86de63941fd",
        "url": "https://www.cms.gov/medicare/quality/snf-quality-reporting-program/help",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "166b0a2a8205",
        "url": "https://www.cms.gov/medicare/quality/snf-quality-reporting-program/help",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "27109836e374",
        "url": "https://www.cms.gov/medicare/quality/snf-quality-reporting-program/help",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "af429bafb55c",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "9b934a7b3d21",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "fd5f4b1b91ea",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "85594f932b9e",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "6e3a08da156b",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "e76e04f7a7e8",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "12f9b641d229",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "f2e3d215235c",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "9b9343d12a11",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medical-review-education/ncd-240-9-faq",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "acac54a3a407",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "22d733629c40",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "86396ffe88c3",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "cdafd56472f5",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "e51f239dc2eb",
        "url": "https://www.cms.gov/medicare/payment/fee-for-service-providers/shared-savings-program-ssp-acos/about",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "46221bbd01da",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "573ca2a5f31d",
        "url": "https://www.cms.gov/medicare/payment/fee-for-service-providers/shared-savings-program-ssp-acos/about",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "12d8586b2361",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "25aa24812a03",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "9013f22aeae1",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "7eb42c5f974a",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medicare-fee-service-recovery-audit-program/resources",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "b611526ca0a9",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "9fe3e2fbd7bc",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "6d522302ea7a",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "1d76b67a88da",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "c0e6fad51aba",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "654613742461",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "f7fc997fb35d",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "66a1bc01c007",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "47b430b39de2",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "9d4d6152a015",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "490f5199b088",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "e98c1d992948",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "7d8fdebbfeb6",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "2bba0cab5830",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "70065ec6f16e",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "506623121213",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "26b33a9571c6",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "2a8cf1ae1737",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "d6572f02f40a",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "942c12cab09b",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "49a666eead9a",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "083320901c81",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "1c62bb509c3f",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "987ab6ab0f81",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "1c5d99cf089a",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "9239645872ec",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "d4418be2a497",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "b0b17810d0df",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "763637c9f2c0",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "066146ff3522",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "b0c87056a3f7",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "165a626cc68f",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "72c5258a333f",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "6020699309eb",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "5840c3b204a6",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "e31ab95494bf",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "02aa29cffa95",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "414cff1a107e",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "1ce832b954ca",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "e4367be4e04e",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "c699e914b1db",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "ab363d4a7bce",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "b4c97920cc78",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "a48c8cc90531",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "e1edce4ff9d0",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "c993baa6d089",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "94643aa11957",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "ebef12eac3bc",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "139b067d4aaf",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "059cab5358f1",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "c22521c99325",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "54040bd7b227",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "90e77e2166a1",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "4f9005d1adb6",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "ee9aa9086142",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "f97cbf13e48c",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "1e21d68448ef",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "f45da092a0d7",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "38d432b634b7",
        "url": "https://www.cms.gov/training-education/find-provider-type/health-drug-plans",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "a61f9b2bb335",
        "url": "https://www.cms.gov/training-education/find-provider-type/health-drug-plans",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "d785f338e77f",
        "url": "https://www.cms.gov/training-education/find-provider-type/health-drug-plans",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "e7cbc0f16b1f",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "e24540a52ea1",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "f2ab5b78ba60",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "19fbb4e61c0d",
        "url": "https://www.cms.gov/training-education/find-provider-type/physicians-other-health-professionals",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "23c435a77698",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "b4ef7dbc1181",
        "url": "https://www.cms.gov/training-education/find-provider-type/physicians-other-health-professionals",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "0250dd78e117",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "e9f4d51df673",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "a2982baf65ec",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "b7e167282db6",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "d290eb766536",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "49a1e0f5a42d",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "71a6a79c752f",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "c5c164632da3",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "8d1f83f16f20",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "d342db667589",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "8fff669a7c95",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "ff046dea6621",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "d1de11a48f25",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "e44c9db43a97",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "37c75a96b7f0",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "008d144bed64",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "039d9a706e35",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "d77fb248c270",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "1d740cf1237b",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "f91ff0bf8900",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "c023428f7842",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "86f7d413efd3",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "28487921fada",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "eea38cca907a",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "ea899465414a",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "d0f9e74f8d1c",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "035017e0f199",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "1296d7b474d6",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "d85e1705ef36",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "294a18429ccc",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "cea5b75adc50",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "852d76dd8329",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "5b62c644dfce",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "554c570ceb31",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "70a409f4276b",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "30290e5729d1",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "a9210fa725b4",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "9c65f6822829",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "f6269043a165",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "5ed754b970b9",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "68b699173e83",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "f3a29fd8f31a",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "b1a34b75590d",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "13c1058a0727",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "08972fcc283d",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "9328a6dc3e90",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "a5488e27d202",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "9c32a1942e5c",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "4ee37eb05f7f",
        "url": "https://www.cms.gov/digital-service/artificial-intelligence-demo-days",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "11518de52cca",
        "url": "https://www.cms.gov/digital-service/artificial-intelligence-demo-days",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "d197cdf302e2",
        "url": "https://www.cms.gov/digital-service/artificial-intelligence-demo-days",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "03b34a7c8df9",
        "url": "https://www.cms.gov/digital-service/artificial-intelligence-demo-days",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "f60ce1279cce",
        "url": "https://www.cms.gov/digital-service/artificial-intelligence-demo-days",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "3166be005ec7",
        "url": "https://www.cms.gov/digital-service/artificial-intelligence-demo-days",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "cafd1bfa439b",
        "url": "https://www.cms.gov/digital-service/artificial-intelligence-demo-days",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "257a98eecdb8",
        "url": "https://www.cms.gov/digital-service/artificial-intelligence-demo-days",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "e2e809e12476",
        "url": "https://www.cms.gov/digital-service/artificial-intelligence-demo-days",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "ef86d08a4ad1",
        "url": "https://www.cms.gov/digital-service/artificial-intelligence-demo-days",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "a88a9afae118",
        "url": "https://www.cms.gov/digital-service/artificial-intelligence-demo-days",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "529d761905e2",
        "url": "https://www.cms.gov/digital-service/artificial-intelligence-demo-days",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "1292b358b5c9",
        "url": "https://www.cms.gov/digital-service/artificial-intelligence-demo-days",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "c5ca380b6fc6",
        "url": "https://www.cms.gov/digital-service/artificial-intelligence-demo-days",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "103846c2f916",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "e83a114f5e4a",
        "url": "https://www.cms.gov/digital-service/artificial-intelligence-demo-days",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "49f8e561850f",
        "url": "https://www.cms.gov/digital-service/artificial-intelligence-demo-days",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "8406b012fe0b",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "bff566a73aaf",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "1c6413ab6e7d",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "6d48257c3934",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "561c44420f8f",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "53c392267761",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "8277aa427edf",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "292e02a9f2d6",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "75d4616f889f",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "849723d22dce",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "cd387b1ec703",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "0941a5786708",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "911e63760299",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:list_markup_review|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "471704bb6944",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "2d6bb5bb93b4",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "b3d6fd5939b9",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "5197a0e85693",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "3278fcbe91a7",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "004c489d9433",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "5c3095ab67e2",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "528cbe21564a",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "6bcf86ce3a94",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "618532d32040",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "70b5fa939b8e",
        "url": "https://www.cms.gov/digital-service/open-source-program-office",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "0bb1151d6514",
        "url": "https://www.cms.gov/digital-service/open-source-program-office",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "2e76a49a5b4c",
        "url": "https://www.cms.gov/digital-service/open-source-program-office",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "1622c5a687ed",
        "url": "https://www.cms.gov/digital-service/open-source-program-office",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "d1fe424a3d7d",
        "url": "https://www.cms.gov/digital-service/open-source-program-office",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "a686354848f5",
        "url": "https://www.cms.gov/digital-service/open-source-program-office",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "cc1dc630520a",
        "url": "https://www.cms.gov/digital-service/open-source-program-office",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "59229489aba2",
        "url": "https://www.cms.gov/digital-service/open-source-program-office",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "a9503c72513b",
        "url": "https://www.cms.gov/digital-service/open-source-program-office",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "e9aabfe751dc",
        "url": "https://www.cms.gov/digital-service/open-source-program-office",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "1cc56a4790c3",
        "url": "https://www.cms.gov/digital-service/open-source-program-office",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "50524a1e5148",
        "url": "https://www.cms.gov/digital-service/open-source-program-office",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "9674f5fe573d",
        "url": "https://www.cms.gov/digital-service/open-source-program-office",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "3ab87199dcab",
        "url": "https://www.cms.gov/digital-service/open-source-program-office",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "92b8dc61629e",
        "url": "https://www.cms.gov/digital-service/open-source-program-office",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "f78b029efd79",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "a77e8058c536",
        "url": "https://www.cms.gov/digital-service/open-source-program-office",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "c8b8139ecb04",
        "url": "https://www.cms.gov/digital-service/open-source-program-office",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "9760462bcc4f",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "36a7f8451bd4",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "dfa2d593538a",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "c310f90bc3f6",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "b2305453e78b",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "581cf598c710",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "1aa134d9eed6",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "efc6e1c78fb6",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "70d61289c366",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "84be096d3b91",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "978546db176f",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "8d72c617025f",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "279dcaa49d1c",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "15628742bce6",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "3d18e15da555",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "0d760d5c9fbf",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "33fe13bf23c0",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "8914e284bc59",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "9c9519b31d74",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "12cdc090ffdd",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "683a430d95f5",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "2b53827feaec",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "729c84fdc504",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "ea4b90629cd9",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "a2b26eed7ee4",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "4847853ffcec",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "7fc92e93c4cc",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "e1f7f567dfa0",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "02dc3a1c4eae",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "bef0685f9a7a",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "bc5e0eeabb2e",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "69a92f1989b3",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "739451015072",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "162716cdfd5b",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "3a9dfd620902",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "8d0433256947",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "ab6f239bae3e",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "9bc8aebdc3eb",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "90eb79c57a8b",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "ae42c0524c92",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "8953f733f93f",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "cc4942244fb9",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "5f539a2dedd5",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "2d29547bf7fd",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "ff68f5304041",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "3769b5c86c21",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "ae63104e9667",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "dced715e838c",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "165ecacedb74",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "28c48b8401ee",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "ea1d3eefeb67",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:aria_descendant_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "818e591ec6b4",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:aria_descendant_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "56eea768f761",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:aria_descendant_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "ee4608c68146",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:aria_descendant_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "3034bd20560a",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "7e7f847dcf44",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "8ad181ef690a",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "d1f8d07d2955",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "21c6cef20a39",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "23f5ab3fc604",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:navigable/heading-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "786898d815b5",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "3a63350036a9",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "89d76a624cdf",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "55272e143ff9",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "3e991d2936da",
        "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:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "7be4f117a184",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "f09a9983a0a9",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "b74b70318c30",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "652212c4ddd8",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "098a132ca113",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/contact-us",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "cfb2da2c5a21",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "ebd72099ca06",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "20eb075f3923",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "500875ec91af",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "da963deb2d60",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/publications-share-employees",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "b382fddf6b08",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "93ae22d2413f",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "a9b3acddf8de",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "119508fc2268",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "ca83fe2b0151",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/top-five-medicare-enrollment",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "bbdff432bdf3",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "0563265ddae3",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "0f32d32b5f0d",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "0b27f28dc88c",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "2fdd47a398f9",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/web-resources-help-employees",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "d2be5cad4e7a",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "06811f9c1d0a",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "906edabf12cc",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "1a53f123e13a",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "21f66ec342b3",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "140c51ae2d84",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "16fed269f813",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others/guidelines-for-effective-writing",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "4b225a8865c8",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "807d3dab4bde",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "5e5a5cccdb5b",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "ce53782c44cd",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "2baaa5a2c12b",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "dcedab4c6dc4",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "cd3a1e51639e",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "1941e79a7bb4",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "2b3105bcc19c",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "387328ba4e05",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "0e64b58d1c7f",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "f4eac8bb8161",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "421128add263",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "966d83dee5a4",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "df5b35b53f5d",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "047abf1284ee",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "9ab5fbfd0043",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "843de3203c9c",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "8cd8e68c0a96",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "f698bc38d593",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "d70600921f57",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "f977eabffc1b",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "7d6163037fa1",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "9449c142f3f6",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "c1f95f074fc7",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "39723d6c8049",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "e552375570cb",
        "url": "https://www.cms.gov/data-research/computer-data-systems/minimum-data-sets-3.0-public-reports",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "ad3763f8793a",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "a27eaf513a28",
        "url": "https://www.cms.gov/data-research/computer-data-systems/minimum-data-sets-3.0-public-reports",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "443f3e901e85",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "dff24df1ac79",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "05fc01f1115c",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "36793d57d30e",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "1de2fffba32b",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "f9a816610435",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "b1c05432ec04",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "009a545f9c63",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "8d83ef5cc709",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "c4d823f9935d",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "1bc59a2644cc",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "731e5baf356d",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "a4b5c1b8fbf8",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "e6063a0883bb",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "09671ebce415",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "f7889b84f1fd",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "0d3e89ba7202",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "2faed3316173",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "a4fde043fed9",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "d522c3c7baa4",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "11ed9f54a335",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "4fd31571aa34",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "b5435db349df",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "d9f24ebf8455",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "b5a8b5cf3caa",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "21d19a07f19e",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "7f34f4a5f185",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "52ac5aba810b",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "b4d945cbc7d1",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "7ec21a501f94",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "75e89b4450a4",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "26c1f38f4702",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "dca3de09a444",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "aa3548000732",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "aca7a4f18de7",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "f1b90ffe1761",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "b972a93bd1b7",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "5480d8383081",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "9619ba3bdc0d",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "7c2851637efd",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "97fb3a61c4db",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "bc0235f7b4ba",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "d294e9927e0a",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "d02b14a8af85",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "d0d612a3e556",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "81c6ba8f5d3e",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "6f842ea4c408",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "0fb92ad2f8ee",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "41a56998301a",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "a91d148b861f",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "d5c343b00e6b",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "2132ae4ee752",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "2efadeafc5d4",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "b3c9c3c184c4",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "cd72944447c6",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "84738ff719e0",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "4530ce230eea",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "c8ce7a6640a6",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "cf8466963854",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "10aa32715b99",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "1a46b92a656d",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "68851e15c3c7",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "ca909fb2f66c",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "096d1c2771b1",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "aaf68231f541",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "ba946ac50359",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "f8c30e12ee69",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "5b9417a12759",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "0acedf97053a",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "951d09aaf225",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "7e6bfcf7a631",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "145a122ef884",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "7f967c63861a",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "873c1f68e73c",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "8c15534082f5",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "49f6257fb2c0",
        "url": "https://www.cms.gov/medicare/audits-compliance/part-a-cost-report",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "964c5b595091",
        "url": "https://www.cms.gov/medicare/audits-compliance/part-a-cost-report",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "9ab787e1319e",
        "url": "https://www.cms.gov/medicare/audits-compliance/part-a-cost-report",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "4d6953fc0b14",
        "url": "https://www.cms.gov/medicare/audits-compliance/part-a-cost-report",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "f158d54e84e5",
        "url": "https://www.cms.gov/medicare/audits-compliance/part-a-cost-report",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "0fdfc900b0c8",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "18de7b76bae9",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "27e1a1cc106a",
        "url": "https://www.cms.gov/medicare/coding-billing/place-of-service-codes",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "d31d8b12358b",
        "url": "https://www.cms.gov/medicare/coding-billing/place-of-service-codes",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "d410378dd143",
        "url": "https://www.cms.gov/medicare/coding-billing/place-of-service-codes",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "0ecb42984bf0",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "0bba0c2a8cd7",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "2557d4f1d9f7",
        "url": "https://www.cms.gov/medicare/coding-billing/provider-customer-service-program",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "b604aa110a3c",
        "url": "https://www.cms.gov/medicare/coding-billing/provider-customer-service-program",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "c73b0d239d12",
        "url": "https://www.cms.gov/medicare/coding-billing/provider-customer-service-program",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "f877a8770709",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "4527be6515fd",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "d9a6a6555ec2",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "91a229e15f71",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "0d03787196c5",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "886f263ccd69",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "7afa955f81d5",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "ffdab7736591",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "94189009f3ba",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "face3eedfd40",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "d2aae8bca3d8",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "b4d0ebeb7ef2",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "c92288d0fcd4",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "14b7a428a3b8",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "b7497699c418",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "dd31eb0082a2",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "fa77a4fb6337",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "2c9a0fd91d51",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "4a9a60f718d0",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "22673a7b6243",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "c88d895fabed",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "fba0c100b9d1",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "937855cb6448",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "10d36d21f682",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "e95abf1e3d1e",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "80d87df8f3a1",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "8f5762a356b1",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "bebcbc4f0bff",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "0316019805aa",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "d34b9924360e",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "34149cff93a4",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "5b8f5c933f36",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "4cd415e3746c",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "9ce365d79d3c",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "34061627336c",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "24d17c84e5e8",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "88c4fc259d95",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "60d3bc6d785c",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "f4cb927f757f",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "853c7bb136fd",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "f6da3dd33509",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "0cc7c3e55694",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "6dd40d497fd2",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "2ce1233473e8",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "f9a124587257",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "8494d8c87a84",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "4b75fd1cf3a1",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "0f5309376fbf",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "029728747410",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "0b94ab0272f5",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "78d9cd5ee391",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "635f8ee981d9",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "e5dc08f44a38",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "55840f97979f",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "d837c217acac",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "f96002871ec8",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "ea4f69011254",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "b5a28778e014",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "ed74a08c9822",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "e1eb9eff4265",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "3b2f65099708",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "a8bebef2acd6",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "64948ca487c6",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "52f8ef2fab54",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "e1e0878f97f0",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "654f413d053d",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "b35c9c2fbda9",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "c8e247a64549",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "e351c009bfc6",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "d44d1def68fc",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "3fc1515881f9",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "0eae38292618",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "7d499e2de276",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "7f69313efb0e",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "75a1b82fa97e",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "3dec7d65a325",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "e0d10e576680",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "4b4d2f51a8ce",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "445f4878df6f",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "0b8b288e26aa",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "b6060325543d",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "68df31b94eb9",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "bcc2fd267b6f",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "835d27405bcc",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "74ba293615a3",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "9f28cb435a43",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:landmark-unique|light",
        "engine": "axe",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "c902849e34f9",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r56|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "f8f5280c05c2",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "ef192c3fcd66",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "bf3ab79774b8",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "0bfcf143af84",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "f21eaa28f32f",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "14ac2d7fbc4d",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "6ac17170c288",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "ef8e01d717ff",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "fede2125b3b0",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "e325c7825f73",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:aria_region_label_unique|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "2932c412d822",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "ab0b727bca3b",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "b86d0792859f",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "7c6b1fb15006",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "2f14ed3fa255",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "7ff7c2a22e0d",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "2cfead6e9637",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "87ef4f51f484",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "28725e960254",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "3e8fdf2a4fe0",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "305a9cf7b4f5",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:landmarks/landmark-unique|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "5c31bbc49f26",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "99d7a5b4a0aa",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "4fce52d177a1",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "a9b7b0f8f975",
        "url": "https://www.cms.gov/about-cms/information-systems/privacy/privacy-act-1974-and-privacy-act-requests",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "3137a1fc3782",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "448cc20c13fe",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "7de42bbd8f12",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "7fa34070b0d1",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "d67b0b61abd4",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "7e68c38b8936",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "041cab586a37",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "5cd26a1fc8eb",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "0c28d48a62fe",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "8012652855c4",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/financial-alignment/managed-fee-for-service-model-mffs",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "7b98e4039ae2",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "a4ecab4f6ecf",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "5849f1a6cc81",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "eb388a9ed052",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/reports",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "c741464e0e67",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/reports",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "1cf33d1868a7",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/reports",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "57ff1cea14cd",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "5f00cdf8972d",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "66122b719186",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "da2f6d1bf247",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "0ef230ac13e0",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "83af850446fd",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "7d25e04b5cd5",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "aa40be7d02a0",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "fa4cf2d15cd5",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "61940ca6f77e",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "e179a83f689b",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "debffa896097",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "48953ec781a8",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "b5f545569173",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "41c4d30a4405",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "384b9537e316",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "680431a60377",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "ef479473279e",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "82b3ec1ef2a8",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "69873438a9c7",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "8935bd355840",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "0e1767004224",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "678e889fa92c",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "2949af928915",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "d407d0f321fa",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "5eb21ca717d8",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "0de3727ab75c",
        "url": "https://www.cms.gov/marketplace/about/exchange-coverage-maps",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "e50bdc214d79",
        "url": "https://www.cms.gov/marketplace/about/exchange-coverage-maps",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "974cb597c346",
        "url": "https://www.cms.gov/marketplace/about/exchange-coverage-maps",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "058ae52db97b",
        "url": "https://www.cms.gov/marketplace/about/exchange-coverage-maps",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "a990a8b4945e",
        "url": "https://www.cms.gov/marketplace/about/exchange-coverage-maps",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "fb15cda30438",
        "url": "https://www.cms.gov/marketplace/about/exchange-coverage-maps",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "3428e3230818",
        "url": "https://www.cms.gov/marketplace/about/exchange-coverage-maps",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "bea20a1e796f",
        "url": "https://www.cms.gov/marketplace/about/exchange-coverage-maps",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "f6d33e234cb3",
        "url": "https://www.cms.gov/marketplace/about/exchange-coverage-maps",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "f7692436ee37",
        "url": "https://www.cms.gov/marketplace/about/exchange-coverage-maps",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "17986aed1d99",
        "url": "https://www.cms.gov/marketplace/about/exchange-coverage-maps",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "5d692d523170",
        "url": "https://www.cms.gov/marketplace/about/exchange-coverage-maps",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "fd51b05ede14",
        "url": "https://www.cms.gov/marketplace/about/exchange-coverage-maps",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "e1c6ba13f00f",
        "url": "https://www.cms.gov/marketplace/about/exchange-coverage-maps",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "75b844d88fc5",
        "url": "https://www.cms.gov/marketplace/about/exchange-coverage-maps",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "42b645df2758",
        "url": "https://www.cms.gov/marketplace/about/exchange-coverage-maps",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "74146e1bd7fd",
        "url": "https://www.cms.gov/marketplace/about/exchange-coverage-maps",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "3ff428e3dc5f",
        "url": "https://www.cms.gov/marketplace/about/exchange-coverage-maps",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "0be7196ed7de",
        "url": "https://www.cms.gov/marketplace/about/health-insurance-marketplace-quality-initiatives",
        "ruleKey": "rule:empty-heading|light",
        "engine": "axe",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "446033d8c6fb",
        "url": "https://www.cms.gov/marketplace/about/health-insurance-marketplace-quality-initiatives",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "211bc5e2c383",
        "url": "https://www.cms.gov/marketplace/about/health-insurance-marketplace-quality-initiatives",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "e72cb2b120ae",
        "url": "https://www.cms.gov/marketplace/about/health-insurance-marketplace-quality-initiatives",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "269e8101ec5b",
        "url": "https://www.cms.gov/marketplace/about/health-insurance-marketplace-quality-initiatives",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "db18333f28b8",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "d29e4dcdf8c2",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "571a11acbc2d",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "dcf197bc83ff",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "846227624e3b",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "b8ff31db6f40",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "fd2244fbd09e",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "a01c1937e490",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "a1107bd69746",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "f0d11949d75d",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "9c185db8259d",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "9f5bd504fbb5",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "9ddf5c7c670a",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "d8bde18b6e55",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "a9b86db288d2",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "b79d5cee9b9b",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "9efd5d65b168",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "8334cf73865a",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "d51cf4d33a6f",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "e6e67d65e207",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "f1a21a241dd0",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "ff789bb20e5f",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "b6b4dacc8b24",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "c4d36726647b",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "c35720a70932",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "7872781c0c24",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "8e9286956beb",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "4d448e50dd2f",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "fad418f6fcdc",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "9b0ac4616c2b",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "935a25536ebd",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "df6c1d9a46c4",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "36d28f33b61f",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "e858493b2ccd",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "86b0e30d375f",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "2c6b8e48dbc2",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "d41fa67a77d5",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "259714addd0b",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "23b8f25530df",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "09ce80578e2b",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "968bfa40b023",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "57219b12bd59",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "13804f605b22",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "05fd9be91431",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "0d83c4ef1560",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "42ee5de87af5",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "44e6e8c28d97",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "935a076f8784",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "38527930e46e",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "01d27360debb",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "c899be1c133b",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "6226ae1c7d6f",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "fa305ac70b38",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "08eafc04947c",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "624f3b5f0312",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "66c18037ad4d",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "689866446c85",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "8adac58b7f2c",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "6dc75ce040db",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "79d94b375043",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "55b2064e667b",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "f3bc3278ed9a",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "98078240d4ba",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "f5fe0efe405c",
        "url": "https://www.cms.gov/medicaid-chip/community-engagement-support/eligibility-made-easy",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "fe9c09c0f6bb",
        "url": "https://www.cms.gov/medicaid-chip/community-engagement-support/eligibility-made-easy",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "a940636f1e93",
        "url": "https://www.cms.gov/medicaid-chip/community-engagement-support/eligibility-made-easy",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "3b998e261eb6",
        "url": "https://www.cms.gov/medicaid-chip/community-engagement-support/eligibility-made-easy",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "05b7a571882e",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "eccd6fa7dde9",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "ab2df7f558a4",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/contact",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "592f2c2d35ea",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/contact",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "b2b726160e18",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/contact",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "4bb01611e21d",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/contact",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-03T01:45:54.706Z"
      },
      {
        "fingerprint": "9676914fa0c6",
        "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-03T01:45:54.706Z"
      },
      {
        "fingerprint": "675477bdf2c8",
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      },
      {
        "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-03T01:45:54.706Z"
      }
    ]
  }
}
